Diffie-Hellman public key

General support questions
Locked
chamikara
Posts: 17
Joined: 2014/10/01 05:09:05

Diffie-Hellman public key

Post by chamikara » 2015/09/29 05:09:22

Hi

We are using Cent OS 6.4 and when we access our web site some browsers having following error. If you ll having any solution please help. Urgent.

Server has a weak ephemeral Diffie-Hellman public key
ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY

Thanks
Chamikara

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Diffie-Hellman public key

Post by TrevorH » 2015/09/29 11:29:07

I have moved your post to the CentOS 6 General Support forum as the CentOS 5 forums are not the correct place to post questions about CentOS 6.

Your first step is to update ASAP from the old, unsupported and vulnerable 6.4 to the current version which is 6.7. Run yum update
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: Diffie-Hellman public key

Post by aks » 2015/09/29 18:29:23

I'm assuming you're using Google's chromium browser...

Google deprecated a whole bunch of ciphers recently (and I think the other browsers will follow suit). You need to stop offering DH and offer something better like ECDHE or RSA. The way you do this depends on the web server software you're using (i.e.: Apache HTTP or Nginx for example).

See https://support.google.com/chrome/answe ... rd=1#DHkey

chamikara
Posts: 17
Joined: 2014/10/01 05:09:05

Re: Diffie-Hellman public key

Post by chamikara » 2015/10/01 09:23:20

hi

Thanks but I try it dosn't work

chamikara
Posts: 17
Joined: 2014/10/01 05:09:05

Re: Diffie-Hellman public key

Post by chamikara » 2015/10/06 05:41:40

Hi
Thanks for your advice's

After update server its work but i can not start httpd for other applications

service httpd start
Starting httpd: [Tue Oct 06 10:30:13 2015] [warn] module ssl_module is already loaded, skipping
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Tue Oct 06 10:30:13 2015] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
(98)Address already in use: make_sock: could not bind to address [::]:443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs

Thanks
Chamikara

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Diffie-Hellman public key

Post by avij » 2015/10/06 08:22:03

Please don't triple post.

Locked