Hello,
I'm using nopCommerce 1.9 because our hosting is with 1and1 and they aren't using Razor, so sadly I need to use an older version.
I've set up the online shop, but I have an issue with Paypal.
Customers can purchase products, and they can pay with paypal standard even a mail is sent to them, but when paypal return to our online shop, an error is displayed:
"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 23.37.50.234:443"
And the stack trace is:
"[SocketException (0x274c): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 23.37.50.234:443]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +208
System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) +464
[WebException: Unable to connect to the remote server]
System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) +6615229
System.Net.HttpWebRequest.GetRequestStream() +13
NopSolutions.NopCommerce.Payment.Methods.PayPal.PayPalStandardPaymentProcessor.VerifyIPN(String formString, Dictionary`2& values) +299
NopSolutions.NopCommerce.Web.PaypalIPNHandlerPage.Page_Load(Object sender, EventArgs e) +405
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
NopSolutions.NopCommerce.Web.BaseNopFrontendPage.OnLoad(EventArgs e) +88
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772"
My first concern was checking if paypal is well configured. I checked every steps on nopcommerce documentation for setting up paypal standard and there isn't any problem with our paypal account.
I know that I should have an issue with my paypal account because I haven't amended the nopcommerce source code, but I can't find out what is the issue.
I hope that nopcommerce 1.90 hasn't any incompatible feature with paypal, in this case, please let me know.
Any help?
Thanks in advance.