PAYPAL SSL - TLS Fragen

Hello,

i really hope that someone can help me to understand view things. I have view days left to solve the paypal problem with my shop, version CE 4.8.4

At oxid blog (http://t3n.de/news/paypal-ssl-tls-poodle-578642) they wrote that i should download OXID eFire Extension PayPal 3.1.2 to solve the problem.

link: http://exchange.oxid-esales.com/de/OXID/OXID-eFire-Extensions/OXID-eFire-Extension-PayPal-3-2-1-for-PHP-5-2-5-3-Stable-CE-4-4-x-4-9-x.html?force_sid=145fb388035f919b54094e7eb5f0526b

Well, i downloaded the above Extension and i read the user manual, but it only mention SSL and OPENSSL but not TLS.

So how can i get sure that this will work now and that it is working with TLS and not with SSL as it is written in the manuals? Seems to be very confusing.

I have only 2 days left to fix the problem, than i leave for business trip and the people helping me to deal with the orders cannot update the shop. Please, i am very unhappy about all this and hope that someone can give me good advice.

thank you so much in advance!

Check modules / oe / oepaypal / core / oepaypalcurl.php
Is there a line

'CURLOPT_SSLVERSION'     => 1,

then everything is fine.
If there is a 3, change it to 1 and everything is fine.

Hi hendrik,

wow, it means i don’t need any update at all, just checking the line you mentioned? This is crazy … if this is true you made my day! Sorry for asking twice, is this really all it needs to make it work? No other update required? …

Yes, just change the line:

The sandbox of paypal has already changed the support. So you can test the sandbox. If it works, the live system will work on 3rd december, too.

if i change it today, will it already work or do i have to make the change not before the 3rd of december? … thank you so much for your time and help!

You can change it now.