Skip to content

[ISSUE #10077] Support password-encrypted private keys for Proxy TLS#10078

Merged
yuz10 merged 4 commits intoapache:developfrom
majialoong:ISSUE-10077
Mar 13, 2026
Merged

[ISSUE #10077] Support password-encrypted private keys for Proxy TLS#10078
yuz10 merged 4 commits intoapache:developfrom
majialoong:ISSUE-10077

Conversation

@majialoong
Copy link
Copy Markdown
Contributor

Which Issue(s) This PR Fixes

Fixes #10077

Brief Description

Allow Proxy to use password-encrypted private keys for TLS by configuring tlsKeyPassword in rmq-proxy.json, for both the gRPC and Remoting endpoints.

How Did You Test This Change?

Unit test

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 8, 2026

Codecov Report

❌ Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.85%. Comparing base (1754cec) to head (0024a96).

Files with missing lines Patch % Lines
...ocketmq/proxy/remoting/RemotingProtocolServer.java 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@majialoong
Copy link
Copy Markdown
Contributor Author

Hello @RongtongJin @lizhimins , please take a look at this PR when have time, Thanks !

@yuz10 yuz10 merged commit 4a29b7e into apache:develop Mar 13, 2026
13 of 14 checks passed
@majialoong majialoong deleted the ISSUE-10077 branch March 13, 2026 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Support password-encrypted private keys for Proxy TLS

3 participants