Coneixements

Inici > Problems > OpenFTPD and SSL

Creat 17 Aug 2003
Modificat 01 May 2007
Consultes 53578

Imprimir Imprimir l'article

File Article 0173

OpenFTPD and SSL

Problem

220 OpenFTPD server ready.
AUTH TLS
234 AUTH TLS successfull.
Connected. Exchanging encryption keys...
SSL Error

Explanation

OpenFTPD does not accept self signed client certificates. In SmartFTP if you create a client certificate, a self signed certificate is then created by default. For more information on how to create a self signed client certificate please see the following Knowledge Base Article: SSL Error: Credentials

Solution (Server Side Only)
You can edit the src/ftps/tlsutil.c file in the openftpd source tree and change the following line:

from:
tls_no_verify = 0;

to:
tls_no_verify = 1;

Paraules clau

Articles relacionats


Si us plau, seleccioneu entre 1 i 5 segons si aquest article soluciona el vostre problema.

1 No m'ha ajudat en absolut

5 Problema resolt

What do you think about this topic? Send feedback!