kylewest / DotNetShipping

UPS, FedEx, USPS shipping rate calculators for .NET
MIT License
78 stars 66 forks source link

Could not create SSL/TLS secure channel #49

Closed rsuliteanu closed 8 years ago

rsuliteanu commented 8 years ago

Hi. I've been looking at any number of solutions to this exception, but am still getting it. The error occurs on the GetRequestStream() call in UPSProvider.cs around line 205. Any help is greatly appreciated!

rsuliteanu commented 8 years ago

Typical, spend hours looking, post a question and then comes the progress. The SSL/TLS error seems to only happen in Debug. I tried it with a Release configuration and it worked, which tells me there isn't anything fundamentally wrong with certs, or settings. This was just running the sample app, so I'm going to proceed with putting the code in my actual web app and see how it goes. Sorry for posting 5 minutes too soon :-|