cURL / Mailing Lists / curl-users / Single Mail

curl-users

SSL problems

From: Fredrik Gustafsson <iveqy_at_iveqy.com>
Date: Wed, 6 Oct 2010 14:52:16 +0200

Hi,
I'm having some troubles with curl, I think this output talks for
itself:

$ tar xfvz curl-7.21.1.tar.gz
[snip]
$ cd curl-7.21.1
$ ./configure
[snip]
configure: Configured to build curl/libcurl:

curl version: 7.21.1
Host setup: i686-pc-linux-gnu
Install prefix: /usr/local
Compiler: gcc
SSL support: enabled (OpenSSL)
SSH support: no (--with-libssh2)
zlib support: enabled
krb4 support: no (--with-krb4*)
GSSAPI support: no (--with-gssapi)
SPNEGO support: no (--with-spnego)
resolver: default (--enable-ares /
--enable-threaded-resolver)
ipv6 support: enabled
IDN support: no (--with-libidn)
Build libcurl: Shared=yes, Static=yes
Built-in manual: enabled
Verbose errors: enabled
(--disable-verbose)
SSPI support: no
(--enable-sspi)
ca cert bundle:
/etc/ssl/certs/ca-certificates.crt
ca cert path: no
LDAP support: no
(--enable-ldap / --with-ldap-lib
/ --with-lber-lib)
LDAPS support: enabled
RTSP support: enabled
RTMP support: no
(--with-librtmp)
Protocols: DICT
FILE FTP FTPS HTTP HTTPS
IMAP IMAPS POP3 POP3S
RTSP SMTP SMTPS TELNET
TFTP

$ make
[snip]

$ src/curl https://cas.lu.se/cas/login
[snip] SUCCESS!

$ src/.libs/curl
curl: (35) error:140773F2:SSL routines:SSL23_GET_SERVER_HELLO:sslv3
alert unexpected message

$ make install
[snip]

$ curl https://cas.lu.se/cas/login
curl: (35) error:140773F2:SSL routines:SSL23_GET_SERVER_HELLO:sslv3
alert unexpected message

When there is a file called lt-curl i src/.libs that file also works. I
don't get this at all. Help please.

regards
iveqy
-------------------------------------------------------------------
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-10-06