cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl+tls problems

From: Fredrik Stridfeldt <stridfeldt_at_gmail.com>
Date: Tue, 9 Mar 2010 16:34:46 +0100

Hi,

I cant connect using curl+tls

I use;
/usr/local/bin/curl --version
*curl 7.19.6 (i686-pc-linux-gnu) libcurl/7.19.6 GnuTLS/1.4.1 zlib/1.2.3
libidn/0.6.5*
*Protocols: tftp ftp telnet dict ldap http file https ftps*
*Features: IDN IPv6 Largefile NTLM SSL libz*

Still when i try to connect using TLSV1 i get "431 TLS is not configured on
this system"
Full output:

[root_at_host curl-7.19.6]# /usr/local/bin/curl -v -k --user user:passwd
--ftp-ssl --tlsv1 --disable-epsv ftp://ip-address
* About to connect() to ip-address port 21 (#0)
* Trying ip-address... connected
* Connected to ip-address (ip-address) port 21 (#0)
< 220-
< 220-You are connected to the XXXXXXX System - Node:XXXXXX
< 220-Authorized Users only
< 220-
< 220
> AUTH SSL
< 504 Only AUTH TLS is supported.
> AUTH TLS
<* 431 TLS is not configured on this system.*
> USER U16408
< 331 Password required.
> PASS U16408
< 230 User logged in, proceed.

Where do i go from here? Is this a server side related problem?

Thanks
Fredrik

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-03-09