SSL issues, Ubuntu 16.04

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.

Status: 
Closed (fixed)

Comments

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.

Perfect,

I went the other way though and changed the

Ipadress:443

To

*:443

But it's working now.

Thanks for the hint

Excellent, that is indeed working for me as well now.

Status: Active ยป Closed (fixed)