cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl https hang problem

From: Sid Chang <sid_at_adth.com>
Date: Wed, 04 Oct 2006 20:24:55 -0400

Hello,
I configured openSSL (v0.9.8d) for "linux-generic32" as the closest match to my
embedded platform (linux-mipsel). Then, cross-compiled with mipsel-linux-gcc.
After that, I configured uCRL --with-ssl=/usr/local/ssl. Make install is
successful.
But, when I tested curl with https, it simply hangs, while http works fine.
What may have gone wrong here?

curl version: 7.15.5
Host setup: mipsel-unknown-linux-gnu
Install prefix: /root/smpg/curl
Compiler: mipsel-linux-gcc
SSL support: enabled (OpenSSL)
zlib support: no (--with-zlib)
krb4 support: no (--with-krb4*)
GSSAPI support: no (--with-gssapi)
SPNEGO support: no (--with-spnego)
c-ares support: no (--enable-ares)
ipv6 support: no (--enable-ipv6)
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 path: ${prefix}/share/curl/curl-ca-bundle.crt

Sid
Received on 2006-10-05