Added no_verify_peer option to disable the verification of SSL certificates.

This commit is contained in:
braga
2006-04-26 17:29:28 +00:00
parent 880039aea7
commit e8482c35f5
3 changed files with 12 additions and 1 deletions

View File

@@ -170,6 +170,10 @@ support. This is not very common.
(SSL) Curlftpfs will not verify the hostname when connecting to a SSL enabled
server.
.TP
.B no_verify_peer
(SSL) Curlftpfs will not verify the certificate when connecting to a SSL
enabled server.
.TP
.B pass=<password>
(SSL) Pass phrase for the private key.
.TP