poljar / weechat-matrix

Weechat Matrix protocol script written in python
Other
954 stars 119 forks source link

Certificate verify failed #331

Open aka-mj opened 2 years ago

aka-mj commented 2 years ago
             11:47:39 matrix_org -- | matrix: Connecting to matrix.org:443 (SSL)...
            │11:47:39 matrix_org -- | matrix: Doing SSL handshake...
            │11:47:40 matrix_org -- | Error while doing SSL handshake: CERTIFICATE_VERIFY_FAILED
            │11:47:40 matrix_org -- | matrix: disconnecting from server...
            │11:47:40 matrix_org -- | matrix: disconnected from server
            │11:47:40 matrix_org -- | matrix: reconnecting to server in 10 seconds
            │11:47:50 matrix_org -- | matrix: reconnecting to server...
scumola commented 2 years ago

Same here. setting matrix.server.servername.ssl_verify to off makes it go ape-shit crazy and never connects. Need to fix to work with self-signed certs. Afterall, we wouldn't want to use hosted servers now, would we? :) Gotta make it possible to make our own self-signed servers! :)