Click here to Skip to main content
15,888,009 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a web (.asmx) service. It work fine most of the time but some times it gives
"Connection reset by peer - SSL_connect" to my client. The service is host over https protocol.

Does any one have any idea? Why is this error coming.

What I have tried:

Google it for hours, but unable to find any sufficient answer.
Posted
Updated 21-Aug-17 1:44am

1 solution

Come up with more details about your configuration, mean while you can refer the msdn forum
Connection reset by peer - .NET WebService and java client[^]
 
Share this answer
 
Comments
A.R Farooqui 21-Aug-17 8:14am    
Thanks @Tiwari for your reply.
Actually there is nothing special in configurations. It is simple SOAP service taking username and password as paramerter in form or query strings and update the status of customer and return response in JSON. Or if you need any information please let me know

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900