cURL / Mailing Lists / curl-library / Single Mail

curl-library

Using Curl with nss support

From: Varun Shrivastava <varun.celunite_at_gmail.com>
Date: Thu, 25 Oct 2007 16:14:04 +0530

hi
          i compiled curl using following configure options

./configure --prefix=/usr/local --without-ssl --with-nss --without-libssh2
--without-ca-bundle

but i am not able to connect to sites with https
i ran test cases provided with curl source code and heres the output:

HTTPS server: /usr/local/sbin/stunnel /home/varun/curl/tests/stunnel.conf
test 300...[simple HTTPS GET]
-d-p-e-- OK (300 out of 399, remaining: 00:33)
test 301...[HTTPS GET with user and password]
-d-p-e-- OK (301 out of 399, remaining: 00:33)
test 302...[HTTPS GET over HTTP proxy fails]
-----e-- OK (302 out of 399, remaining: 00:33)
test 303...[HTTPS with 2 secs timeout]
-d-p-e-- OK (303 out of 399, remaining: 00:33)
test 304...[HTTPS multipart formpost]
-d-p-e-- OK (304 out of 399, remaining: 00:35)
test 305...[insecure HTTPS without permission]
-----e-- OK (305 out of 399, remaining: 00:34)
test 306...[HTTPS GET, receive no headers only data!]
-d-p-e-- OK (306 out of 399, remaining: 00:52)
test 307 SKIPPED: curl lacks OpenSSL support
test 308 SKIPPED: curl lacks OpenSSL support
test 309 SKIPPED: no test
test 310 SKIPPED: no test
test 311 SKIPPED: no test
test 312 SKIPPED: no test
.
.
.
.TESTDONE: 262 tests out of 262 reported OK: 100%
TESTDONE: 399 tests were considered during 180 seconds.
TESTINFO: 137 tests were skipped due to these restraints:
TESTINFO: "Resolving 'ip6-localhost' didn't work" 1 times (241)
TESTINFO: "curl lacks idn support" 1 times (165)
TESTINFO: "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134,
257)
TESTINFO: "no test" 106 times (35, 96, 129, 219, 230, 231, 232, 244, 289,
294, 295, 296, 297, 298, 299, 309, 310, 311, 312, 313, 314, 315, 316, 317,
318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332,
333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347,
348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362,
363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377,
378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392,
393, 394, 395, 396, 397, 398, 399)
TESTINFO: "curl lacks OpenSSL support" 2 times (307, 308)
TESTINFO: "curl lacks NTLM support" 21 times (67, 68, 69, 70, 81, 89, 90,
91, 150, 155, 159, 162, 169, 170, 176, 209, 213, 239, 243, 265, 267)

please help

varun
.
Received on 2007-10-25