have embed my mobile reports in the views of my asp.net project like this:
<object class="responsive-iframe" data="https://localhost/Reports/mobilereport/MyReports/Report1?rs:embed=true"></object>
This works good if I put localhost. But if I want to put the ip of my pc instead:
<object class="responsive-iframe" data="https://192.168.?.?/Reports/mobilereport/MyReports/Report1?rs:embed=true"></object>
the report will not be display and I have this error: net::ERR_CERT_COMMON_NAME_INVALID

I have add a https url, but it don't work:

The localhost domain appear automatically and I can't put an ip. How can I solve this? We want to move the SSRS DB to production in order to allow the web application to connect to the server, and we need to use the IP host machine.


