CreateSSLCertificateBinding Method (WMI MSReportServer_ConfigurationSetting)
Creates an SSL Certificate binding.
Public Sub CreateSSLCertificateBinding(ByVal Application As String, _ ByVal CertificateHash As String, ByVal IPAddress As String, _ ByVal Port As Int32, ByVal lcid As Int32, _ ByRef [Error] As String, ByRef HRESULT As Int32)
public void CreateSSLCertificateBinding(string application, string certificateHash, string IPAddress, int Port, int lcid, out string error, out int HRESULT);
This method adds a binding to rsreportserver.config for the application. If a binding does not already exist in HTTP.SYS, it is created there.
Before creating the binding, the method call examines the Url Reservations for the specified application to determine if the SSL Certificate Binding is valid.
The following conditions are validated and can result in errors:
Certificate does not exist.
The IPAddress specified does not correspond to an IPAddress of this computer.
The IPAddress specified is a DHCP IPAddress (changes periodically) – use the Wildcard IP address instead (0.0.0.0).
IPAddress specified does not match the IP address of a URL reservations AND neither a wildcard or host name URL reservation exist.
A URL reservation that specifies a host name exists, but the host name does not match the certificate host name.
Namespace: root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin
Platform: Windows Server 2003, Datacenter Edition; Windows Server 2003, Enterprise Edition; Windows Server 2003, Standard Edition; Windows Vista; Windows XP Professional with Service Pack 2 (SP2) or Service Pack 1 (SP1); or Windows 2000 (all versions)