Hi @nolsman
The error you faced complaining about the certificates are normal unless you configured SSL on your server. Please note that Bitnami stacks include a self-signed certificates which is not valid for production environments.
[Tue Aug 06 01:59:39.184440 2019] [ssl:warn] [pid 1886:tid 139921591080704] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 06 01:59:39.344532 2019] [ssl:warn] [pid 1887:tid 139921591080704] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
To configure a valid certificate, I recommend you to follow the guide below which explains how to use the Bitnami HTTPS Configuration Tool to configure the certificates in your server:
This other error indicates somebody is trying to access your PhpMyAdmin console which can be only be accessed through localhost unless you create a SSH tunnel:
[Tue Aug 06 04:56:32.599872 2019] [authz_core:error] [pid 2194:tid 139921192851200] [client 211.149.138.148:19978] AH01630: client denie
d by server configuration: /opt/bitnami/apps/phpmyadmin/htdocs/scripts
[Tue Aug 06 04:56:33.924517 2019] [authz_core:error] [pid 2194:tid 139921167673088] [client 211.149.138.148:20178] AH01630: client denie
d by server configuration: /opt/bitnami/apps/phpmyadmin/htdocs/scripts
[Tue Aug 06 05:12:45.527761 2019] [authz_core:error] [pid 2194:tid 139920781608704] [client 211.149.138.148:11940] AH01630: client denie
d by server configuration: /opt/bitnami/apps/phpmyadmin/htdocs/phpmyadmin
Please note that could be related with some hacker trying to take control over your server. I'd block the IPs (211.149.138.148) trying to access phpmyadmin unless it belongs to someone you recognise (see this guide for more information)
Now when I type in or ping the IP I get a request timeout error: ERR_CONNECTION_TIMED_OUT.
I tried changing the host location in wp-config.php and a variety of other suggestions I found online, but to no avail.
Could you please detail all the suggestions you tried? Did you update the WordPress Domain Name as explained in the guide below?
https://docs.bitnami.com/aws/apps/wordpress/administration/configure-domain
Best regards,
Juan Ariza