TLS does not work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zun |
Confirmed
|
High
|
Unassigned |
Bug Description
According to the documentation, zun provides [ssl] section that allows to enable TLS.
I have defined cert_file and key_file but seems like they are not passed correctly to websockifyserver:
DEBUG zun.websocket.
ERROR zun.websocket.
ERROR zun.websocket.
ERROR zun.websocket.
ERROR zun.websocket.
ERROR zun.websocket.
ERROR zun.websocket.
During my initial troubleshooting, I noticed that these variables have following values:
self.cert = /
self.key = None
It's not a big issue for zun-api, because TLS may be enabled on uWSGI, but for zun-wsproxy I couldn't find any way to enable TLS.
I'm using master branch.
Changed in zun: | |
status: | New → Confirmed |
importance: | Undecided → High |