New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Transport Security failure under OSX 10.11 #90
Comments
Yep, ran into this issue today. Some more details around it. |
... when --ignore-ssl-check is enabled Fixes paulhammond#90
I've submitted a PR for this. Just setting the relevant Info.plist values at runtime. Works great on El Capitan for me now. Cheers! |
Awesome! Hopefully it gets merged with master so we can install via homebrew. |
Maybe mentioning @paulhammond helps. Homebrewing this would be sweet. |
+1 |
+1 Homebrew fix! |
@paulhammond - let me know if you want me to modify this in any way :-) On Tue, Dec 1, 2015 at 11:24 AM Alexandre Lemaire notifications@github.com
|
@cova-it, @Saeven and anybody else who (like me) arrives here looking for a solution for the Homebrew 0.7-version:
|
@Rasmis Thanks. Your snippet works for me |
Stable version not fixed. |
Hi, after have add this line a little problem. File "/usr/local/bin/webkit2png", line 423 Thanks for help |
@GrimlocK38 double check you used 4 spaces to indent, and no tabs. |
Hi, @orenyomtov same problem but with this errors now. Traceback (most recent call last): |
This is my edited copy and it works |
Perfect :). PS: for an capture used: --ignore-ssl-check Work now A big thanks |
I have the same issue, but the version supplied by @orenyomtov works exactly as expected. |
seems that brew version has not fixed? It Really need to be fixed :> |
also here because of brew. |
Also here from brew. |
+1 |
I also meet this problem. |
nothing to modify,run like this is ok. |
I used the "--ignore-ssl-check" option and it still gives me the same error message. Please check below:
Do I need to make changes to info.plist of webkit2png file? Thanks. |
Hi all! Thank you to everyone for reporting this, and to Ben for proposing a fix. I'm sorry it took so long to get this fixed; my day job got really really busy and side projects like webkit2png got left behind. I'm just working through the backlog of bugs and pull requests and then I'll get a new release out soon including this. |
Big fan of webkit2png! I totally get a lot is going on for people, but any chance of a fix soon? Also, maybe it would be good to leave the issue open since it’s not resolved? |
Sadly, webkit2png now throws App Transport Security errors under El Capitan any time you request a non-https site. Specifically:
Apple's solution (sic.) to this problem -- assuming you can't request an https version of the site -- is to modify your app's .plist to make exceptions for all non-https sites you want to request, or you can turn off ATS altogether in the .plist. (I see, from testing, that Python's urllib2 can request external non-https sites, but webkit2png cannot.)
[Update] Good discussion of some of the underlying Python/NSURL issues here: http://michaellynn.github.io/2015/07/31/customized-python-app-bundles/
The text was updated successfully, but these errors were encountered: