Posted - 07/31/2018 : 11:40:43
Hi!
WE are getting the following error on the UPS connection on check out There seems to be a problem connecting to the shipping rates server. Please wait a few moments and refresh your browser, or try a different shipping carrier. Error, couldn't connect to https://onlinetools.ups.com/ups.app/xml/Rate (-2147012867). A connection with the server could not be established
I talked to the Web host and they had the following to say:
Greetings from HostMySite.com!
I checked and confirm "mydomainname.com" is hosted on window server where TLS 1.2 is already enabled.
=================================================
1. .NET 4.0 TLS 1.2 is not supported, but if you have .NET 4.5 (or above) installed on the server, then you can force TLS 1.2 even if the application doesn't support it. However, it requires a different code change in the application's start event.
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
Another alternative you can use for forcing TLS 1.2 in .NET 4.0 is making the below registry changes. Please note that TLS 1.2 only works with .NET 4.0 if .NET 4.5 (or above) is also installed.
It may be necessary to have all other protocols except for TLS 1.2 disabled via the OS in order for this solution to work.
2. .NET 2.0 TLS 1.2 is not supported and there is no workaround.
=================================================
Checked and confirm domain Startrescue.com domain is using .NET Framework v2.0 and Pipeline mode is Classic.
You will need to contact developer and update code to forcefully catch TLS 1.2.
Let us know once you want to change .NET version so will change it for you.
Should you have any questions, please do not hesitate to contact us by replying to this email, calling at the number 1-877-215-4678 or chatting in through HostMySite.com.
Thank you and take care!!
The store does not have an SSL on it as it processes on Authorize.net's site. I would like to put an SSL on it for Google but the host charges $99/year, Bluehost does not charge for the basic HTTPS connection but I don't really want to go through the hassle of moving it. We are on vs6.7.4. ASP site. Would updating the store or adding ssl fix the issue?
Thanks Diane
|