0

Https dont work even i followed the tutorial

http://go-dance.fr/ work fine

http://sbk.go-dance.fr/ work fine

but https://go-dance.fr/ doesn't work fine , it give the error ERR_CONNECTION_REFUSED

Route 53 Dashboard enter image description here

enter image description here

enter image description here

I changed the port to 433 (ont http and https ) but still not working enter image description here

Dahar Youssef
  • 487
  • 4
  • 10

1 Answers1

0

SSL certificates and HTTPS work on port 443, not port 80. So you have to change your setup to use that port.

Marcin
  • 215,873
  • 14
  • 235
  • 294