Spring Cloud Config Asymmetric encryption error on Unix Machine

145 Views Asked by At

I got the following response while trying to encrypt using Asymmetric encryption on unix machine

{
    "description": "The encryption algorithm is not strong enough",
    "status": "INVALID"
}

localhost:8012/encrypt

This url response ok but application work on windows operating system.

response enter image description here

10.301.332.31:8012/encrypt

This unix machine and application response as algorithm is not strong enough reponse is correct

enter image description here

0

There are 0 best solutions below