Search the Community
Showing results for tags 'SLL'.
-
GOT ERROR IN WEBSITE: WWW.ZIFZI.COM Got Error While Tried Open Website With HTTPS = How to enable SSL in PrestaShop 1.5.6.2 WE GOT BELOW ERROR at MOZILLA FIREFOX browser Secure Connection Failed An error occurred during a connection to zifzi.com. The OCSP server has refused this request as unauthorized. (Error code: sec_error_ocsp_unauthorized_request) The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site. Contact Email: [email protected] View Website: www.zifzi.com
-
Hallo zusammen Ich sollte bei einem Shop (https://www.matratzen-universum.ch/de/) SLL einrichten. Auf dem Server wurde bereits alles installiert und das Zertifikat ist aktiv. Wer kennt sich damit aus? Grüsse
-
Hello Can someone help me with this problem. I switch from Apache server to Lightspeed. Everything was fine until I connect my SSL certificate. In prestashop backoffice "Enable SSL" not showing when I enable it using phpmyadmin it show enable but still dosnt work correctly.(when I try to login to back office using https I still geting warning "change url to https"). Home page (first page) work with SSL but when I enable force SSL, browser say "This website contains a loop of redirects" . Thank you I don't know why when I save message part of this text disappear .
-
Buenas tardes, eh tenido varios problemas con esta ultima actualización de Prestashop, ya comente en otros hilos algunos de los fallos que tengo. Este para mi es otro quebradero de cabeza. Contrate una SSL con Geotrust de 256bits, nunca eh tenido problemas con la instalación de estos certificados, ni en Prestashop ni en webs personalizadas, y ahora me esta dando problemas. 1- No se ve el candado: Fue contratado con de esta forma www.midominio.es y así esta puesto en el htaccess. Asigne por si acaso RewriteCond %{SERVER_PORT} !^443$ ( No hay manera que lo encuentre) es decir así tengo el head del archivo: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^www.midominio.es$ RewriteCond %{SERVER_PORT} !^443$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] Llame a 1and1 y soporte técnico, me comenta que el certificado esta listo, hicieron una comprobación en el servidor y me comentan que editando el .htaccess para realizar comprobaciones del dominio se encuentra con una sorpresa, que redirige a sin /www y por eso es imposible que vaya al https. Es decir que nunca había visto algo así que me pusiera en contacto con prestashop o que preguntara en la comunidad por que era un bug de la aplicación, a este paso me hubiera sido mas fácil hacerla a pelo . 2- Ya eh instalado certificados a unas cuantas tiendas prestashop y nunca me había pasado esto, comparando código de otras tiendas o haciéndolo desde 0 y no hay manera. El cliente tiene contratado un Server 2012 L2 CORE de 1and 1, me dicen que los dominios no necesitan ip dedicadas, y es un servidor sin Cpanel mas complicado todavía. Agradecería si alguien lee esto y sepa algo sobre este bug que me eche una mano.