Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need to update for TLS 1.2


caniol

Recommended Posts

My online store is built on v2.2 RC2a.  I utilize both Authorize.net and PayPal Exress to process payments.  They have both stopped supporting TLS 1.0 and TLS1.1.  I don’t want to move up to a new version of osCommerce just yet (I have a new project in the works). What do I need to update to use TLS 1.2? Thanks in advance.

Link to comment
Share on other sites

I remember changing the curl calls for IPN

    curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
    curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2);


Paypal had a page about the changes required for TLS 1.2

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

  • 2 months later...
Quote

 

We have the same problem upgrading to TLS1.2 but our problem is a bit different. Because our office service is Microsoft, the programmer wrote the osC to MS code in dotnet which in turns also communicates with Paymentech (which processes the credit cards. We were lead to believe that this had to be upgraded not the code in osCommerce. If anyone knows differently, we'd be happy to pay for the fix.

Link to comment
Share on other sites

On 6/27/2018 at 9:31 PM, caniol said:

What do I need to update to use TLS 1.2?

😊 Well first use a smaller font, my eyes hurt reading that!

Also first check if you have a problem by testing your site.

https://www.ssllabs.com/ssltest/

For paypal see this,

https://www.paypal.com/uk/smarthelp/article/why-do-i-need-to-upgrade-my-system-to-tls-1.2-faq3898

Then follow this thread, hopfully that will help.

 

Edited by JcMagpie

 

Link to comment
Share on other sites

@caniol,

TLS 1.2 requires  Curl 7.34.0+ and PHP 5.4+

Osc 2.2rc2a reqires to be patched to work under PHP 5.4.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...