Skip to content

HTTPS gets Connection refused, but HTTP is fine  #1

@oneskysandy

Description

@oneskysandy

I deployed using docker-compose.web.yml, but I am getting "Connection refused" for HTTPS. I checked that the port is being listen to:

netstat -tnlp | grep :443
tcp6 0 0 :::443 :::* LISTEN 12702/docker-proxy

I also checked that the firewall is open:

lsof -i -P -n
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
...
docker-pr 12702 root 4u IPv6 53848 0t0 TCP *:443 (LISTEN)
docker-pr 12715 root 4u IPv6 53863 0t0 TCP *:80 (LISTEN)
...

Firewall is disabled:

ufw status verbose
Status: inactive

Any ideas why HTTPS gets connection refused? I am using AWS and the Security groups are all set properly with 80 and 443 open to all traffic.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions