(imported topic written by Andrew_TEM)
Anyone seen and have exeperience with this error in the BESRelay.log file?
Secure Server Thread (6140) - PumpSockets accept error: no shared cipher (class SSL_accept_Failed)
(imported topic written by Andrew_TEM)
Anyone seen and have exeperience with this error in the BESRelay.log file?
Secure Server Thread (6140) - PumpSockets accept error: no shared cipher (class SSL_accept_Failed)
(imported comment written by BrianPGreen)
That means that when the server tried to accept an SSL connection using the SSL_accept function, it failed with the error “no shared cipher”. I suspect that means that the client and server could not agree on a cipher to use for the SSL connection. (Sorry for the super late response).