-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Cannot import cheroot.ssl.pyopenssl #6
Comments
Seems about right. SSL support isn't ideal. Any ideas how to improve this? |
@mar10 |
Hi Sviatoslav |
@amrufathy you should still be able to use built-in SSL adapter or just setup SSL on some higher-level like nginx reverse proxy. |
JFYI I'm collecting TLS-related tooling for testing in #95 |
This commit 864ad1c should help |
The initial problem of not being able to import has been solved. Closing in favor of #113, which is more about fixing the adapter itself now. |
On Windows 10, using Python 3.4, cheroot 5.1
import cheroot.ssl.pyopenssl
fails:It looks like the problem is in
makefile.py
, where a function object is assigned toMakeFile
and then in
pyopenssl.py
this function is used as a base class?The text was updated successfully, but these errors were encountered: