Search the Community
Showing results for tags 'poodle'.
-
PayPal Merchant Technical Services merchant centre contacted me today. They said there is a Poodle vulnerability issue so are cancelling SSL3.0 and changing to TLS on dec 3rd. They said I need to contact my ecommerce platform providers to ensure there is no problem. Is there anything which needs changing or adapting before this happens?
-
Hola a todos, Con motivo de la vulnerabilidad del protocolo SSL v3 (también conocido como POODLE) que fue detectada el 14 de octubre, PayPal ha estado trabajando para mitigar cualquier posible impacto en nuestros clientes y, por ello, hemos decidido desactivar completamente la compatibilidad con SSL 3.0 el 3 de diciembre de 2014 a las 12:01 AM (Pacific Standard Time). POODLE es una vulnerabilidad de seguridad de Internet que afecta al protocolo Secure Sockets Layer (SSL) 3.0, que se diseñó para garantizar la seguridad de las conexiones al navegar por Internet. Como consecuencia, todas las tiendas que utilizan Prestashop tienen que cambiar su integración con PayPal actualizando el módulo de PayPal en Prestashop antes del 3 de diciembre de 2014 y desactivar de este modo el SSL 3.0 para las interacciones con clientes. Si no actualiza su módulo antes de esta fecha, es posible que sufra problemas a la hora de procesar pagos a través de PayPal. Para asegurarse de que su integración está protegida contra esta vulnerabilidad y de que podrá seguir aceptando pagos tras esta fecha, tiene que actualizar su módulo de PayPal a la versión 3.8.0 siguiendo estos pasos: Usuarios de la versión 1.5 y 1.6 de PrestaShop: 1- Vaya al back office de PrestaShop a la lista de módulos instalados. 2- Haga clic en “Actualícelo” en el módulo de PayPal. La actualización a la versión 3.8.0 se habrá completado. Si no es así, siga los pasos que indicamos a continuación. Usuarios de la versión 1.4 de PrestaShop: 1. Vaya la página web de PrestaShop Addons y descargue la última versión del módulo de PayPal ( versión 3.8.0). 2. Será necesario llevar a cabo una actualización manual del módulo. Para ello, vaya a la sección "Módulos" en el Back Office de su tienda. 3. Haga clic en "Cargar el módulo desde su ordenador" y verá la siguiente pantalla: 4. Inserte el archivo descargado en formato zip. 5. Haga clic en “Subir este módulo”. La actualización a la versión 3.8.0 habrá finalizado. Si ha instalado el nuevo módulo y tiene problemas, como última alternativa podría recuperar la anterior versión en Prestashop en la sección de versiones y seguir las instrucciones mencionadas arriba. Si no consigue solucionarlo, podría: 1. Editar el código manualmente en el siguiente fichero: prestashop\modules\paypal\api\paypal_connect.php 2. Añadir/Editar estas 2 lineas: @curl_setopt($ch, CURLOPT_SSLVERSION, 4); @curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, 'SSLv3'); Si es una agencia web o desarrollador y necesita asistencia directa, le recomendamos que se registre en el Programa de partners de PayPal en www.paypal.es/partner-program para recibir respuesta personalizada. Si es un vendedor, puede contactar con nuestro Servicio de Atención al Cliente en www.paypal.es/contact. Realizar esta acción puede parecer un reto, sobre todo en esta época del año, pero confiamos en que entienda que esto le ayudará a hacer frente a las vulnerabilidades que puedan surgir de POODLE y a preservar las normas de seguridad habituales al usar PayPal en PrestaShop. Muchas gracias
-
Hello. We received a email from PayPal: We have PayPal v3.7.2 by PrestaShop Officiall module. PrestaShop version 1.6.0.9 Is this module vulnerable to POODLE? And if no, why did we get this message from PayPal? I also see another module such as PayPal Europe and two forum topics for it: 1. PayPal Modification SSL V3 to TLS 2. [important] Deadline for MAJ PayPal Europe module: January 12, 2015 I didn't find any such topics about our module.
-
Hi I am using Prestashop 1.6.0.9 and have received an e-mail from PayPal regarding the immediate action required further to them planning to discontinue support for SSL 3.0 on 3 December. Their e-mail states that you can go to the back office and click on the "update it" button next to the PayPal module however that button isn't there! I am really panicking as I do not know what to do and I am not connected to Addons. My Prestashop site was done by a Web Designer who I no longer have contact with and I am really stuck. Please, please can anybody help? Thank you so much.
- 1 reply
-
- Paypal
- Update module
-
(and 2 more)
Tagged with:
-
Hi all, Since the SSL v3 issue (also known as POODLE) was identified on October 14, PayPal has decided to completely disable SSL 3.0 support at 12:01 a.m. Pacific Standard Time on December 3, 2014. POODLE is an internet security vulnerability that impacts the Secure Sockets Layer (SSL) 3.0 protocol, which was designed to ensure secure connections when surfing on the Internet. As a consequence all PayPal merchant customers using PrestaShop need to update their PayPal integration by upgrading their PayPal module on PrestaShop before December 3rd disable SSL 3.0 for their client interactions. If you do not upgrade your PayPal module on PrestaShop by this date, you may face interruptions to your ability to accept payments with PayPal. To make sure your integration is protected against this vulnerability and to keep accepting PayPal payments beyond this date, you need to upgrade your PayPal module to version 3.8.0 by following these steps: Users of version 1.5 and 1.6 of PrestaShop 1- Go to PrestaShop back office in the list of modules installed 2- Click on the « Update it » button next to PayPal module If this button doesn’t appear, please follow the same steps as the ones described below for “users of version 1.4 de PrestaShop” The upgrade to version 3.8.0 will then complete. If it doesn’t, please follow the steps below. Users of version 1.4 of PrestaShop 1. Go to the PrestaShop Addons website and download the latest version of the PayPal module (version 3.8.0) 2. You need to carry out a manual update of the module. Please go to the “Modules” section in the Back Office of your store 3. Click on “Upload the module from your computer” , you should get the screen below: 4. Insert the downloaded file in zip format 5. Click on « Upload this module » The upgrade to version 3.8.0 will then complete. Caution: If the message "Before using the module, you must install the compatibility Retro Module" appears after your being updated, thank you download and install the "Retro compatibility" module at this address: http://addons.presta...patibility.html We make every effort to help you as quickly as possible and we apologize for any inconvenience due to this problem. Regard, PayPal Iberia
-
As many clients keep asking for fixes to their paypal_connect files, I'm putting together the ones I fixed and making them available for download (for who doesn't want to modify them on its own). Here they are http://nemops.com/wp-content/uploads/2014/11/paypal_fixes.zip And the article: http://nemops.com/prestashop-paypal-modules-will-stop-working/#.VGxr6fmjOr0 Many thanks to Tomer for clarifying (I admit the dev's post was confusing) PrestaTeam, please shout it out, many people will be in trouble if not I suggest a slide at prestashop.com and massive social posting p.s. This download link might change as I re-upload archives, the article one will be constantly updated