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

Support creating TLS servers with mutual trust #2699

Closed
davidhadas opened this issue Mar 3, 2023 · 2 comments
Closed

Support creating TLS servers with mutual trust #2699

davidhadas opened this issue Mar 3, 2023 · 2 comments
Assignees

Comments

@davidhadas
Copy link
Contributor

/area networking

Add func NewTrustedServer(addr string, h http.Handler) *http.Server in knative.dev/pkg/network/h2c.go

@davidhadas
Copy link
Contributor Author

/assign @davidhadas

@davidhadas
Copy link
Contributor Author

PR is not needed as TLSConfig is a public property which means the existing NewServer suffice - see #2708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant