LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   curl: (1) Protocol https not supported or disabled in libcurl (https://www.linuxquestions.org/questions/linux-software-2/curl-1-protocol-https-not-supported-or-disabled-in-libcurl-722882/)

guest 05-01-2009 03:26 AM

curl: (1) Protocol https not supported or disabled in libcurl
 
I'm trying to have curl work with HTTPS page. I ./configure --with-ssl but it still installs it without SSL. I did yum install curl, but that doesn't seem to work.

So when I do a:
curl https://www.msn.com

I get:
curl: (1) Protocol https not supported or disabled in libcurl

So even with --with-ssl.. I still get this when doing configure:
Code:

curl version:    7.19.4
  Host setup:      x86_64-unknown-linux-gnu
  Install prefix:  /usr/local
  Compiler:        gcc
  SSL support:    no      (--with-ssl / --with-gnutls)
  SSH support:    no      (--with-libssh2)
  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:    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/pki/tls/certs/ca-bundle.crt
  ca cert path:    no
  LDAP support:    no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS support:  no      (--enable-ldaps)


Any help is appreciated, thanks!

guest 05-01-2009 03:40 AM

I got it working w/ this site's help:
http://forums.zend.com/viewtopic.php...f8f35&start=10


All times are GMT -5. The time now is 09:03 PM.