Https url not working on ssrs 2019

Anashwar N 46 Reputation points
2021-06-08T19:26:44.517+00:00

Hi Team,

I configured ssrs reporting on SQL 2019,
Http url is working perfectly ,but https url is not working

Certificate is imported,no error occured.

I am not receiving any error message ,tried on all browsers

While using https ,it prompts for Id and password thrice ,once entered it is showing a blank screen

Config file changes were also tried but not working

Can someone let me know what could be the issue

Regards

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,912 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Taylor 53,726 Reputation points
    2021-06-08T19:48:59.3+00:00

    What exactly isn't working? The report manager UI, requesting a report from the web service, what?

    Note that report manager UI requires IE to work properly still. It should render in other browsers but some functionality doesn't work.

    For HTTPS most browsers only support TLS 1.2+. Ensure that SQL is configured to use TLS 1.2+ otherwise browsers will fail the call.

    If you still cannot figure it out then use Fiddler or equivalent to monitor the network call to see where it is failing.

    0 comments No comments

  2. ZoeHui-MSFT 36,111 Reputation points
    2021-06-09T02:13:45.617+00:00

    Hi @Anonymous ,

    The error state is a little general to do diagnostics.

    Here are two SSRS https configuration blogs which will be help to you to see if you miss some configuration.

    https://www.enhansoft.com/how-to-setup-ssrs-to-use-https-part-1/

    https://www.enhansoft.com/how-to-setup-ssrs-to-use-https-part-2/

    You may have a try. If the issue still occurs, like cooldadtx suggested, you may use some tools to monitor and provide more details to analyze.

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.