Proftpd et clef ssl ovh

Proftpd et clef ssl ovh - Logiciels - Linux et OS Alternatifs

Marsh Posté le 18-08-2010 à 00:36:23    

Bonjour,  
 
J'ai actuellement un problème, je n'arrive pas à faire fonctionner mon proftpd avec les certificats acheté chez ovh. Quand je créer moi même le certificat tout fonctionne bien.
 
Voici ma config:
 

Code :
  1. <IfModule mod_tls.c>
  2. TLSEngine                     on
  3. TLSRequired                   on
  4. #TLSRSACertificateFile         /etc/proftpd/ssl/montoto.pem # FONCTIONNE
  5. #TLSRSACertificateKeyFile      /etc/proftpd/ssl/montoto.pem # FONCTIONNE
  6. TLSRSACertificateFile         /etc/proftpd/ssl/ftp.toto.com.cert
  7. TLSRSACertificateKeyFile      /etc/proftpd/ssl/ftp.toto.com.key
  8. TLSLog                        /var/log/proftpd/tls.log
  9. TLSVerifyClient off
  10. TLSRenegotiate none
  11. TLSOptions                      NoSessionReuseRequired
  12. </IfModule>


 
voici mon erreur dans le log :
 
 

Code :
  1. Aug 17 17:11:07 mod_tls/2.4.1[904]: using default OpenSSL verification locations (see $SSL_CERT_DIR environment variable)
  2. Aug 17 17:11:07 mod_tls/2.4.1[904]: error loading TLSRSACertificateKeyFile '/etc/proftpd/ssl/ftp.toto.com.key':
  3.   (1) error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
  4. Aug 17 17:11:07 mod_tls/2.4.1[904]: TLS/TLS-C requested, starting TLS handshake
  5. Aug 17 17:11:08 mod_tls/2.4.1[904]: unable to accept TLS connection: protocol error:
  6.   (1) error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher
  7. Aug 17 17:11:08 mod_tls/2.4.1[904]: TLS/TLS-C negotiation failed on control channel

Reply

Marsh Posté le 18-08-2010 à 00:36:23   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed