Keywords: WordPress + NGINX + SSL - AWS - Technical issue - Connectivity (SSH/FTP)
bnsupport ID: 2511a9d5-ad04-356b-f048-6432c823daf7
Description:
Hi,
I tried to no avail all possible combinations to access phpmyadmin on a mac using https://docs.bitnami.com/aws/apps/wordpress-pro/get-started/access-phpmyadmin/ or https://community.bitnami.com/t/unable-to-access-phpmyadmin/59813/4
I have Varnish installed on server tried on port 81, 443 and then 80.
On port 81
Command line
ssh -N -L888:127.0.0.1:81 -i ~/.ssh/KEYFILE.pem bitnami@SERVER-IP
Browser
http://127.0.0.1:8888/phpmyadmin
Safari Can't Connect to the Server
Safari can't open the page "127.0.0.1:81/phpmyadmin/" because Safari can't connect to the server "127.0.0.1".
On port 443:
Command line
ssh -N -L 8443:127.0.0.1:443 -i ~/.ssh/KEYFILE.pem bitnami@SERVER_IP
Browser
http://localhost:8443/phpmyadmin
400 Bad Request
The plain HTTP request was sent to HTTPS port
nginx/1.16.1
On port 80:
Command line
ssh -N -L888:127.0.0.1:80 -i ~/.ssh/KEYFILE.pem bitnami@SERVER-IP
Browser
http://127.0.0.1:8888/phpmyadmin
Safari Can't Connect to the Server
Safari can't open the page "127.0.0.1:80/phpmyadmin/" because Safari can't connect to the server "127.0.0.1".
Just don't get it.
Bitnami support tool code: 2511a9d5-ad04-356b-f048-6432c823daf7
In the last laps of getting rid of squashing all the bugs.
Please advise on a solution.
Dominique