I need to write a Python 3 script that answers the question in the title.
By "HTTPS error" I mean both the obvious error page advising user not to proceed and the errors visible in browser console, like “Blocked loading mixed active content”.
So far I tried Ghost.py, but it did not report any errors (with ignore_ssl_errors=False
) while loading a page that caused “Blocked loading mixed active content”.
Is there a way to fix this in Ghost.py / PySide? Is there another tool I should use?
I would rather not use a tool like Selenium which requires an actual browser, if there is an other way.