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 connection pool #10

Merged
merged 2 commits into from
Dec 28, 2021
Merged

Conversation

HarrisChu
Copy link
Contributor

as title

@HarrisChu HarrisChu requested a review from Nicole00 December 28, 2021 06:47
Nicole00
Nicole00 approved these changes Dec 28, 2021
isSucceed bool
rows int32
errorMsg string
}
Copy link
Contributor

Choose a reason for hiding this comment

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

no need errorCode?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

error code is less useful for user.

just like this
image

rootCAPath: rootCAPath,
certPath: certPath,
privateKeyPath: privateKeyPath,
}
Copy link
Contributor

Choose a reason for hiding this comment

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

For SelfSign, is password in privateKeyPath file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nebula-go doesn't support password yet ..

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.

3 participants