请问可以用上https吗? #306
Unanswered
Axoloteera
asked this question in
Q&A
Replies: 1 comment
-
支持https,可以使用nginx反向代理pywebio的流量,然后在nginx里实现https。这里有个nginx的配置文件示例(不包含https) 另外,pywebio的默认server,tornado本身也支持https,不过需要先自己实现一个https的tornado server,然后将pywebio应用整合到这个server中,参见: https://pywebio.readthedocs.io/zh_CN/latest/advanced.html#integration-with-web-framework |
Beta Was this translation helpful? Give feedback.
0 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.
-
我想使用https,但我并不知道怎么用,好像是要SSL证书吧,请问怎么使用https呢?
Beta Was this translation helpful? Give feedback.
All reactions