I am attempting to use wget 1.7.1-pre1 with OpenSSL on win32 (windows 2000). I compiled OpenSSL and wget without errors and without any problems. The OpenSSL test programs reported success on all test cases. I am having trouble accessing SSL sites. When trying to connect to an MS IIS5 server (my primary intent), the server does not respond and wget blocks indefinately waiting for a response. When I connect to my own linux/apache/mod_ssl server, I get the following error messages from mod_ssl: [17/Sep/2001 11:00:28 21530] [error] SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page (OpenSSL library error follows) [17/Sep/2001 11:00:28 21530] [error] OpenSSL: error:1407609C:lib(20):func(118):reason(156) which results in an HTTP response 400 Bad Request. I am simply using the commandline: wget https://www.myserver.com/ wget seems to work fine on HTTP requests. curl works fine using the same openssl dlls. Can anyone help me with this problem? There doesn't seem to be much info out there on using wget with win32 and SSL. Thank you for your help. --Adam -- Adam Solesby [EMAIL PROTECTED]
