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

test-plans: Add wss transport to interop tester impl #2178

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

MarcoPolo
Copy link
Collaborator

Adds support for listening on a WSS addr. After this is merged, I'll backport this patch to a branch off v0.25 to update the interop tester.

@@ -200,3 +209,28 @@ func main() {
os.Exit(1)
}
}

func generateTLSConfig() *tls.Config {
priv, err := rsa.GenerateKey(rand.Reader, 2048)
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason not use ed25519 here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I copied this from our existing generateTLSConfig func in tests

@MarcoPolo MarcoPolo merged commit b23d8b5 into master Mar 24, 2023
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.

2 participants