feat(base-driver): Add server support of TLS and SPDY protocols#19105
Merged
mykola-mokhnach merged 7 commits intoappium:masterfrom Sep 8, 2023
Merged
feat(base-driver): Add server support of TLS and SPDY protocols#19105mykola-mokhnach merged 7 commits intoappium:masterfrom
mykola-mokhnach merged 7 commits intoappium:masterfrom
Conversation
Collaborator
Author
|
cc @devhazem |
KazuCocoa
reviewed
Sep 2, 2023
jlipps
approved these changes
Sep 7, 2023
|
Hey, I would like to use issued SSL certificate so that I got https, how could I do it now? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
It's a continuation of #18562, but more reach on features being proposed .
It allows to provide the certificate and the key via server command line or via config options. If these both options are provided and are valid then the server starts in strict TLS mode, which also allows to enable SPDY and HTTP/2 extensions on it. See https://www.npmjs.com/package/spdy for more details.
Types of changes