Issue with Inline Frame after Enabling SSL

Hi Team,

I just installed SSL, everything is fine. But for some reason inline view is not viewing me pdf documents I have on IIS. Is it redirecting? i can ping the address .

Wondering if its due to Force redirect of all http.

Thanks

If you have SSL/TLS enabled on Ignition you must also have it enabled on the IIS server that is hosting the PDFs.

1 Like

even if I disable force redirect?

Force redirect isn't relevant here; what that does is force redirect anybody who visits the Ignition Gateway at an HTTP address to the HTTPS address.

What you're trying to do is embed non-secure content into an inline frame hosted at a secured addressed. This is called "mixed content" and browsers generally do not allow it. It's not Ignition preventing this, it's your browser.

1 Like

Another thing I just discovered is, the CSR file i got was from filling out ignition ssl wizard in gateway and we got SSL using that CSR. We cannot use same SSL for IIS since private key was not included.

In that case we will need to redo the process to include IIS private key or build SSL using that private key and also import same private key to Ignition.

Whats your thought ?

Why would you do that?

How else can it be done?

It's a different server. It is supposed to have its own certificate.

Eventhough its on the same ip with different port than ignition?

Yes, even though. All they might have in common is the same IP addresses and/or hostnames listed in the certificate.

Also, we have a DNS name. Is the SSL cert supposed to be the same DNS name?

Yes.