Hey all,
So i’m having trouble setting up ssl on a virual host. I have the website “extorio.com” set up as a virtual host, and the “SSL website enabled?” feature is ticked in the enabled feature list, however when I navigate to https://extorio.com, i get the following screen in firefox (and a similar one in chrome):
https://drive.google.com/file/d/0B7QnP5_0VHXMR180NzN5OUhLOVE/view?usp=sharing
As you can see on this screen below, the ssl cert has been set up as a self-signed cert (this was done by virtualmin when initially enabling SSL on this virtual host):
https://drive.google.com/file/d/0B7QnP5_0VHXMXzJGeXM3QUpvZ28/view?usp=sharing
However, when I run the following code from the command line openssl s_client -connect extorio.com:443
I get the following result:
CONNECTED(00000003)
140084065588896:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:795:
CONNECTED(00000003)
140084065588896:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:795:
no peer certificate available
No client certificate CA names sent
SSL handshake has read 7 bytes and written 295 bytes
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
I would really love to be able to use the SSL feature of virtualmin for websites that I am managing through the system, does anyone have any ideas on what might be causing the issue here?
Many thanks in advance.