Bug 18483

Summary: Lynx does not support https:// url's
Product: [Retired] Red Hat Linux Reporter: Reuben Farrelly <reuben-redhatbugzilla>
Component: lynxAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: Wil Harris <wil>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: dr, herrold
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-06 08:25:00 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 Reuben Farrelly 2000-10-06 00:09:48 UTC
When attempting to go to any site which uses https://, lynx sends a GET 
request for an HTTPS url.  HTTPS url's should always use CONNECT not GET 
as the appropriate method.

Here's the output from my Squid logs showing the request, and squid quite 
correctly refusing to process the request:

970790322.012      3 203.xx.170.225 NONE/501 1052 GET 
https://www.redhat.com/network/main/login.html - NONE/- -

If Lynx is unable to handle https url's then it would be more appropriate 
to state this rather than try and retrieve a URL and fail with an error.

Comment 1 Bernhard Rosenkraenzer 2000-10-06 08:43:08 UTC
I've added the patch for SSL support in 2.8.4-5 (should appear in Rawhide
shortly).

Comment 2 Milan Kerslager 2000-11-10 16:44:13 UTC
Great! As we dicussed in testers-list, there should be probably a warning in the
description about lack of certificate support in the lynx code. The
communication over SSL is much more secure than clear-text HTTP but everybody
should know about this (we don't need to hide it).