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.
I think you should start at the point where the
<frameset>
is obsolete and should no longer be used.– Leandro Angelo
How should I proceed ? Because I have 1 domain purchased and the content on a Public IP.
– Elvis Soares
Not understood, the domain is not pointing to your IP? how is the certificate pointing to your site on IIS?
– Leandro Angelo
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.
– Elvis Soares
And you won’t be, just because you’re rerouting...
– Leandro Angelo