Skip to main content

Problemas con autossl

Comments

3 comments

  • cPanelMichael
    Hello, You can try disabling and then enabling the AutoSSL feature for the account via "WHM >> Manage AutoSSL" if the domain validation file does not exist. However, you may also want to review your .htaccess contents to verify it's not blocking access to the TXT file extension. Thank you. Translation: Hola, Puede intentar deshabilitar y habilitar la funci"n AutoSSL para la cuenta a trav"s de "WHM >> Administrar AutoSSL" si el archivo de validaci"n de dominio no existe. Sin embargo, tambi"n puede revisar su contenido .htaccess para verificar que no est" bloqueando el acceso a la extensi"n de archivo TXT. Gracias.
    0
  • migarcia
    El problema aparece cuando todos los ficheros estan bajo una carpeta, esto es, en htaccess se hace una redireccion incondicional a algun sitio. Para que AutoSSL funcione, es necesario que se pueda acceder a la carpeta raiz; por ejemplo, a"adiendo en htacces algunas lineas: RewriteEngine on RewriteCond %{REQUEST_URI} ^\/[A-F0-9]{32}.txt(?:\ Comodo\ DCV)?$ [OR] RewriteCond %{REQUEST_URI} ^\/[0-9]+\..+\.cpaneldcv$ [OR] RewriteCond %{REQUEST_URI} /\.well\-known\/acme\-challenge RewriteCond %{REQUEST_FILENAME} -f RewriteRule (.*) - [L] De momento,creoque es la unica solucion que todo el mundo da.
    0
  • cPanelMichael
    Hello, The AutoSSL feature should automatically add the proper Mod_Rewrite exclusions in your .htaccess files. Is that not happening on this system? What version of cPanel is installed on this particular server? Thank you. Translation: Hola, La caracter"stica AutoSSL debe agregar autom"ticamente las exclusiones Mod_Rewrite adecuadas en sus archivos .htaccess. "Eso no est" sucediendo en este sistema? "Qu" versi"n de cPanel est" instalada en este servidor en particular? Gracias.
    0

Please sign in to leave a comment.