SSRS Report Server is not getting bind with cloud flare origin certificate.

Kashif Shaikh 1 Reputation point
2021-12-16T08:13:58.437+00:00

I have got an SSL certificate from cloud flare, I have imported that certificate in windows server but when i am trying to bind this certificate with it shows an unable to bind error. I cannot figure out the actual error cause.

Microsoft.ReportingServices.WmiProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 80070057

---> System.ArgumentException: Value does not fall within the expected range.
--- End of inner exception stack trace ---
at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ReserveURL(String application, String url, ErrorCodes& errorCode)
at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.ReserveURL(UrlApplication app, String url, ErrorCodes& errorCode)

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,511 Reputation points
    2022-01-06T14:54:36.263+00:00

    Hello anonymous user

    The error: 80070057 means "Invalid Parameter". It would help if you could share the cmdlet that you are using to import the certificate. Otherwise, I can recommend this powerful guide about troubleshooting certificate enrollment, specially for superfluous entries in Active Directory for an aborted CA installation

    https://learn.microsoft.com/en-us/archive/blogs/askds/how-to-troubleshoot-certificate-enrollment-in-the-mmc-certificate-snap-in

    Additionally, I would recommend to share your steps and error in a post for the forums of your Certificate provider, as their community may be aware of specific situations or workarounds.

    Hope this helps with your query,

    --------
    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments