close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PayPal integration

Thread began 6/26/2018 8:49 am by lr_leal239405 | Last modified 6/26/2018 1:19 pm by Ray Borduin | 675 views | 3 replies |

lr_leal239405

PayPal integration

I have some websites that use the PayPal integration Webassist code. I got this letter that says "The Payment Card Industry Security Standards Council (PCI) has issued new security standards that must be implemented by June 30, 2018. By this date, all entities must stop using Secure Sockets Layer (SSL)/early Transport Layer Security (TLS) as a security control in their systems and completely transition to a secure version of TLS encryption protocols, such as TLS 1.2. You can read more about the security standards on the PCI website pcisecuritystandards.org."

Do you have new code for this? It says that their records indicate our Paypal Integration uses an older encryption protocol and has to be changed immediately to TLS 1.2 cryptographic protocol by June 30. Let me know. Thank you.

Sign in to reply to this post

Ray BorduinWebAssist

Create a blank page on your web site with this code:

php:
<?php

$ch 
curl_init('https://tlstest.paypal.com/');
curl_setopt($chCURLOPT_SSL_VERIFYHOST2);
curl_setopt($chCURLOPT_USERAGENT$_SERVER['HTTP_USER_AGENT']);
curl_setopt($chCURLOPT_RETURNTRANSFER,1);
curl_setopt($chCURLOPT_SSL_VERIFYPEERFALSE);
$data curl_exec($ch);
curl_close($ch);
die(
$data);
?>



That should give you a message telling you what needs to be updated. Then send that to your hosting provider and have them correct the issue.

Sign in to reply to this post
Did this help? Tips are appreciated...

lr_leal239405

great. It came back with 'PayPal_Connection_OK'. The hosting confirmed they support TLS 1.2 and HTTP/1.1 connections. So I assume come June 30, it should continue to work without issue. Thank you.

Sign in to reply to this post

Ray BorduinWebAssist

I believe that is the case. I'm not sure why that letter seems to be going out to some people when they are already configured properly, but it appears that it won't be a problem for you.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...