Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

PhantomJS needs to default to secure SSL Protocols #12651

Closed
OverlordQ opened this issue Oct 15, 2014 · 7 comments
Closed

PhantomJS needs to default to secure SSL Protocols #12651

OverlordQ opened this issue Oct 15, 2014 · 7 comments

Comments

@OverlordQ
Copy link

Defaulting to SSLv3 is now a bad choice as it is provably broken.

@mattrobenolt
Copy link

👍

@vitallium
Copy link
Collaborator

Should we switch to TLS by default like the others?

/cc @detro @ariya @JamesMGreene

@dvdplm
Copy link

dvdplm commented Oct 16, 2014

For anyone else cruising by here, --ssl-protocol=[sslv3|sslv2|tlsv1|any'] is the workaround for post-POODLE phantomjs based issues. Running tests with --ssl-protocol=any works for us against our newly patched servers.

@estoner Thanks! :)

@brian-c
Copy link

brian-c commented Oct 16, 2014

👍

@mattrobenolt
Copy link

I'd vote for the default to be any and sslv3 is just removed entirely.

@markstos
Copy link

This issue is addressed by my recent pull request: #12663

@ariya
Copy link
Owner

ariya commented Oct 25, 2014

Refer to #12655.

@ariya ariya closed this as completed Oct 25, 2014
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

7 participants