[docker/wordpress] changing to https…site is unavailable
-
Hi,
I have an internal website, which I want to migrating to another host, running docker, but struggling to setup basic SSL.
In order to strip back things to the basics, I have deployed a brand new WordPress instance running on docker. My docker compose has the following port mappings
8080:80
8443:443With the docker container running, I browse to https://192.168.100.100:8080, then go through the initial WordPress setup (language, create user/pass). I then go to the Settings > General, but if I try to change the URLS from the above to https://192.168.100.100:8443, and save the changes, then I cannot access the site at this address. I get Chrome error “ERR_CONNECTION_REFUSED”. I have tried incognito, clearing cache etc.
My only way to recover is to stop the container and wipe the DB and files volumes, then setup again from scratch.
When in this state, my wp-config.php does not contain definitions for WP_HOME or WP_SITEURL. I feel something is not working properly when I save my changes to these URL’s in the GUI.
Any help is greatly appreciated.
- The topic ‘[docker/wordpress] changing to https…site is unavailable’ is closed to new replies.