Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #192701
| From | Greg Wooledge <wooledg@eeg.ccf.org> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: My site has become unreachable when I've implemented SSL |
| Date | 2018-02-19 19:00 +0100 |
| Message-ID | <vkXTk-65P-25@gated-at.bofh.it> (permalink) |
| References | <vkXJD-621-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Feb 19, 2018 at 06:36:01PM +0100, Aldo Maggi wrote: > Anyway, now if I browse writing my IP I get the Apache default page > (the browser tells me, anyway, that the site is unsecure), if I write > the name of the site I get (traslated from Italian): > Unable to reach the site > Connection denied by mysite.com "Connection refused" (the correct English translation) means that either the service is not listening to that port, or the packets were rejected by a firewall. You will need to examine both of those possibilities. Making sure the service is listening on :443 should be fairly easy. You can use "lsof -i :443" for example, or some ss or netstat command. Checking whether you have a firewall blocking incoming 443 will be a bit harder.
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
My site has become unreachable when I've implemented SSL Aldo Maggi <sentiniate@virgilio.it> - 2018-02-19 18:50 +0100
Re: My site has become unreachable when I've implemented SSL Greg Wooledge <wooledg@eeg.ccf.org> - 2018-02-19 19:00 +0100
Re: My site has become unreachable when I've implemented SSL Aldo Maggi <sentiniate@virgilio.it> - 2018-02-19 21:00 +0100
Re: My site has become unreachable when I've implemented SSL Bob Weber <bobrweber@gmail.com> - 2018-02-20 03:20 +0100
Re: My site has become unreachable when I've implemented SSL Aldo Maggi <sentiniate@virgilio.it> - 2018-02-20 21:30 +0100
[SOLVED]Re: My site has become unreachable when I've implemented SSL Aldo Maggi <sentiniate@virgilio.it> - 2018-02-20 22:00 +0100
csiph-web