evertramos / docker-wordpress

Wordpress Docker container using SSL Certificates with LetsEncrypt
https://evertramos.github.io/docker-wordpress/
MIT License
486 stars 155 forks source link

Wordpress cant curl to itself #46

Closed Th0rGer closed 4 years ago

Th0rGer commented 4 years ago

When the Server wants to do a Cron Job it says: cURL error 7: Failed to connect to domain.example port 443: Connection refused.

Otherwise everything else is working fine...

evertramos commented 4 years ago

the port 443 should be accessed throught the proxy... if you are using a service to curl itself inside the container you can use port 80, otherwise you will get an error.