ERR_CONNECTION_FAILED - Port 443 #1128
Unanswered
deanfourie1
asked this question in
Getting Help
Replies: 1 comment
-
The Nginx Unit in the container doesn't provide an HTTPS endpoint. If you wan't to access over TLS you need to use a reverse proxy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
Everything starts, all containers start without errors and a docker container ls -a shows it bound to 0.0.0.0:443 however, I cannot connect in browser.
I had this working with an older version of netbox.
Expected Behavior
Connect to netbox with a insecure SSL connection.
Instead I receive a ERR_CONNECTION_REFUSED error.
Docker Compose Version
2.21.0
Docker Version
The git Revision
f1ca9ab
The git Status
Startup Command
docker compose up -d
NetBox Logs
Content of docker-compose.override.yml
Beta Was this translation helpful? Give feedback.
All reactions