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

ssl check refactor #879

Merged
merged 3 commits into from
Apr 7, 2021
Merged

ssl check refactor #879

merged 3 commits into from
Apr 7, 2021

Conversation

integrii
Copy link
Collaborator

@integrii integrii commented Apr 6, 2021

This fixes the bug we saw wherein the SSL handshake test would sometimes fail and streamlines the code in the ssl_util package.

  • complete refactor of ssl_util package
  • bump version of ssl handshake to 3.1.11

go.mod Outdated
@@ -12,6 +12,7 @@ require (
github.com/google/uuid v1.1.1
github.com/gophercloud/gophercloud v0.1.0 // indirect
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b // indirect
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't see grantae/certinfo imported anywhere in these changes -- just wondering where this indirect is needed

@integrii
Copy link
Collaborator Author

integrii commented Apr 7, 2021

I am going to add debugging using the certinfo package when a custom cert is passed or the cert check fails.

@integrii integrii self-assigned this Apr 7, 2021
@integrii
Copy link
Collaborator Author

integrii commented Apr 7, 2021

i ended up removing the certinfo package you suggested @jonnydawg

@jonnydawg jonnydawg merged commit 9e5b5ca into master Apr 7, 2021
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