wsp-10188 Issue with SSL after IP Switching
This commit is contained in:
parent
24c886f7f7
commit
8100db2e4f
1 changed files with 2 additions and 1 deletions
|
@ -4186,7 +4186,8 @@ Please ensure the space has been allocated {0} IP address as a dedicated one and
|
|||
IPAddressInfo ip = ServerController.GetIPAddress(item.SiteIPAddressId);
|
||||
|
||||
if (ip != null)
|
||||
item.SiteIPAddress = !String.IsNullOrEmpty(ip.InternalIP) ? ip.InternalIP : ip.ExternalIP;
|
||||
//item.SiteIPAddress = !String.IsNullOrEmpty(ip.InternalIP) ? ip.InternalIP : ip.ExternalIP;
|
||||
item.SiteIPAddress = ip.ExternalIP;
|
||||
|
||||
certificate = server.installCertificate(certificate, item);
|
||||
if (certificate.SerialNumber == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue