Skip to content

Eliminate SSL3 #451

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

Merged
merged 1 commit into from
Sep 26, 2019
Merged

Eliminate SSL3 #451

merged 1 commit into from
Sep 26, 2019

Conversation

vslee
Copy link
Collaborator

@vslee vslee commented Sep 26, 2019

- SSL3 is now deprecated
	- https://medium.com/@kyle.gagnet/your-net-code-could-stop-working-in-june-afb35fbf29ca
	- https://tools.ietf.org/html/rfc7568
	- https://docs.microsoft.com/en-us/security-updates/securityadvisories/2015/3009008
- plus, it was giving me the exception `System.NotSupportedException: 'The requested security protocol is not supported.'`
@vslee vslee added the maintenance such as tests label Sep 26, 2019
@jjxtra jjxtra merged commit 850f447 into DigitalRuby:master Sep 26, 2019
vslee added a commit that referenced this pull request Sep 26, 2019
This reverts commit ca4a4c2, reversing
changes made to f92de44.
vslee added a commit that referenced this pull request Sep 26, 2019
- SSL3 is now deprecated
	- https://medium.com/@kyle.gagnet/your-net-code-could-stop-working-in-june-afb35fbf29ca
	- https://tools.ietf.org/html/rfc7568
	- https://docs.microsoft.com/en-us/security-updates/securityadvisories/2015/3009008
- plus, it was giving me the exception `System.NotSupportedException: 'The requested security protocol is not supported.'`

(cherry picked from commit 850f447)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance such as tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants