Kiến thức cơ bản

  1. Trang chủ
  2. Problems
  3. OpenFTPD and TLS
Ngày tạo
Ngày sửa

In trang này

Mục tin 173

OpenFTPD and TLS

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. If you create a client certificate in SmartFTP, a self signed certificate is created. For more information on how to create a self signed client certificate please see the following Knowledge Base Article: TLS 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;

Các từ khóa

Các bài có liên quan


What do you think about this topic? Send feedback!