I'm using webkit2png to take a screenshot of this website: http://www.ukmt-resources.org.uk/JMC16.html
I received a security error, to which I found the answer was to put --ignore-ssl-check into the code. This only works for some websites, however. I am using the following code in my Mac terminal:
webkit2png --ignore-ssl-check -D ~/Desktop http://www.ukmt-resources.org.uk/JMC16.html
Why is it still not granting me permission? I get this instead:
"App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file. ... something went wrong: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection."