eway not working..

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

we are using nopcommerce 3.6

as we know eway upgraded to tls1.2 we have added the following code in global.asax
<%@ Application Codebehind="Global.asax.cs" Inherits="Nop.Web.MvcApplication" Language="C#" %>
<script runat="server">
    void Application_Start(object sender, EventArgs e)
    {
        // Code that runs on application startup
  System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;
    }
</script>

but from the last 24 hours we are getting this error when placing the order

Error while placing order. Error 1: The remote server returned an error: (403) Forbidden.

How to resolve this issue
please respond as soon as possible because on live site payments are stopped

Thanks
6 years ago
Hi Ashok,

Hope this helps!

embryo wrote:
You'll either have to reboot your server or restart the application in IIS before it takes effect.

ALSO, and more importantly....you can also just upgrade to >> 3.80 >> 3.90 and the problem is solved.
6 years ago
Thanks for your reply..

I have restarted the app but no use getting the same error.

upgrading 3.6 to 3.9 will take some time i think and if any thing goes wrong site will be disturbed. So i don't want to upgrade now.

The payments are stopped from yesterday.

could you please suggest what we need to do to resolve this issue


Thanks.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.