![]() |
|
Multiple SSL certificates with SNI - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Multiple SSL certificates with SNI (/thread-2066.html) |
Multiple SSL certificates with SNI - TPiotr - 10-17-2020 Hi, Is IntraWeb Stand Alone Server (TSaServerIndy) support several domains secured with a separate certificate on one ip address? Best Regards Piotr RE: Multiple SSL certificates with SNI - jwharton - 10-18-2020 I am also interested in knowing how to do this. RE: Multiple SSL certificates with SNI - kudzu - 10-20-2020 SA uses Indy which only accepts one certificate per server. You should be able to use a multi-domain certificate successfully. RE: Multiple SSL certificates with SNI - rlebeau - 10-20-2020 At this time, Indy does not support per-domain certificates via SNI on the server side. https://github.com/IndySockets/Indy/issues/160 RE: Multiple SSL certificates with SNI - Jose Nilton Pace - 10-20-2020 Hi. Convert to http.sys. TIWStartHSys can support several domains secured with a separate certificate on one ip address. https://mde.app.br https://fidelidade.club https://entremeios.com.br RE: Multiple SSL certificates with SNI - TPiotr - 10-20-2020 Thanks for your reply. I will wait for IntraWeb (Indy components) with separate certificate support for multiple domains on one ip. I can't convert to http.sys. My server is complicated. When SSL was not needed I used TIdHTTPServer but switched to TSslHttpAppSrv for multiple domains with separate SSL on one ip. I'am currently using IntraWeb (for web apps on a separate IP) and ICS - TSslHttpAppSrv (for websites with SSL on one IP). I'd like to go back to Indy when will it handle separate SSL certificates, specifically using IWServerControllerBaseExecuteRequest for my websites with SSL. Best Regards Piotr |