此页面是否尝试从未经身份验证的源加载脚本?

How to load script without error This page is trying to load scripts from unauthenticated sources ? site with https not working.

<iframe src="http://services.norq.am:8081/gorc/Gorcatu/IsertPagesGortsatu/for_empl.asp" width="650" height="600" frameborder="0" scrolling="auto"></iframe>

Try changing 'http' to 'https' so you should have:

<iframe src="https://services.norq.am:8081/gorc/Gorcatu/IsertPagesGortsatu/for_empl.asp" width="650" height="600" frameborder="0" scrolling="auto"></iframe>