-
Notifications
You must be signed in to change notification settings - Fork 338
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
add option to ignore ssl certificate #108
Comments
Interesting, I came across that issue as well. |
Yes, if you download from an https url that fails the certificate check then it may mean nodes (routers, proxy,...) on your network path may be sending you incorrect data. So it can be a valid choice to refuse images that failed that check. However i do think the option is useful as it happens that many websites simply have invalid certificates. |
Yeah, I noticed it as well. I guess if the main risk is that you download an incorrect image you'll find it out when you try to decode/resize it. |
Is this a change you made in the source code? I still have a lot of ssl bug in my machine . "../cc3m_val2/00001_stats.json" [noeol] 40L, 2094C 1,1 All |
Same here. Did you add the option? |
No the issue is still open. You can open a PR if you need it |
Sounds good, here is a PR: #397 Great work on this library btw! |
https://stackoverflow.com/a/58337431
can be important if urls are not guaranteed to have a valid ssl certificate
The text was updated successfully, but these errors were encountered: