razorpay / razorpay-dotnet-testapp

Test app for .net integration
MIT License
9 stars 17 forks source link

Onder Id Not Create #8

Open Pradeepchaurasiya opened 4 years ago

Pradeepchaurasiya commented 4 years ago

The underlying connection was closed: An unexpected error occurred on a send

saurabhabh commented 4 years ago

Getting the same error @Pradeepchaurasiya are you able to fix it ?

nirmalbisht commented 4 years ago

check this : this worked for me https://github.com/razorpay/razorpay-dotnet-testapp/issues/7#issuecomment-644269288 add following before sending request ServicePointManager.SecurityProtocol=SecurityProtocolType.Tls12;