User1551066525 posted
Hi all,
I configured two web application in two different machines and each one using the different self-signed certificate. Below is the environment information
Application 1 -> Deployed (IIS) in Machine 1 -> Configured to run in https with Cert1
Application 2 -> Deployed (IIS) in Machine 2 -> Configured to run in https with Cert2
Cert1 -> Common Name is *
Cert2 -> Common Name is *
I am having a button and iframe in Application 1 and if that button is clicked then the Welcome page of Application 2 should show in the iframe as expected result.
But I am getting below error in IE,
"Content was blocked because it was not signed by a valid security certificate".
When I configure both those application in a single machine I am not facing any issues.
Thanks!
Best regards
Muthuraja