You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a local IRC server but when I try to connect to it with limechat using tls I got: The operation couldn’t be completed. (OSStatus error -9836.)
I try to connect with: openssl s_client -connect 10.18.169.62:6697 -crlf -tls1_3 -msg -key ./key.pem -cert certificate.pem
And that work.
The documentation said: errSSLPeerProtocolVersion = -9836, /* bad protocol version */
I thinks that is limechat that using tlsv1.2 cause I accept only tls1.3.
Can someone confirm that?
How can we update this?
The text was updated successfully, but these errors were encountered:
I can no longer connect to my own IRC server with TLS either. I'm getting the error The operation couldn’t be completed. (OSStatus error -9807.), although it has worked before...
Hello,
I have a local IRC server but when I try to connect to it with limechat using tls I got:
The operation couldn’t be completed. (OSStatus error -9836.)
I try to connect with:
openssl s_client -connect 10.18.169.62:6697 -crlf -tls1_3 -msg -key ./key.pem -cert certificate.pem
And that work.
The documentation said:
errSSLPeerProtocolVersion = -9836, /* bad protocol version */
I thinks that is limechat that using tlsv1.2 cause I accept only tls1.3.
Can someone confirm that?
How can we update this?
The text was updated successfully, but these errors were encountered: