Welcome Guest
(
Login
|
Register
)
Latest Posts
Popular Topics
Home
Search
Tags
Members
Home
»
Kartris ASP.NET Ecommerce Software
»
Kartris technical issues
»
UPS returns 403 Not Found Error
UPS returns 403 Not Found Error
Posted By
SAbow
Mon 11 Dec 2017
0
POST REPLY
LIKE
1,938
UPS returns 403 Not Found Error
Flat Ascending
Flat Descending
Threaded
Topic View
Add To Favorites
Print This Topic
Goto Topics Forum
Topic Options
Author
Message
SAbow
Posted Mon 11 Dec 2017
Supreme Being
Group: Forum Members
Last Active: Tue 2 Feb 2021
Posts: 77,
Visits: 334
46,495
A couple of my sites that use UPS as their shipping gateway have begun to get complaints from customers that they cannot check out.When we looked in the error logs, we found
>> DESCRIPTION:
UPS - Error: The remote server returned an error: (403) Forbidden.
After searching online, we found this post
https://www.nopcommerce.com/boards/t/49695/ups-shipping-plugin-error-403-forbidden.aspx
which explains that UPS is transitioning to use only TLS 1.2
I suppose that the UPS dll needs to be updated to match the new standard.
Thank you for your assistance
Tags
UPS 403 dll
REPLY
QUOTE
LIKE
272
Paul
Posted Wed 13 Dec 2017
große Käse
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
522,242
Have recompiled the DLL as .NET 4.5.2, with TLS1.2 specified for secure connections. Can you see if this works.
--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list:
http://bit.ly/19sKMZb
Attachments
Ups.zip
(
2 views,
8.96 KB
)
REPLY
QUOTE
LIKE
282
SAbow
Posted Wed 13 Dec 2017
Supreme Being
Group: Forum Members
Last Active: Tue 2 Feb 2021
Posts: 77,
Visits: 334
46,495
We're still getting 403 from UPS sporadically...
REPLY
QUOTE
LIKE
288
Paul
Posted Thu 14 Dec 2017
große Käse
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
522,242
I was a bit skeptical the issue was TLS related, because if that were the case, everything should fail. It doesn't seem likely that they'd role out this requirement partially even if they have multiple servers dealing with requests.
The TLS issue was addressed in the new plugin, we've seen this code work with paypal and others, so fairly certain that code is ok.
Sporadic errors suggests it's probably not an issue with the code itself, but some kind of intermittent error with the server or connection.
--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list:
http://bit.ly/19sKMZb
REPLY
QUOTE
LIKE
270
SAbow
Posted Thu 14 Dec 2017
Supreme Being
Group: Forum Members
Last Active: Tue 2 Feb 2021
Posts: 77,
Visits: 334
46,495
Actually I have 3 customers using kartris on 3 separate servers, and all three complaining of UPS shipping issues lately, and their logs are full of intermittent 403 errors... even though 9/10 times I do get rates on the screen at checkout. After doing some searching, I found this on UPS's own site:
https://www.ups.com/us/en/help-center/technology-support/data-security.page
and they actually mention intermittent errors... what else can be the issue?
Edited
Thu 14 Dec 2017 by
SAbow
REPLY
QUOTE
LIKE
280
SAbow
Posted Mon 1 Jan 2018
Supreme Being
Group: Forum Members
Last Active: Tue 2 Feb 2021
Posts: 77,
Visits: 334
46,495
Were you able to come up with anything yet?
REPLY
QUOTE
LIKE
262
mparker
Posted Fri 5 Jan 2018
Supreme Being
Group: Forum Members
Last Active: Thu 25 Jan 2018
Posts: 6,
Visits: 19
3,427
I fixed this by adding the following code within the Application_Start() sub of the Global.asax
Try
System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12
Catch
End Try
REPLY
QUOTE
LIKE
284
POST REPLY
LIKE
1,938
Similar Topics
Reading This Topic
Powered By InstantForum.NET 2012-1 © 2024
Execution: 0.047.
12 queries.
Compression Enabled.