Hi,
I'm trying to get a wildcard certificate (which is installed in the Local Computer-Personal store) to work with SSRS 2014 Native mode.
When trying to bind in the SSRS Config tool I get the error:
Microsoft.ReportingServices.WmiProvider.WMIProviderException: The SSL certificate is not trusted.
---> System.Runtime.InteropServices.COMException (0x80040241): TabletPC inking error code. The property was not found, or supported by the recognizer (Exception from HRESULT: 0x80040241)
--- End of inner exception stack trace ---
at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.CreateSSLCertificateBinding(String application, String certificateHash, String ipAddress, Int32 port)
at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.CreateSSLCertificateBinding(UrlApplication app, String certificateHash, String ipAddress, Int32 port)
The SSL certificate is from Comodo and it does have a private key.
Viewing the certificate in the store on the General tab it says "Windows does not have enough information to verify this certificate" and on the Certification Path Tab it says "The issuer of this certificate could not be found" - are these hints to why it is not trusted by SSRS?