Psychz - Louis
Votes: 0Posted On: May 12, 2019 21:30:37
It is ideal that the site that uses SSL is required to have their own IP addresses because it allows the web server to check which site the visitor is trying to connect and accordingly send the right certificate to the client or browser.
Having said that, today, it is possible to install multiple SSL certificates using a shared IP address thanks to the SNI (Server Name Indication) technology. If your server is self-managed, you can implement this technology by referring to methods provided online. SNI technology is quite new and in order to implement this technology, TLS library of the application must include SNI and this application should pass the hostname to the TLS library.
We hope that we've answered your question satisfactorily. If you like the response kindly upvote.