You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/04 06:44:51 UTC

[GitHub] [rocketmq] JustUse commented on pull request #1820: [ISSUE #1233] Fix CVE-2011-1473

JustUse commented on pull request #1820:
URL: https://github.com/apache/rocketmq/pull/1820#issuecomment-985979856


   > I use rocketmq4.9.2 but CVE-2011-1473 still be there. how to fix it? please
   
   You can try add java option in two files to fix it :  ./bin/runserver.sh  ./bin/runbroker.sh  
   
   JAVA_OPT="${JAVA_OPT} -Djdk.tls.rejectClientInitiatedRenegotiation=true"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org