peachtreewebworks
06-24-2001, 04:51 PM
Is it possible to have multiple SSL Ceritificates on an NT server for different virtual (IP-Less) domains?
Thanks,
Michael
Thanks,
Michael
![]() | View Full Version : Mulitple SSL Certs on NT Servers? peachtreewebworks 06-24-2001, 04:51 PM Is it possible to have multiple SSL Ceritificates on an NT server for different virtual (IP-Less) domains? Thanks, Michael NetRemedy 06-24-2001, 05:19 PM Should be possible as Certs are based on Domain name and not IP address. We have three sites on one NT box and one cert for one domain that is not accesable from other two domains. We could add another Cert for any of the other domains. dpnh 06-24-2001, 05:41 PM Hi Michael, Yes, but there is a catch. Each cert must have a different port. So you or your customer would need to access it via [httpS://thedomain.com:port#here] the cert obviously must be on the same iis server. It's really just resolving the ip not the domain directly. Not a real big problem. Just assign each customer a port. Certs do not support name based hosting (ip less) directly since the host headers would be encrypted. But as long as the dns points to the same server it would work. Hope that gets you going. JB DPN |