hello

i send you the NEW verbose debug from my config... i hope this can help you
i remenber the probleme, i can connect on my WEB with WGET , because i have
a probleme with a CERTIFICAT...

Thanks for you Help.


----------------------------------------------------------------------------
----------------------------------------------
eux180{root}# ./wget -v -d My_SSL_URL
DEBUG output created by Wget 1.7 on hpux11.00.

parseurl ("My_SSL_URL") -> host My_SSL_URL -> opath  -> dir  -> file  ->
ndir
newpath: /
--09:24:27--  http://My_SSL_URL/
           => `index.html'
Connecting to My_SSL_URL:80... Caching My_SSL_URL <-> 10.250.2.67
Created fd 3.
connected!
---request begin---
GET / HTTP/1.0
User-Agent: Wget/1.7
Host: My_SSL_URL
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... HTTP/1.1 302 Found
Date: Tue, 25 Sep 2001 07:24:27 GMT
Server: Oracle HTTP Server Powered by Apache/1.3.12 (Unix) ApacheJServ/1.1
mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24
Location: https://My_SSL_URL/index.html
Connection: close
Content-Type: text/html; charset=iso-8859-1


Location: https://My_SSL_URL/index.html [following]
Closing fd 3
parseurl ("https://My_SSL_URL/index.html";) -> host My_SSL_URL -> opath
index.html -> dir  -> file index.html -> ndir
newpath: /index.html
--09:24:27--  https://My_SSL_URL/index.html
           => `index.html'
Connecting to My_SSL_URL:443... Found My_SSL_URL in host_name_address_map:
10.250.2.67
Created fd 3.
connected!

Unable to establish SSL connection.
OpenSSL: error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not
seeded
OpenSSL: error:05067003:Diffie-Hellman routines:DH_generate_key:BN lib
OpenSSL: error:14098005:SSL routines:SSL3_SEND_CLIENT_KEY_EXCHANGE:bad asn1
object header
Closing fd 3

Unable to establish SSL connection.

----------------------------------------------------------------------------
-------------------------------------------------------------











----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 24, 2001 5:56 PM
Subject: Re: probleme with SSL connection with certificat ... pls help


....
> I will have a look at gen_sslfunc.c why theres so few debug output.

Well, I found a faliure on my part, the fix is trivial:

Index: src/http.c
===================================================================
RCS file: /pack/anoncvs/wget/src/http.c,v
retrieving revision 1.62
diff -u -r1.62 http.c
--- src/http.c  2001/06/14 20:55:02     1.62
+++ src/http.c  2001/09/24 15:53:35
@@ -661,6 +661,7 @@
         {
           logputs (LOG_VERBOSE, "\n");
           logprintf (LOG_NOTQUIET, _("Unable to establish SSL
connection.\n"));
+          ssl_printerrors();
           CLOSE (sock);
           return CONSSLERR;
         }

Wget should now print more usefull debug output.

I will also post this to wget-patches.

Reply via email to