cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl: (35) Unknown SSL protocol error in connection to www.domain.com:443

From: David Ringsmuth <davidinug_at_gmail.com>
Date: Tue, 16 Jun 2009 15:22:18 -0500

Windows Vista 32bit SP2
curl-7.19.5-win32-ssl

I need curl to do HTTPS. It appears to be recognizing the CA root cert file.
In every configuration I've tried it generates an error: curl: (35) Unknown
SSL protocol error in connection to www.domain.com:443

It seems to make no difference if OpenSSL is installed or not. Because of
this I've uninstalled OpenSSL.

Calling CURL with no options at all, to using a variety of options including
" -v " seems to make no difference.
The location of curl.exe seems to make no difference. I've tried it at:
C:\CURL\
C:\Program Files\CURL\
And other places...

The trace response with -v option:
_____
https://www.domain.com/path/indexT.html:
Warning: -v/--verbose overrides an earlier trace/verbose option
* About to connect() to www.domain.com port 443 (#0)
* Trying 111.222.111.222... connected
* Connected to www.domain.com (111.222.111.222) port 443 (#0)
* SSL: couldn't set callback!
* successfully set certificate verify locations:
* CAfile:
C:\Users\David\Documents\_Projects\_This\Extras\curl-ca-bundle.crt
  CApath: none
* Unknown SSL protocol error in connection to www.domain.com:443
* Closing connection #0

curl: (35) Unknown SSL protocol error in connection to www.domain.com:443
_____

The trace response without -v option:
_____
https://www.domain.com/path/indexT.html:

curl: (35) Unknown SSL protocol error in connection to www.domain.com:443

_____
Please Help.

What am I missing?
THANKS MUCH!

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-06-16