-
Notifications
You must be signed in to change notification settings - Fork 68
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 doesn't seem to work #34
Comments
Here it is, if I supply the full path to the certs in he lwp.conf file, the server listens on port 443 and I get this exception when trying to open the page:
|
this appear to be a bug in pyOpenSSL [1], probably we should drop direct SSL support and delegate it to nginx. |
Ok, I setup a reverse proxy on nginx. We might add in the README this example nginx conf:
|
excellent I will drop SSL support before 0.7 release |
👍 |
I have this in my config file:
certs are contained in the same directory as lwp.conf.
I launch the server (both with service lwp start and by manually running python /srv/lwp/lwp.py)
And it says it's working on http rather than https.
I remember a few days ago I also received an exception which now I cant't reproduce, I'll try again and keep you updated.
The text was updated successfully, but these errors were encountered: