[ISSUE #10077] Support password-encrypted private keys for Proxy TLS#10078
Open
majialoong wants to merge 4 commits intoapache:developfrom
Open
[ISSUE #10077] Support password-encrypted private keys for Proxy TLS#10078majialoong wants to merge 4 commits intoapache:developfrom
majialoong wants to merge 4 commits intoapache:developfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #10078 +/- ##
=============================================
- Coverage 48.90% 48.85% -0.06%
+ Complexity 13364 13345 -19
=============================================
Files 1373 1373
Lines 99873 99881 +8
Branches 12909 12910 +1
=============================================
- Hits 48847 48794 -53
- Misses 45113 45157 +44
- Partials 5913 5930 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
10315fa to
0024a96
Compare
Contributor
Author
|
Hello @RongtongJin @lizhimins , please take a look at this PR when have time, Thanks ! |
yuz10
approved these changes
Feb 11, 2026
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.
Which Issue(s) This PR Fixes
Fixes #10077
Brief Description
Allow Proxy to use password-encrypted private keys for TLS by configuring
tlsKeyPasswordinrmq-proxy.json, for both the gRPC and Remoting endpoints.How Did You Test This Change?
Unit test