Hi @travelingsession,
I found this error in the Apache's log
[Thu Sep 24 04:43:21.347224 2020] [proxy_fcgi:error] [pid 1356:tid 140393857234688] [client 74.82.47.2:36282] AH01071: Got error 'PHP message: PHP Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792PHP message: PHP Warning: getimagesize(): Failed to enable crypto in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792PHP message: PHP Warning: getimagesize(https://54.209.161.113/wp-content/uploads/2020/05/Watermark_Trans_White_text_side_below_TTT_mobile.png): failed to open stream: operation failed in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
It seems the application is using the IP and it can validate the SSL certificate. However, as you can see, the plugin "td-cloud-library" is the one throwing the error, can you disable that plugin using the CLI tool?
https://docs.bitnami.com/aws/apps/wordpress/administration/use-wpcli/
As you are using Cloudflare, you are not pointing the domain to the instance directly.
https://www.whatsmydns.net/#A/travelingsession.com
It's cloudflare what is caching the requests so you need to configure the SSL certificate there.