Bug 118408

Summary: Wget fails to download SSL URL
Product: [Fedora] Fedora Reporter: Mike Bremford <mike-fedora>
Component: wgetAssignee: Karsten Hopp <karsten>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: https://www.anbusiness.com/weblogic/FNG/jsp/logon.jsp
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-08 11:58:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike Bremford 2004-03-16 14:41:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko)

Description of problem:
Both "wget" and Konqueror (not the redhat RPM, but the 3.2.1 RPM downloaded from kde.org) to fail on some SSL URLs. This applies with both the wget/openssl/krb5-libs combination from Fedora Core 1 and the package versions I listed above from "development.

The two URLs I've been testing are

https://www.anbusiness.com/weblogic/FNG/jsp/logon.jsp
https://www.skandiabanken.se/sksecure/login.asp

Both fail with the following output:

wget -Sd https://www.skandiabanken.se/sksecure/login.asp
DEBUG output created by Wget 1.9+cvs-stable (Red Hat modified) on linux-gnu.

--13:52:33--  https://www.skandiabanken.se/sksecure/login.asp
           => `login.asp'
Resolving www.skandiabanken.se... 194.103.154.226
Caching www.skandiabanken.se => 194.103.154.226
Connecting to www.skandiabanken.se[194.103.154.226]:443... connected.
Created socket 3.
Releasing 0x80897b0 (new refcount 1).
---request begin---
GET /sksecure/login.asp HTTP/1.0
User-Agent: Wget/1.9+cvs-stable (Red Hat modified)
Host: www.skandiabanken.se
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
Read error (Success) in headers.
Closing fd 3
Retrying.


when I connect directly using openssl s_client or using w3m or mozilla, both seem to work (in at least I have a valid conversation with the webserver - can't get more than a 400 error from skandiabanken, although anbusiness works fine).



Version-Release number of selected component (if applicable):
wget-1.9.1-5, openssl-0.9.7a-34, krb5-libs-1.3.2-1

How reproducible:
Always

Steps to Reproduce:
1. wget -Sd https://www.anbusiness.com/weblogic/FNG/jsp/logon.jsp	
2.
3.
    

Additional info: