Test: Included tests for verifying SSL hosting#720
Merged
leerob merged 8 commits intovercel:mainfrom Jul 27, 2022
Merged
Conversation
Add support for PFX or PKCS12 encoded certificates
Updated cli snapshot due to change in help test, using vitest -u option
Added tests for SSL hosting with PFX and PEM certificates
Contributor
Author
Can the CI be approved so that I can verify if its working on the ubuntu host as well? My dev box is Windows. |
Contributor
|
This is awesome - excellent work! |
Contributor
Author
|
Since we have GitHub Actions now running smooth, do we want to disconnect CircleCI from this repo? https://app.circleci.com/pipelines/github/vercel/serve Let me know if an issue should be raised for the same? |
gamemaker1
reviewed
Jul 19, 2022
gamemaker1
reviewed
Jul 19, 2022
gamemaker1
reviewed
Jul 19, 2022
Contributor
Author
|
Thanks @gamemaker1 For the feedback, address all your comments. |
gamemaker1
reviewed
Jul 20, 2022
Contributor
|
Okay, CircleCI should hopefully be removed now. |
Contributor
Author
|
All checks are passing fine, do you have any other feedback for me on this PR? If not, I would say its ready to be merged. |
Contributor
|
Looks good to me :] |
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.
Added tests for SSL hosting with PFX and PEM certificates.
Builds on #708 feature to test new scenarios
CC: @leerob