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

add ssl resource (early access) #914

Merged
merged 1 commit into from Aug 15, 2016
Merged

add ssl resource (early access) #914

merged 1 commit into from Aug 15, 2016

Conversation

arlimus
Copy link
Contributor

@arlimus arlimus commented Aug 15, 2016

ssl(port: 4443).enabled?
=> true

ssl(port: 4443).protocols('ssl3').enabled?
=> false

ssl(port: 4443).protocols('ssl2').enabled?
=> true

ssl(port: 4443).ciphers(/rc4/i).enabled?
=> true

ssl(port: 4443).ciphers('doesnt exist...').enabled?
=> false

@chris-rock
Copy link
Contributor

Nice and short :-) Thanks for adding this @arlimus

@chris-rock
Copy link
Contributor

I'll ignore travis errors, since all allowed suites are passing.

@chris-rock chris-rock merged commit b86c1bd into master Aug 15, 2016
@chris-rock chris-rock deleted the dr/ssl branch August 15, 2016 15:20
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

Successfully merging this pull request may close these issues.

None yet

2 participants