Hi,
I serve two ssl domains on different port.
forexample:
https://one.domain.com/
https://two.domain.com:444/
These works properly.
But I want to remove port number from address in second domain.
How can I do it?
How can I remove port number on ssl domains
Re: How can I remove port number on ssl domains
You cannot. On CentOS 5 you cannot run multiple SSL sites on the same ip address and port and you cannot remove the port number from the URL without hitting the wrong server. To run two SSL sites on the same port you would need a second ip address.
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Re: How can I remove port number on ssl domains
I doubt very much if SNI is supported on CentOS 5 as the openssl version is too old.
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke