Replies: 1 comment 7 replies
-
What web server are you using? The |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
socketio.run(app,host=os.getenv('IP', '0.0.0.0'), port =int(os.getenv('PORT', 1001)), ssl_context='adhoc')
@miguelgrinberg
i need to run this as https ...
i am getting an error that ssl_context parameter is not there for socket io
So how can i enable ssl for socket io.run ?
should i create certificate and pass it..if it works what will be the parameter for socketio.run()
Feel free to rewrite socketio.run()
thanks
Beta Was this translation helpful? Give feedback.
All reactions