• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

SSL Config

O

oatcpe

Guest
Why Plesk 7 for windows can't set SSL support more than 1 domain per IP?
And how can i config SSL support for many domain at same IP address seem link in Plesk 7 for Linux.
 
IIS doesn't allow SSL access on multiple domains on the same IP address. Only one domain on IP address can have SSL support. It is SSL design. As you know, certificate is signed for certain domain. Domain exists on one IP address. SSL protocol handshake is to connect on certain IP and request its certificate. Certificate contains domain name for which it was signed. If browser asked same domain, it doesn't show warnings and work using the certificate.

Apache (at least Unix version) allows to use certificate for some domains on one IP address.
IIS doesn't allow it. Plesk for Windows team tried to allow SSL support for multiple domains on a IP address. Special ISAPI filter was created. This filter causes some problems with FrontPage and new version was decided to develop without extension. Also some other ISAPI extensions were removed. I think a lot of people heared about Server.MapPath and #include directive problems. It was a problem caused by ISAPI filters because some functionality was added to IIS but IIS does not support it. Main idea was that Plesk for Windows should had same functionality to Unix version. Some functionality was created the same without problems, other caused serious issues. So some functionality was created incompatible with Unix version in Plesk 7.0 for windows. I don't think it is bad because main functionality works Windows native way.
 
Back
Top