활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi Folks,
We are getting the below:
Could not reconstruct the private key, the given algorithm could not be found.java.security.NoSuchAlgorithmException: no such algorithm: RSA for provider BC
Any leads please. This happening only on one environment. The lower environment is working just fine, with same setup.
AEM Forms Package 6.5, Service Pack 10.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Can you check if the following lines are added in your sling.properties file:
sling.bootdelegation.class.com.rsa.jsafe.provider.JsafeJCE=com.rsa.* sling.bootdelegation.class.org.bouncycastle.jce.provider.BouncyCastleProvider=org.bouncycastle.*
This one seems to be an issue[0] with the algorithm used to create/convert the private key. Please review the steps[1] followed to enable SSL on this particular set-up.
Also, are you getting this msg in the log file continously or while enabling SSL on this set-up?
[0] -
the given algorithm could not be found.java.security.NoSuchAlgorithmException: no such algorithm:
Can you check if the following lines are added in your sling.properties file:
sling.bootdelegation.class.com.rsa.jsafe.provider.JsafeJCE=com.rsa.* sling.bootdelegation.class.org.bouncycastle.jce.provider.BouncyCastleProvider=org.bouncycastle.*
This worked @Mayank_Tiwari, post comparing the sling.properties files on two different environment. We found this was missing and added.
조회 수
Like
답글
조회 수
Likes
답글
조회 수
Likes
답글