davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
322 stars 54 forks source link

SSID selection goes to unencypted #1

Closed hblanken closed 7 years ago

hblanken commented 7 years ago

Hi David, I am testing your comitup image.

When I logon to 10.42.0.1 I enter my SSID it takes me to the unencrypted page and I cannot enter a password. I manually removed the 'un' and it worked fine, but still a tiny bug to remove.

http://10.42.0.1/confirm?ssid=XXX&encrypted=unencrypted

davesteele commented 7 years ago

Does that edit fix it?

tehDrew commented 7 years ago

It did not fix it for me; glad I happened to glance at the url and see "unencrypted" and manually changed it. Using WPA2 PSK.

davesteele commented 7 years ago

As it happens, I've run across this as well, with a new Wifi Router

To check if my fix works for you (183637d0), check if the command 'sudo iw dev wlan0 scan' shows an 'RSN:' section for your AP's SSID.

If not, send me the output of that command.

tehDrew commented 7 years ago

it does show an RSN section under my router

davesteele commented 7 years ago

Then it should be fixed in the next release.

tehDrew commented 7 years ago

Thanks, davesteele!! This is a very handy image you've made for those of us with wireless Pi's. Your work is much appreciated 🙇 👍

davesteele commented 7 years ago

fixed