You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
If you are having an issue with your PDFs suddenly failing when trying to open HTTPS URLs, check this out. The POODLE vulnerability that was discovered on Oct 17 has lead to much of the internet disabling the SSL3 protocol. The default SSL protocol that PhantomJS uses happens to be SSL3.
PhantomJS should release v1.9.8 soon that makes TLSv1 the default protocol. But until then we'll need to tweak the config to use the alternate protocol. Check out this commit that simply adds the sslProtocol config value to the config.json file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you are having an issue with your PDFs suddenly failing when trying to open HTTPS URLs, check this out. The POODLE vulnerability that was discovered on Oct 17 has lead to much of the internet disabling the SSL3 protocol. The default SSL protocol that PhantomJS uses happens to be SSL3.
PhantomJS should release v1.9.8 soon that makes TLSv1 the default protocol. But until then we'll need to tweak the config to use the alternate protocol. Check out this commit that simply adds the
sslProtocol
config value to the config.json file.The text was updated successfully, but these errors were encountered: