Title: SSL handshake problem Post by: jorgen on February 16, 2017, 10:34:01 AM I have SSL handshake problem. It happens not all the time.
I got this error: OUTgoing fatal alert:illegal_parameter: A field in the handshake was out of range or inconsistent with other fields. This is always fatal. Extended information: Problem parsing the client hello message. After I have got the error is still works, but after many errors the server stops working. Any idea what the problem can be? Title: Re: SSL handshake problem Post by: D.Tkalcec (RTC) on February 16, 2017, 10:39:20 AM You are using 3rd-party components for SSL support. Please, contact the 3rd-party component vendor directly if you have any problems related to SSL or questions about using their components.
Thank you. Best Regards, Danijel Tkalcec Title: Re: SSL handshake problem Post by: Star5 on February 21, 2017, 02:37:42 AM I have SSL handshake problem. It happens not all the time. I got this error: OUTgoing fatal alert:illegal_parameter: A field in the handshake was out of range or inconsistent with other fields. This is always fatal. Extended information: Problem parsing the client hello message. After I have got the error is still works, but after many errors the server stops working. Any idea what the problem can be? Requires the client and the server to use the same certificate to request, if used to do web services, it is recommended to use SecureBlackbox sslbalckbox part. |