Hiya.
I did a fresh in ubuntu install and installed virtualmin.
Everything is working apart from https.
I have enabled https in site options, and when I go to https://bloris.co.uk I get a error.
ERR_SSL_PROTOCOL_ERROR
I figured it was a self signing error, so I got a certificate via letsencrypt (had to manually install that btw, it just said failed until I did. I don't know if it's an installer fault, but a more informative error may help)
That went fine, but I still get an error.
I really don't know where to go from here to catch this, so I'm just going to dump loads of logs here and cross my fingers.
Domain access log - http://paste.ubuntu.com/16604152/ Domain error log - http://paste.ubuntu.com/16604192/ Var/log access log - http://paste.ubuntu.com/16604239/ Var/log error.log - http://paste.ubuntu.com/16604271/ Apache conf - http://paste.ubuntu.com/16604357/
Thanks in advance for any pointers.
Comments
Submitted by andreychek on Sun, 05/22/2016 - 10:12 Comment #1
Howdy -- hmm, are you seeing an access attempt in your domain's access_log each time you try to access the site via SSL? Or is the access attempt showing up somewhere else?
Your Apache config for the domain looks good, the first thought to cross my mind is that maybe the access attempt is going to an unexpected/incorrect domain.
Submitted by Bloris on Sun, 05/22/2016 - 10:21 Comment #2
Must admit I can't see an access attempt, how can I diagnose the connection, http works fine.
http://www.dnsstuff.com/tools#dnsReport|type=domain&&value=Bloris.co.uk
Submitted by andreychek on Sun, 05/22/2016 - 10:33 Comment #3
Ah, you might be seeing this issue here:
https://www.virtualmin.com/documentation/web/troubleshooting#toc-the-wro...
Take a peek at that, and let us know if that helps you resolve your issue.
Submitted by Bloris on Sun, 05/22/2016 - 10:44 Comment #4
Perfect,
I went the other way though and changed the
Ipadress:443
To
*:443
But it's working now.
Thanks for the hint
Submitted by andreychek on Sun, 05/22/2016 - 10:49 Comment #5
Excellent, that is indeed working for me as well now.
Submitted by Bloris on Mon, 05/23/2016 - 02:09 Comment #6