-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding SNI to peer certificate verification #43
Conversation
Coveralls is failing but tests are passing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Nice work
Not sure why coveralls is returning 405, but let's just ignore that for now. Merge away! Could you open a PR to update this in Flashlight? You can just merge it straight away. |
Looks like they're down: https://status.coveralls.io/ |
…e received verifyHost
On this pull request I'm adding a
VerifyHost
attribute that shall be used when verifying peer certificates from requests that use the SNI config. Some unit tests were added, some updated with the new parameter and some deprecated libraries fromcache.go
have been replaced.