Mutual SSL in AEM | Community
Skip to main content
Level 4
April 3, 2020
Solved

Mutual SSL in AEM

  • April 3, 2020
  • 2 replies
  • 5974 views

In our current architecture we have our AEM author on JBoss server. The primary reason to do that was because AEM didn't provide capability for establishing Mutual SSL. Would want to know if in newer versions of AEM 6.3 or 6.5, can we establish Mutual SSL. If yes, can you please point to some documentation. This is required as we have to connect to services outside AEM. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aemmarc2

Personally -- I'd avoid Mutual SSL if possible.

 

We have encountered very difficult-to-diagnose-and-troubleshoot edge cases where Java will incorrectly select the wrong certificate.

 

Yet unresolved Java bug : JDK-8199440

https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8199440

 

2 replies

Adobe Employee
April 3, 2020
Level 4
April 6, 2020
Hi, I am not looking for configuraing replication, this I have got. I am looking for Mutual SSL(MSSL) for consuming rest endpoints of other services.
aemmarc2Adobe EmployeeAccepted solution
Adobe Employee
April 6, 2020

Personally -- I'd avoid Mutual SSL if possible.

 

We have encountered very difficult-to-diagnose-and-troubleshoot edge cases where Java will incorrectly select the wrong certificate.

 

Yet unresolved Java bug : JDK-8199440

https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8199440

 

Level 4
April 8, 2020
But this bug talks about JDK bug specifically do you have any use case for Mutual SSL.