walking98 commented on issue #68: Unable to calculate a request signature,Algorithm HmacSHA1 not available URL: https://github.com/apache/rocketmq-spring/issues/68#issuecomment-489536251 It seems related to the JAVA_OPT " -Djava.ext.dirs", pls. make sure to define this opt as below that will make the sunjce_provider.jar added in CLASSPATH. -Djava.ext.dirs=${JAVA_HOME}/jre/lib/ext
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
