Hi there,
I'm using https://github.com/Tormund/news for communicating with WebSockets. Using the latest Nim version, I receive the following error:
Exception message: error:141640B5:SSL routines:tls_construct_client_hello:no ciphers available Exception type: [SslError]
Does the net module miss some cipher specs? Is there any solution to this, or is there a newer/better WS module for Nim?
Thank you!
Do you get the same issue with https://github.com/treeform/ws ?
I do get strange errors from servers that fail to send the full ssl connection. They start sending the SSL handshake then terminate connection midway through. Then you get this SSL error, it might be telling you that the connection failed to send the cipher...
Thanks!
I don't get any issue with that module.