You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2023/01/10 21:24:14 UTC

[GitHub] [jmeter] MichaelKlimenko-Rogers commented on issue #3352: Certificates does not conform to algorithm constraints: Adding a note to indicate how to remove of the Java installation these new security constraints

MichaelKlimenko-Rogers commented on issue #3352:
URL: https://github.com/apache/jmeter/issues/3352#issuecomment-1377886634

   In our case that was caused by [RHEL Crypto policies](https://access.redhat.com/articles/3666211#:~:text=Crypto%2Dpolicies%20is%20a%20component,on%20the%20base%20operating%20system).
   
   Changing mode from ```FUTURE``` to ```DEFAULT``` did solve the issue.
   ```
   update-crypto-policies --set DEFAULT
   ```
   


-- 
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@jmeter.apache.org

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