oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 01/23/2018 : 11:13:02
Hi - I'm also getting an intermittent UPS error at letitshineusa.com.
This is what I get for protocols: TLS 1.3 No TLS 1.2 Yes TLS 1.1 Yes TLS 1.0 Yes SSL 3 No SSL 2 No
--- When I try: /vsadmin/ppconfirm.asp?ppdebug=tls I get: Testing URL: https://ipnpb.sandbox.paypal.com /cgi-bin/webscr Error : Error, couldn't connect to https://ipnpb.sandbox.paypal.com /cgi-bin/webscr (-2147012739). An error occurred in the secure channel support
---- I'm guessing it is a hosting issue but I'm not sure what to even ask them to change/investigate.
|
Sinbad
ECT Moderator
USA
65937 Posts |
Posted - 01/23/2018 : 11:55:52
Hi oneeydesigns, I tried the site using http://yourdomain.com and received the following 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 However when I changed http to https in the browser the rate was displayed, the best thing to do is to set the store url in the admin main settings to https. We have some information here on using https https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=106851 take a look at the post by dbdave regarding web.config files . Winners never quit, quitters never win CSS and Responsive DesignsUser Manual for Ecommerce Templates
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 01/24/2018 : 09:06:46
Hi - I changed the admin to use HTTPS for the entire site. Still get the error on the cart.asp page when I manually use HTTPS. I've cleared the cache and tried it on two different browsers.
Any edits to the web.config file tosses me a 500 error so I have left that file alone for now.
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/24/2018 : 09:31:26
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 01/24/2018 : 09:40:54
Done!
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/24/2018 : 09:57:48
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 01/25/2018 : 08:30:01
I'm going back and forth with tech support now. They said, "TLS 1.2 is enabled on our server We have disabled weak ciphers for SSL."
I've now asked if they have a firewall against: https://ipnpb.sandbox.paypal.com /cgi-bin/webscr https://ipnpb.paypal.com /cgi-bin/webscr
----
If there is anything more specific to ask them, please let me know.
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/25/2018 : 08:42:59
I don't think this would be a Firewall problem, if it was it would be a connection problem to https://onlinetools.ups.com/ups.app/xml/Rate but I'm pretty sure this is the TLS1.2 problem Andy Please feel free to review / rate our software
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 01/25/2018 : 09:07:29
So what do you suggest I tell them? They say they have TLS 1.2 enabled.
I get the below error for ups connection: 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 (-2147012739). An error occurred in the secure channel support
I get this error for a PayPal test: /vsadmin/ppconfirm.asp?ppdebug=tls Testing URL: https://ipnpb.sandbox.paypal.com/... Error : Error, couldn't connect to https://ipnpb.sandbox.paypal.com/... (-2147012739). An error occurred in the secure channel support
I have no idea where to go from here.
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 01/25/2018 : 09:10:50
Also, what does a positive test of the following link look like? /vsadmin/ppconfirm.asp?ppdebug=tls
Do I want a blank page or something else?
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/25/2018 : 09:24:34
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 01/25/2018 : 09:52:46
Below is what the server tech has come back with: [quote]TLS 1.2 is supported by the server, the script you use for testing may be malfunctioning. Is where a different script you can use for testing? [/quote]
What else can I do?
|
Andy
ECT Moderator
95440 Posts |
Posted - 01/25/2018 : 10:02:42
I don't think the script is malfunctioning to be honest but you can show them the error on your site 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 This is in response to the UPS changes outlined here https://www.ups.com/us/en/help-center/technology-support/data-security.page Andy Please feel free to review / rate our software
|
FAS
Starting Member
USA
24 Posts Pre-sales questions only (More Details...)
|
Posted - 01/26/2018 : 12:03:43
Hello oneeyedesigns,
I had the same error and updated my registry as per below. This will only work with decicated or VPS Windows Server. GoDaddy will not make these changes for you if you are on a shared hosting account.
1. Register TLS 1.2 protocol as follows:
[HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
[HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\Control\SecurityProviders\SCHANNEL\ Protocols\TLS 1.2\Client] "Enabled"=dword:ffffffff "DisabledByDefault"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server] "Enabled"=dword:ffffffff "DisabledByDefault"=dword:00000000
2. Configure TLS 1.2 as the default protocol as follows:
[HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp] "DefaultSecureProtocols"=dword:00000800
[HKEY_LOCAL_MACHINE\SOFTWARE\ Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp] "DefaultSecureProtocols"=dword:00000800
I hope this helps.
Janette
Edited by - FAS on 01/26/2018 12:07:25
|
kelleymoore
Ecommerce Template Expert
USA
990 Posts Pre-sales questions only (More Details...)
|
Posted - 02/03/2018 : 06:05:19
I am getting this result:
Testing URL: https://ipnpb.sandbox.paypal.com /cgi-bin/webscr Error : Error, couldn't connect to https://ipnpb.sandbox.paypal.com /cgi-bin/webscr (-2147012739). An error occurred in the secure channel support
Then, when trying to go through the UPS set up in admin, I get this error:
UPS Developer Kit Licensing & Registration Wizard - Step 1 I'm sorry, there was an error
Error, couldn't connect to UPS server 403: (Forbidden)
Kelley
Edited by - kelleymoore on 02/03/2018 06:06:37
|
Andy
ECT Moderator
95440 Posts |
Posted - 02/03/2018 : 06:20:57
|
kelleymoore
Ecommerce Template Expert
USA
990 Posts Pre-sales questions only (More Details...)
|
Posted - 02/03/2018 : 06:29:15
Already have a support ticket in to Hostek.
Thanks! :)
Kelley
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 02/03/2018 : 08:31:57
Update: when I pushed back on the host that it was a conflict, they magically were able to fix the issue.
|
|
|