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

Server "XXX" has shut down the connection prematurely When im...

  • Thread starter Radha Krishna Prasad
  • Start date
R

Radha Krishna Prasad

Guest
Server "XXX" has shut down the connection prematurely When im running load test through controller, i got this error message. Can anyone had come across this kind of error? if YES, please send me how to fix this .. I am able to ignore this error by web_set_sockets_option(“IGNORE_PREMATURE-SHUTDOWN”, “1”); but error still exists How to avoid this error completely? Please acknowledge. Thanks in Advance!!
 
Give proper SSL certificate version using web_set_sockets_option ("SSL_version "," Tsl ");
 
even if web_set_sockets_option didn't work just try avoiding ramping up users too fast this might help
 
prior to that make sure server is up and running :)
 
Put login in init section,this will prevent multiple logins, check the server for the number of concurrent sessions it can handle at a time
 
Back
Top