I have a Linux server here hosting 2 websites and SSL is giving me problem here. I got the certs already and i tried them out individually and they all work fine if i disable one of the other websites.
However when i tried to run them concurrently, one is working and one is still showing the internet security pop-up saying that the dns name is not same as in the cert - it's being overridden. There is no /proc/network/alias* files in our server which means there's no IP aliasing function here (i assummed). In the httpd.conf and ssl.conf files, they are set to listen *:80, listen *:443; <virtualhost *:80>, <virtualhost *:443>; namevirtualhost *:80, namevirtualhost *:443; respectively. I am thinking that the * sign actually causes the problem but i have no idea how to fix this. All that went to port 80 are redirected to port 443.
Is there any other way i can fix this issue? Thanks in advance.
However when i tried to run them concurrently, one is working and one is still showing the internet security pop-up saying that the dns name is not same as in the cert - it's being overridden. There is no /proc/network/alias* files in our server which means there's no IP aliasing function here (i assummed). In the httpd.conf and ssl.conf files, they are set to listen *:80, listen *:443; <virtualhost *:80>, <virtualhost *:443>; namevirtualhost *:80, namevirtualhost *:443; respectively. I am thinking that the * sign actually causes the problem but i have no idea how to fix this. All that went to port 80 are redirected to port 443.
Is there any other way i can fix this issue? Thanks in advance.