• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Getting Error -27778: SSL protocol error when...

  • Thread starter Mallikharjuna Challa
  • Start date
M

Mallikharjuna Challa

Guest
Getting Error -27778: SSL protocol error when attempting to connect with host. What this error could be due to ?
 
Try using different ssl protocol with web_set_sockets_option("SSL_VERSION","TLS") test with tls, 3, etc
 
Why we are getting this kind of errors ? What could be the reason ?
 
I suppose that the app is using a different ssl protocol that the script. Due to this the script is not able to complete the ssl session.
 
Back
Top