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 will die in November 2020 - migrate sooner rather than later!
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
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 will die in November 2020 - migrate sooner rather than later!
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke