Hi Marcos - Thank you for the reply. I am using AWS Amazon issued SSL certificate and I followed those instructions. No where did they have state to update the /opt/bitnami/apache2/conf/server.crt. It seems as if apache is still using the Bitnami default cert. This is the result:
openssl x509 -in /opt/bitnami/apache2/conf/server.crt -noout -text | grep CN=
Issuer: O=Bitnami, OU=Certificate generated at boot time, CN=example.com
Subject: O=Bitnami, OU=Certificate generated at boot time, CN=example.com
Are there instructions that are missing to replace the /opt/bitnami/apache2/conf/server.crt with the AWS issued cert? Thanks,
Tim
“Before we work on artificial intelligence why don’t we do something about natural stupidity?” —Steve Polyak
Sent: Friday, May 25, 2018 at 5:20 AM
From: marcos <answers@bitnami.com>
To: kaczocht@mail.com
Subject: [Bitnami Community] [WordPress] Www.kimbholmes.org redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
marcos
May 25
Hi @kaczocht,
It seems you are not properly configuring the "ServerName" property.
Please run the following commands:
$ openssl x509 -in /opt/bitnami/apache2/conf/server.crt -noout -text | grep CN=
$ openssl x509 -in /opt/bitnami/apache2/conf/server.crt -noout -text | grep DNS:
You should see something like this:
Issuer: O=Bitnami, OU=Certificate generated at boot time, CN=www.example.com
Supposing that what comes after "CN=" is "www.example.com", you will have to put exactly that in the ServerName (the port can also be added), e.g.:
ServerName www.example.com
That is, if the "www." does not exist in the CN/DNS field in your SSL certificate, you should avoid it.
Check a Let's Encrypt certificate example below:
Issuer: C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3
DNS:mydomain.com, DNS:www.myotherdomain.com, DNS:myotherdomain.com
In this case, you should preferably chose "www.mydomain.com".
Let us know if you have any questions.
Visit Topic or reply to this email to respond.
In Reply To
kaczocht
May 24Hi Marcos, I had the httpd.conf changed to my domain for many weeks. I even tried to change it with and without the "www." and the error_log reflects the domain I have it there (either with or without the www when I change and restart): # # ServerName gives the name and port that the server u…
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
