cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: No SFTP?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 23 Apr 2010 10:56:37 +0200 (CEST)

On Thu, 22 Apr 2010, Taco Bella wrote:

> This looks promising. However, I am getting this error:
>
> curl: (51) SSL peer certificate or SSH remote key was not OK

When using SSH based protocols, curl will attempt validate the remote host
against a list known hosts as managed by OpenSSH and deny connecting if the
host is a mismatch against a previous host key.

You can skip this test by using -k/--insecure.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-04-23