Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant