Sandbox - Connection Private Issue

Alex_cp
Contributor
Contributor

 I am using Payment Data Transfer and I am attempting to use Paypal Sandbox for testing. It stopped working correctly but I haven't made any changes so it looks like the issue is on Paypal's end.

When I click on a subscription button it takes me to Sandbox Paypal where it offers me to create a paypal account or login with Paypal.

 

Choosing the login option, a warning screen is showned and indicates the following information:
"Your connection is not private Attackers might be trying to steal your information from www.sandbox3.paypal.com (for example, passwords, messages, or credit cards). NET::ERR_CERT_COMMON_NAME_INVALID This server could not prove that it is www.sandbox3.paypal.com; its security certificate is from www.sandbox.paypal.com. This may be caused by a miconfiguration or an attacker intercepting your connection. Proceed to www.sandbo3.paypal.com (unsafe)" .

If I tell chrome to proceed anyway it allows me to view the generic login in the following url: https://www.sandbox3.paypal.com/signin/?returnUri=https%3a%2f%2fwww%2esandbox3%2epaypal%2ecom%2fus%2... (note that the htpps:// is red and scratched).

After logging in, it takes me to "my account" and doesn't ask me to confirm the payment.

 

NOTE: Before the request error, this issue was already happening.

Here is a stackoverflow question showing the problem - https://stackoverflow.com/questions/44640024/paypal-sandbox-ssl-issue-redirect-issue/44652397

Login to Me Too
56 REPLIES 56

zenney
Member
Member

Hi,

I have been facing this problem since last one week, I have called the customer support many times and they sent me a link which doesn't work.There is no way to talk to the technical team as well.
 I am trying to do a test transaction in a sandbox mode. When i try to make payments it shows a window, 'YOUR CONNECTION IS NOT PRIVATE'. I have troubleshoot all my browser problem, there is no issue with my browser. I have even checked it in several other computers and mobiles, it's showing the same problem.
 
Please help!
Thanks,
 
Login to Me Too

MTS_Justin
Moderator
Moderator
Hi @zenney,

Add an exception for the certificate warning and it won't appear again. We're aware of the issue and are working to resolve it.

Was my post helpful? If so, please give me a kudos!
Login to Me Too

LeonardoGaiero
Contributor
Contributor

I am having a similar issue: I developed a website using WordPress, on which I tried two different plugins for PayPal donations. Since I have to develop custom code to handle post-donation operations, I need to be able to use the sandbox, which in both cases is referenced through the endpoint https://www.sandbox.paypal.com/cgi-bin/webscr. After specifying the donation amount and logging in, the PayPal sandbox redirects me to sandbox3.paypal.com, which at the present time is not available at all; this means that I'm getting a page unavailable error and I cannot complete the test payment. Unless I'm missing something, it looks like there are still some references on your end to update; are you able to confirm this?

Login to Me Too

MTS_Justin
Moderator
Moderator
Hello,

I've tested some donation button code within the sandbox environment today and I'm able to complete the donation successfully, there was no re-direction to "sandbox3.paypal.com".

Please share the code for your subscription button.

Was my post helpful? If so, please give me a kudos!
Login to Me Too

LeonardoGaiero
Contributor
Contributor

@MTS_Justin wrote:
Hello,

I've tested some donation button code within the sandbox environment today and I'm able to complete the donation successfully, there was no re-direction to "sandbox3.paypal.com".

Please share the code for your subscription button.

Thanks for your reply, I will post the HTML form being rendered as the PHP code is not very indicative of the final output.

 

 

<form target="_blank" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" class="customize-unpreviewable">
	<input name="cmd" value="_donations" type="hidden">
	<input name="business" value="snes_face-test(at)yahoo(dot)com" type="hidden">
	<input name="item_name" value="Donation" type="hidden">
	<input name="item_number" value="" type="hidden">
	<input name="currency_code" value="CHF" type="hidden">
	<input name="amount" id="amount_f1eedb71d4d7ab09c594f2bf399945b3" value="" type="hidden">
	<input name="no_note" value="1" type="hidden">
	<input name="no_shipping" value="1" type="hidden">
	<input name="notify_url" value="https://[redacted]/wp-admin/admin-post.php?action=add_wpedon_button_ipn" type="hidden">
	<input name="lc" value="it_IT" type="hidden">
	<input name="bn" value="WPPlugin_SP" type="hidden">
	<input name="return" value="" type="hidden">
	<input name="cancel_return" value="" type="hidden">
	<input class="wpedon_paypalbuttonimage" src="https://[redacted]/uploads/2017/12/Paypal.png" name="submit" alt="Make your payments with PayPal. It is free, secure, effective." style="border: none;" type="image" border="0">
	<img alt="" style="border: medium none; display: none !important;" src="https://www.paypal.com/it_IT/i/scr/pixel.gif" width="1" hidden="" height="1" border="0">
</form>

 

As far as I can tell, there were no direct references to sandbox3 throughout the code, and the https://www.sandbox.paypal.com/cgi-bin/webscr handle seems to be the only entry point; I'm suspecting that either it's an outdated URL, or that some of the variables may be leading to a code block with obsolete references. Hope this helps, thank you and let me know!

Login to Me Too

suryabg2000
Contributor
Contributor
I am still having this issue, how do I resolve this? This site can’t be reached www.sandbox3.paypal.com’s server IP address could not be found. Try running Windows Network Diagnostics. DNS_PROBE_FINISHED_NXDOMAIN
Login to Me Too

MTS_Justin
Moderator
Moderator
Hello,

I've replied on the separate post you created to report this issue.

Was my post helpful? If so, please give me a kudos!
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.