can’t reach the challenge directory
-
Hi,
the domainname is externally managed by the customer. We’re trying to setup Really Simple SSL wia the hosting verification.
Hereby the actual .htacccess:
RewriteRule ^.well-known/(.*)$ - [L] # BEGIN WordPress # De richtlijnen (regels) tussen "BEGIN WordPress" en
END WordPress
worden # dynamisch gegenereerd en zouden alleen aangepast mogen worden via WordPress filters. # Elke wijziging aan deze richtlijnen tussen deze markeringen worden overschreven. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressWe’ve also tried this options via the theme but no luc…
update_option('rsssl_skip_challenge_directory_request', true);
Some additional tests and results:
/.well-known/acme-challenge/test.txt -> Not Found /.well-known/test.txt -> File Found /.well-known/bfolder/test.txt -> File found
The folder /.well-known/ seems accessible from the internet, also other subfolders except /acme-challenge/.
No clue what else we can do… It is possible to move the file into another configurable folder? Or is there another configuration we should look at?
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘can’t reach the challenge directory’ is closed to new replies.