[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Problems with URL--please help
From: |
David Woolley |
Subject: |
Re: lynx-dev Problems with URL--please help |
Date: |
Thu, 6 Mar 2003 07:02:33 +0000 (GMT) |
> This message is from the server. I think it means that a secure
> connection was never established, so it can't send anything by https.
Which is because HTTPS is actually straight HTTP tunnelled in
SSL, although it's rather strange to be sending an HTTP/0.9
request containing an HTTP/1.1 format URL, to an HTTPS server,
in the first place!
I'd expect:
GET http://hod.dol.state.ga.us/index.htm HTTP/1.1
Host: hod.dol.state.ga.us
or
GET /index.htm HTTP/1.0
Host: hod.dol.state.ga.us
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- Re: lynx-dev Problems with URL--please help, (continued)
- Re: lynx-dev Problems with URL--please help, clemens fischer, 2003/03/05
- Re: lynx-dev Problems with URL--please help, Doug Kaufman, 2003/03/05
- Re: lynx-dev Problems with URL--please help, clemens fischer, 2003/03/05
- Re: lynx-dev Problems with URL--please help, Doug Kaufman, 2003/03/05
- Re: lynx-dev Problems with URL--please help, clemens fischer, 2003/03/05
- Re: lynx-dev Problems with URL--please help, David Woolley, 2003/03/06
- Re: lynx-dev Problems with URL--please help, Leslie Fairall, 2003/03/05
- Re: lynx-dev Problems with URL--please help, Doug Kaufman, 2003/03/06
- Re: lynx-dev Problems with URL--please help,
David Woolley <=
- Re: lynx-dev Problems with URL--please help, ptr, 2003/03/06
- Re: lynx-dev Problems with URL--please help, Doug Kaufman, 2003/03/06
Re: lynx-dev Problems with URL--please help, Patrick Ash, 2003/03/03