Skip to content
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

[solved] PDF generation failing for HTTPS URLs #23

Open
elyngved opened this issue Oct 21, 2014 · 0 comments
Open

[solved] PDF generation failing for HTTPS URLs #23

elyngved opened this issue Oct 21, 2014 · 0 comments

Comments

@elyngved
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant