psychs / limechat

IRC Client for Mac
http://limechat.net/mac/
1.55k stars 266 forks source link

The operation couldn’t be completed. (OSStatus error -9836.) #333

Open NATHAN76543217 opened 2 years ago

NATHAN76543217 commented 2 years ago

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?

KingKevin23 commented 2 years ago

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...