Prevent bad ssl_multicert.config load from being swapped in#8515
Merged
randall merged 1 commit intoapache:masterfrom Nov 16, 2021
Merged
Prevent bad ssl_multicert.config load from being swapped in#8515randall merged 1 commit intoapache:masterfrom
randall merged 1 commit intoapache:masterfrom
Conversation
ret_status contains the load status of the config file, but wasn't used to check if it successful before being swapped in This is a follow up to apache#8256
Contributor
|
[approve ci] |
SolidWallOfCode
approved these changes
Nov 16, 2021
bneradt
approved these changes
Nov 16, 2021
zwoop
pushed a commit
that referenced
this pull request
Nov 17, 2021
zwoop
pushed a commit
that referenced
this pull request
Nov 17, 2021
Contributor
|
Cherry-picked to v9.1.x branch. |
randall
added a commit
to randall/trafficserver
that referenced
this pull request
Nov 19, 2021
With this test in place, we might've caught apache#8515 and apache#8256 earlier
randall
added a commit
to randall/trafficserver
that referenced
this pull request
Nov 22, 2021
With this test in place, we might've caught apache#8515 and apache#8256 earlier
randall
added a commit
to randall/trafficserver
that referenced
this pull request
Nov 23, 2021
With this test in place, we might've caught apache#8515 and apache#8256 earlier
randall
added a commit
that referenced
this pull request
Nov 23, 2021
zwoop
pushed a commit
that referenced
this pull request
Dec 1, 2021
moonchen
pushed a commit
to moonchen/trafficserver
that referenced
this pull request
Mar 17, 2022
* asf/9.2.x: Updated ChangeLog Marks tls_engine test as OpenSSL-only (apache#8509) Add skipped log entries to troubleshooting FAQ in docs. (apache#8507) Remove commented out EventProcessor::eventthread - it's time (apache#8517) Makes proxy_serve_stale version independent (apache#8508) Add proxy.config.http2.stream_error_sampling_threshold (apache#8506) url_sig: change cleanup msg from TSError to TSDebug (apache#8523) Adds the set-http-cntl operator for header_rewrite (apache#8375) Prevent bad ssl_multicert.config load from being swapped in (apache#8515)
moonchen
pushed a commit
to moonchen/trafficserver
that referenced
this pull request
Jul 26, 2022
…8532) With this test in place, we might've caught apache#8515 and apache#8256 earlier (cherry picked from commit 7bc025c)
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.
retStatus contains the load status of the config file, but wasn't used
to check if it successful before being swapped in
This is a follow up to #8256