HomeHome Product Discus... Product Discus...SmithCartSmithCartCancel and Return link from PaypalCancel and Return link from Paypal
Previous
 
Next
New Post
3/8/2011 5:36 PM
 

I am using paypal payments standard, and everything seems to be working except for the link on paypal's site that allows the user to cancel the operation and return to our store. That url that that link tries to go to is: http://localhost:443/main/Store/tabid/77/ctl/Confirm/mid/412/Default.aspx?PayPal=Cancel What are the possible reasons for this link timing out?

We are running the store page under ssl, and this return link is using port 443, but not explicitly declaring https. If I manally put in https and take off the port 443 with the rest of the url the same, it at least brings me back to the cart with an null reference error message instead of timing out. I haven't seen any settings where I have any control over this, on either the cart side, or paypal side. Where am I going wrong?

 
New Post
3/9/2011 1:48 PM
 

I'm guessing it is because you don't have a self-signed cert on your local dev environment. I doubt this would be an issue in a production environment.

 
New Post
3/9/2011 8:56 PM
 

Thanks for the reply. I tried it in the production environment with a real certificate and get the same result. The page still hangs upon returning from paypal.

 
New Post
3/9/2011 9:20 PM
 

Is it returning as https or with the port? Does your store page have SSL enabled? Have you used fiddler to see if it shows anything out of the ordinary?

 
New Post
3/29/2011 10:40 PM
 

It's coming back as http with the port number.  I have not used fiddler, but say I found something odd, how would I go about fixing it given that this link is generated by the cart?

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartCancel and Return link from PaypalCancel and Return link from Paypal