Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Browser version does not work. #1

Open
Subject21J opened this issue Sep 6, 2018 · 4 comments
Open

Browser version does not work. #1

Subject21J opened this issue Sep 6, 2018 · 4 comments

Comments

@Subject21J
Copy link

Browser version of servepkx https://flagbrew.github.io/servepkx does not currently work. The pokeball animation plays after uploading a file but nothing gets sent to the 3ds. Tried sending .pk7/.wc7full to a ultra sun save, both failed.

If I locally host the website by downloading index.html and stlye.css it works.

@TheImmortal
Copy link

Same for me. The new version doesn't work. This is what I'm using for now.

@Nomelas
Copy link

Nomelas commented Sep 10, 2018

I found that chrome blocks the script, you need to enable it

After that, it worked

Looks like its because the site is over HTTPS, but the script is run from a non SSL location. so you need to allow insecure connections.

@FM1337
Copy link
Member

FM1337 commented Jan 10, 2019

The website that had a hosted version of the script, no longer exists and redirects to flagbrew's new website.

The issue is best described by @Nomelas's reply, due to Google's enforcement of security (which is not a bad thing), you are not allowed to establish an http connection when connecting from an https connection, this can leave you open to man in the middle attacks, where data coming from either you or the server can be modified by a malicious user and then sent on it's way to it's destination.

The best solution is to either download the index.html and styles.css locally and open it in your browser, or use one of the other forms of servepkx, either the java application or the version I built in golang.

@FM1337
Copy link
Member

FM1337 commented Jan 30, 2019

Try the new link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants