Hey. Sort of newbie on some of this, but on Intel sol 2.7, gcc 2.95.3, htdig-3.2.0b4-20020721, trying to get the ssl stuff to work (openssl 0.9.6c) though I configure w/ --with-ssl and configure seems to recognize it HAVE_SSL_H isn't set in the config process (HAVE_SSL is, but then I don't get ssl connections). Document.cc seems to want HAVE_SSL_H to enable the ssl sockets, so I set it by hand. All compiles fine but my 2nd socket connection dumps core. htdig succeeds at finding /robots.txt: - Persistent connections: enabled - HEAD before GET: enabled - Timeout: 30 - Connection space: 0 - Max Documents: -1 - TCP retries: 1 - TCP wait time: 5 - Accept-Language: Trying to retrieve robots.txt file Creating an HtHTTPSecure object Making HTTPS request on https://wiwbei.wiwb.circ7.dcn/robots.txt Making a HEAD call before the GET Try to get through to host wiwbei.wiwb.circ7.dcn (port 443) 1 - Open of the connection ok Assigned the remote host wiwbei.wiwb.circ7.dcn Assigned the port 443 Header line: HTTP/1.1 200 OK Header line: Date: Fri, 19 Jul 2002 22:21:58 GMT Header line: Server: Stronghold/3.0 Apache/1.3.12 C2NetEU/3011 (Unix) tomcat/1.0 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22 ...
but the next attempt, I get a core dump: > wiwbei.wiwb.circ7.dcn supports HTTP persistent connections (30) 0:2:0:https://wiwbei.wiwb.circ7.dcn/software/: Creating an HtHTTPSecure object Making HTTPS request on https://wiwbei.wiwb.circ7.dcn/software/ Making a HEAD call before the GET Try to get through to host wiwbei.wiwb.circ7.dcn (port 443) 3 - Open of the connection ok Assigned the remote host wiwbei.wiwb.circ7.dcn Assigned the port 443 This happens w/ and w/o persistant_connections enabled. If I run this in gdb I see: > wiwbei.wiwb.circ7.dcn supports HTTP persistent connections (30) 0:2:0:https://wiwbei.wiwb.circ7.dcn/software/: Making HTTPS request on https://wiwbei.wiwb.circ7.dcn/software/ Making a HEAD call before the GET Program received signal SIGSEGV, Segmentation fault. 0x809ace0 in ssl_cert_dup () at HtCookieJar.cc:94 94 return 3; // By default the minimum value I can use openssl s_client ... to retreive GET /software/ link above. a Andy Bach, Sys. Mangler Internet: [EMAIL PROTECTED] VOICE: (608) 261-5738 FAX 264-5030 "To understand recursion, we must first understand recursion." ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

