You can’t usde telnet to check port 443 because it doesn’t do SSL handshaking. Use your browser instead -- Douglas Wade Goodall Multiware Engineer Copyright (C) 2019 Douglas Goodall. All Rights Reserved. (ask me about Multiware Engineering) (805) 598-9099 | MultiwareEngineering@xxxxxxxxxx Skype: douglas.w.goodall 425 San Juanico, Santa Maria, CA 93455 USA GitHub.Com: https://github.com/ichibrosan LinkedIn.Com: https://linkedin.com/in/douglasgoodall > On Jun 3, 2019, at 7:02 PM, Geoff Russell <geoffrey.russell@xxxxxxxxx> wrote: > > Hi ... > > My apache2 server was working perfectly and then it stopped. I can connect on port 80 > but not on port 443. > > Server version: Apache/2.4.18 (Ubuntu) > Server built: 2019-04-03T13:34:47 > > --------------------------Good > $ telnet ajp.geoffrussell.com.au 80 > Trying 203.122.232.225... > Connected to geoffrussell.com.au. > > ---------------------------------Good > $ telnet localhost 443 > Trying 127.0.0.1... > Connected to teddy.geoffrussell.com.au. > > ---------------------------Bad > $ telnet ajp.geoffrussell.com.au 443 > Trying 203.122.232.225... > > Nothing happens. I've turned on "debug" LogLevel in the ajp-policy-ssl.conf virtual host > file. No log messages of any kind. > > How do I get logging of the actual connection process? I've turned on debug LogLevel in > every conf file I can find and I'm still getting nothing. > > I have ufw set to allow https. But it doesn't matter if I turn it off. No difference. > > My virtual host file: > > <IfModule mod_ssl.c> > <VirtualHost *:443> > ServerName ajp.geoffrussell.com.au > ServerAdmin webmaster@localhost > ... > > > > Cheers, > Geoff Russell > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx