Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

"Server has a weak ephemeral Diffie-Hellman public key" geting this error while accessing cq instance in chrome

Avatar

Level 1

"Server has a weak ephemeral Diffie-Hellman public key" geting this error while accessing cq instance in chrome

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi 

Please have a look at this Stackoverflow post :-

Link:- http://stackoverflow.com/questions/30942288/server-has-a-weak-ephemeral-diffie-hellman-public-key-ho...

Link:- http://stackoverflow.com/questions/32486811/chrome-error-server-has-a-weak-ephemeral-diffie-hellman-...

Link:- https://supportforums.cisco.com/discussion/12600456/server-has-weak-ephemeral-diffie-hellman-public-...

 

Chrome:

  • open /Applications/Google\ Chrome.app --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013

Canary:

  • open /Applications/Google\ Chrome\ Canary.app --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013

For Firefox

  • Go to about:config
  • Search for security.ssl3.dhe_rsa_aes_128_sha and security.ssl3.dhe_rsa_aes_256_sha
  • Set them both to false.

I hope this workaround would help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

View solution in original post

5 Replies

Avatar

Level 10

Is this happening on Author or Publish or both. Is this a fresh instance of AEM, or did this start when you placed custom code on the server. What version of AEM are you using. 

Avatar

Employee Advisor

How you access the AEM instance? Directly or via dispatcher or loadbalanacer?

kind regards,
Jörg

Avatar

Level 1

both author and publish version 5.5

Avatar

Level 1

accessing the cq instance by url.

Avatar

Correct answer by
Administrator

Hi 

Please have a look at this Stackoverflow post :-

Link:- http://stackoverflow.com/questions/30942288/server-has-a-weak-ephemeral-diffie-hellman-public-key-ho...

Link:- http://stackoverflow.com/questions/32486811/chrome-error-server-has-a-weak-ephemeral-diffie-hellman-...

Link:- https://supportforums.cisco.com/discussion/12600456/server-has-weak-ephemeral-diffie-hellman-public-...

 

Chrome:

  • open /Applications/Google\ Chrome.app --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013

Canary:

  • open /Applications/Google\ Chrome\ Canary.app --args --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013

For Firefox

  • Go to about:config
  • Search for security.ssl3.dhe_rsa_aes_128_sha and security.ssl3.dhe_rsa_aes_256_sha
  • Set them both to false.

I hope this workaround would help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni