HTTP frame loading HTTPS

Asked

Viewed 57 times

0

Good afternoon Personal,

They have a situation where the SSL certificate has been installed on IIS, but does not validate HTTPS, because the certificate is for domain.com.br and not for the server’s Public IP (IIS).

I then used the code below to load the content of IIS in the domain I bought.

<frameset rows="0,*" border="0">
<frame name="header" scrolling="no" noresize target="main">
<frame name="main" src="https://IP_PUBLICO_IIS">
<noframes>
<body></body>
</noframes>
</frameset>

When I type https://meudominio.com.br is still Unsafe, when inspecting the certificate, it is correct CN=meudominio.com.br

I don’t know what to do.

Could someone help me.

  • 1

    I think you should start at the point where the <frameset> is obsolete and should no longer be used.

  • How should I proceed ? Because I have 1 domain purchased and the content on a Public IP.

  • Not understood, the domain is not pointing to your IP? how is the certificate pointing to your site on IIS?

  • In IIS the certificate installed is for the domain.com.br, but where I bought the domain it makes a redirection to the public IP, then as the certificate only validates if the URL is as domain.com.br, it is as unsafe.

  • And you won’t be, just because you’re rerouting...

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.