ivaldes1
Forum Replies Created
-
It wasn’t before but now it says that ‘There was an error with your Google Translate key’ and when I test the API it says in the JSON:
Requests from referer https://bluebonnetclinic.net are blocked.However, when I set up the API key I specifically allowed *.bluebonnetclinic.net/* and for awhile it wasn’t blocking.
With automatic translation it should dynamically create a spanish translation of front page at https://bluebonnetclinic.net/es_mx/ right? Otherwise the error message is true that there isn’t anything at https://bluebonnetclinic.net/es_mx/
How should I proceed?
I’ve checked it all over and enabled automatic translation but when I access https://bluebonnetclinic.net/es_mx/ it says Not Found.
We’ve tried the suggestions including modifications to .htaccess, but it is still not working. We have temporarily enabled pretty permalinks for you to see it fail but we don’t want to leave it on for more than a day because it 404’s many of our English pages as well. Please let us know when you’ve checked it out so that we can restore function of our English pages.
Thanks, I theorize that when I clicked Reset Let’s Encrypt it blanked out the existing certificates. We finally found certbot to manually re-create them from bash prompt. think we will be able to use certbot and a cron job to update them every 90 days. Thanks for the help, I hope this works.
So I retried /wp-admin/options-general.php?page=rlrsssl_really_simple_ssl&tab=letsencrypt and it got to Reset let’s encrypt. I changed the General Settings to website2.com and now as I suspected it has blown me out of the wordpress instance and I can’t get to it to re-run the wizard to refresh the certificates to the new URL.
Thanks, I am so far unable to figure out how to get the wizard to run again. I don’t see a link or a button that I can find to re-run the wizard. How does one do it?
Thanks Mark, I added /wp-admin/options-general.php?page=rlrsssl_really_simple_ssl&tab=letsencrypt to the URL but it put me onto the RSSSL Your Progress page but did not re-run the Wizard. It is probably something simple that I am missing on how to make it re-run the wizard?
The current ssl certificates generated through RSSSL by Let’s Encrypt are created for website1.com and my recollection is that they won’t work for website2.com until I regenerate them. I conjecture that if I can re-trigger the RSSSL wizard I can change it over to website2.com? Right now I am at a loss for how to re-run the RSSSL wizard.
Thanks so how do I reset the location that RSSSL is expecting the certificate to be in?
Thanks.
So all 6 work now but I have this one peculiar outlier website that gets its ssl certificate from document root /var/www/html. The others all have their ssl’s in their respective wordpress roots. What is the norm for this situation? Especially for when in 2 years when I have to migrate from Centos 7 due to end of life to probably Rocky?
I set it to 751 and it proceeded. Should I keep it 751 or change it back to 644?
I did ../ssl/keys and it progressed but now it is doing this:
The following directories do not have the necessary writing permissions. Set permissions to 644 to enable SSL generation.
– /var/www/html/differentwebsiteinquestion/.well-known/acme-challengeI set it to 644 but it gives the same message.
I have some anxiety over doing that. Wouldn’t putting it in .. interfere with the other websites? All the other 5 websites it creates a string of numbers directory in the website root and populates it with all the certs and keys. See below example 1746609464/ssl/… directory. But for some reason on this one it doesn’t. Why is that? Is there a verbose mode that will tell more of why attempt2 is failing?
ls -la total 300 drwxr-xr-x. 7 apache apache 4096 Feb 5 21:32 . drwxr-xr-x. 21 root root 4096 Feb 1 12:45 .. drwxr-xr-x. 3 apache apache 4096 Feb 5 21:32 1746609464Mark, I did try to create the directories .well-known/acme-challenge and ssl/keys but it does not recognize them. This is what the directory looks like:
ls -la
total 256
drwxr-xr-x. 7 apache apache 4096 Feb 7 10:48 .
drwxr-xr-x. 21 root root 4096 Feb 1 12:45 ..
-rw-r–r–. 1 apache apache 345 Feb 5 22:41 .htaccess
-rwxr-x–x. 1 apache apache 405 Dec 30 03:16 index.php
-rwxr-x–x. 1 apache apache 19915 Jan 26 17:51 license.txt
drwxr-x–x. 3 apache apache 4096 Feb 5 22:50 ssl
drwxr-xr-x. 3 apache apache 4096 Feb 5 22:49 .well-known
-rwxr-x–x. 1 apache apache 7165 Dec 9 03:49 wp-activate.php
drwxr-x–x. 10 apache apache 4096 Feb 7 15:02 wp-admin
-rwxr-x–x. 1 apache apache 351 Dec 9 03:49 wp-blog-header.php
-rwxr-x–x. 1 apache apache 2338 Jan 26 17:51 wp-comments-post.php
-rw-r–r–. 1 apache apache 2945 Feb 7 10:48 wp-config.php
-rwxr-x–x. 1 apache apache 3001 Jan 26 17:51 wp-config-sample.php
drwxr-x–x. 7 apache apache 4096 Feb 7 10:48 wp-content
-rwxr-x–x. 1 apache apache 3939 Dec 9 03:49 wp-cron.php
drwxr-x–x. 26 apache apache 16384 Jan 26 17:51 wp-includes
-rwxr-x–x. 1 apache apache 2496 Dec 9 03:49 wp-links-opml.php
-rwxr-x–x. 1 apache apache 3900 Dec 9 03:49 wp-load.php
-rwxr-x–x. 1 apache apache 47916 Jan 26 17:51 wp-login.php
-rwxr-x–x. 1 apache apache 8582 Jan 26 17:51 wp-mail.php
-rwxr-x–x. 1 apache apache 23025 Jan 26 17:51 wp-settings.php
-rwxr-x–x. 1 apache apache 31959 Jan 26 17:51 wp-signup.php
-rwxr-x–x. 1 apache apache 4747 Dec 9 03:49 wp-trackback.php
-rwxr-x–x. 1 apache apache 3236 Dec 9 03:49 xmlrpc.phpThanks Mark, I did Reset Let’s Encrypt. No change, it still stops at ‘Attempt 2. Trying to create directory in root of website.’ This is mysterious because I successfully have RSSSL’ed now on 5 other websites all at /var/www/html and it worked. The permissions look the same. It is not creating /var/www/html/differentwebsiteinquestion/<string of numbers> so something is weirdly off for this one website. It doesn’t seem especially different from the others. What can I try? Is there a verbose mode for this?