"Server has a weak ephemeral Diffie-Hellman public key" geting this error while accessing cq instance in chrome | Community
Skip to main content
rajkumarn299498
November 17, 2015
Solved

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

  • November 17, 2015
  • 5 replies
  • 1058 views

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

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 kautuk_sahni

Hi 

Please have a look at this Stackoverflow post :-

Link:- http://stackoverflow.com/questions/30942288/server-has-a-weak-ephemeral-diffie-hellman-public-key-how-to-by-pass-it

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

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

 

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

5 replies

smacdonald2008
Level 10
November 17, 2015

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. 

joerghoh
Adobe Employee
Adobe Employee
November 17, 2015

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

kind regards,
Jörg

December 8, 2015

both author and publish version 5.5

December 8, 2015

accessing the cq instance by url.

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
December 8, 2015

Hi 

Please have a look at this Stackoverflow post :-

Link:- http://stackoverflow.com/questions/30942288/server-has-a-weak-ephemeral-diffie-hellman-public-key-how-to-by-pass-it

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

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

 

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