Cannot determine if it’s possible to run multiple SSL with individual IP/SSL site on same server(ubuntu). We run multiple domains and would like to stack these SSL sites if it’s possible.
No issue multihoming the NIC, no issue multiple domains/server on port 80 – only issue is apache finding the correct SSL cert. It seems to get confused and hangs…
Ubuntu – 16.04
Apache –
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2018-06-07T19:43:03
I’ve tried wild card and setting the ip address
(example )
<IfModule mod_ssl.c>
<VirtualHost *:443>
</VirtualHost>
</IfMod…
And
<IfModule mod_ssl.c>
<VirtualHost 1.2.3.4:443> (1.2.3.4 is example)
</VirtualHost>
</IfMod…
Regards
Robert Earnest Lassiter