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 got a crytic ssl error when connection to my server and prosody reported "TLS handshake error: no shared cipher". I've enabled 3DES cipther in prosody and then it worked but i wanted to leave a note here in case someone has the same issue.
I got a crytic ssl error when connection to my server and prosody reported "TLS handshake error: no shared cipher". I've enabled 3DES cipther in prosody and then it worked but i wanted to leave a note here in case someone has the same issue.
ssl {
ciphers = "HIGH+kEDH:HIGH+kEECDH:HIGH:3DES!PSK:!SRP:!aNULL"
}
The text was updated successfully, but these errors were encountered: