I have the following problem my web application has an iframe which accesses another page without a certificate and I skip security and I want to make a script that automatically skips this security so that my app can continue.
I have the following problem my web application has an iframe which accesses another page without a certificate and I skip security and I want to make a script that automatically skips this security so that my app can continue.
It is not possible to do what you ask, otherwise it would be meaningless to be HTTPS.
HTTPS uses an encrypted channel to transmit the information, that encryption is based on SSL, so that the connection is secure you need a certificate of that type.
However, to solve your problem you can install a free certficado to your site, now there are different but I recommend this: Let's Encrypt