-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL: error state on socket #293
Comments
The gateway does not speak https (and doesn't need to). Make sure your auth server can speak to the gateway over http. You should however speak to the client browser only over https. |
@mhaas Humm, so you did. Sorry about that. Out of curiosity, what was the rationale behind supporting SSL for gateway to auth communication? |
I am not sure. Encryption is better than no encryption, and I wouldn't want any Mac addresses etc flying around unencrypted. I believe the real reason was an implentation detail on my side: Facebook requires my auth server to be reachable via https. And the url would be different between https and non-https as I used a reverse proxy given by my provider. Still doesn't make a lot of sense. I guess I did it because it felt like the right thing to do :) |
Hi,
we are using wifidog with ssl on a LEDE device with a self-compiled image.
For our Auth-Server we use a letsencrypt certificate.
The Auth-Server we use is a self-developed c-daemon.
Now, when wifidog is pinging our auth-server over https we every time get cyassl/wolfssl error "error state on socket".
Any ideas what we can do?
The text was updated successfully, but these errors were encountered: