Pure-ftpd install with TLS problem.

xeryph

Verified User
Joined
Dec 27, 2004
Messages
69
Hi,

I have got problem with installation of SSL in pureftpd. I have got RapidSSL wildcard ssl. I put to /etc/pure-ftpd.pem:

Private Key
My RapidSSL certificate
intermediate SSL
Root SSL

intermediate ssl and root SSL I download from: https://knowledge.digicert.com/generalinformation/INFO1548.html#links

Connection works fine, but I got errors:

Error: Server sent unsorted certificate chain in violation of the TLS specifications

On FTP test ( https://ftptest.net/#result ) there is also problem with SSL/TLS:
Error: Peer certificate chain received in wrong order. The TLS specifications require that each certificate in the chain must directly certify the one preceeding it.


Do you know how to fix it?
 
Maybe this is helpfull too?
 
Not specialy helpded. I had correct SSL - checked with ftptest.net.
Do you have any other ideas?
 
SSL Certificate, use this https://www.ssllabs.com/ssltest/ with your server hostname. Does it come back fine?

if you google the error
Error: Server sent unsorted certificate chain in violation of the TLS specifications
You will find posts that the certs are being presented in the wrong order. If you are using a combined cert they have to be united in the correct order

It also could be this
maybe a curl issue?
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build curl
 
Back
Top