From epanagio@poughkeepsieschools.org Fri Jun 5 17:17:55 2015 From: Evan Panagiotopoulos To: users@lists.fedoraproject.org Subject: Re: URL Mystery Date: Sun, 25 Feb 2007 15:22:59 -0500 Message-ID: <1157.24.161.60.63.1172434979.squirrel@mail.poughkeepsieschools.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6005722308906070725==" --===============6005722308906070725== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This is what I got from: telnet mail.poughkeepsieschools.org 80 Trying 64.72.66.117... Connected to mail.poughkeepsieschools.org (64.72.66.117). Escape character is '^]'. get index.php 400 Bad Request

Bad Request

Your browser sent a request that this server could not understand.

Connection closed by foreign host. The server is accessed with https://... I'm not sure if I can use any of the above information. Evan did you ever tried to do a manual telnet to school web server's port 80 ? # telnet school.server.com 80 If your Linux terminal throws back a error immediately you will know what is the problem. Otherwise, this should stay for some time, then just type: get index.html and see if get any response from the server regards Yogesh --===============6005722308906070725==-- From jlist@jdjlab.com Fri Jun 5 17:17:55 2015 From: Justin Willmert To: users@lists.fedoraproject.org Subject: Re: URL Mystery Date: Sun, 25 Feb 2007 14:48:53 -0600 Message-ID: <45E1F635.1020401@jdjlab.com> In-Reply-To: <1157.24.161.60.63.1172434979.squirrel@mail.poughkeepsieschools.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3642633646506616901==" --===============3642633646506616901== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Evan Panagiotopoulos wrote: > This is what I got from: telnet mail.poughkeepsieschools.org 80 > Trying 64.72.66.117... > Connected to mail.poughkeepsieschools.org (64.72.66.117). > Escape character is '^]'. > get index.php > > > 400 Bad Request > >

Bad Request

>

Your browser sent a request that this server could not understand.
>

> > Connection closed by foreign host. > > The server is accessed with https://... > I'm not sure if I can use any of the above information. > > Evan > If you need to do it as an encrypted session (normally a 'https://...' address in a browser), try this: openssl s_client -connect mail.poughkeepsieschools.org:443 Then you should get a bunch of stuff on the screen. After it stops, you should be able to treat it like a normal telnet session. I've always found supplying a little bit more information than just 'get index.php' is more helpful. I'd type this (replacing the with an enter -- HTTP requires two cr/lf's to signify the end of the header). Note the spaces around the first '/' in the first line, but no spaces around the second '/': GET / HTTP/1.1 Host: mail.poughkeepsieschools.org The output that follows should be a webpage. You can replace the first '/' in the first line with any relative path (so, for example, an address like http://mail.poughkeepsieschools.org/long/path/name/file.html would become "GET /long/path/name/file.html HTTP/1.1") Hope this helps. Justin W --===============3642633646506616901==-- From andy@warmcat.com Fri Jun 5 17:17:55 2015 From: Andy Green To: users@lists.fedoraproject.org Subject: Re: URL Mystery Date: Sun, 25 Feb 2007 20:54:17 +0000 Message-ID: <45E1F779.5050006@warmcat.com> In-Reply-To: <1157.24.161.60.63.1172434979.squirrel@mail.poughkeepsieschools.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2314056325903193369==" --===============2314056325903193369== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Evan Panagiotopoulos wrote: > The server is accessed with https://... > I'm not sure if I can use any of the above information. Do you maybe recall ever having to install a client-side certificate to access that site, on the browser inside vmware? -Andy --===============2314056325903193369==-- From fedora@aprilcottage.co.uk Fri Jun 5 17:17:57 2015 From: James Wilkinson To: users@lists.fedoraproject.org Subject: Re: URL Mystery Date: Sun, 25 Feb 2007 22:15:13 +0000 Message-ID: <20070225221513.GA4779@aprilcottage.co.uk> In-Reply-To: <1157.24.161.60.63.1172434979.squirrel@mail.poughkeepsieschools.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6833717910363100638==" --===============6833717910363100638== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Evan Panagiotopoulos wrote: > This is what I got from: telnet mail.poughkeepsieschools.org 80 Looks like echo 1 > /proc/sys/net/ipv4/tcp_window_scaling (as root) will enable you to get there. This implies that there is a broken router between you and the site, which doesn't fully understand TCP/IP. Note: setting this permanently can be done by adding the line net.ipv4.tcp_window_scaling=0 to /etc/sysctl.conf. This will limit the maximum speed of your TCP/IP connections. Hope this helps, James. -- E-mail: james@ | The winds, however, get very lazy that time of year; they aprilcottage.co.uk | don't bother going around you, they just go right on | through. | -- Joe Zeff --===============6833717910363100638==-- From ignored_mailbox@yahoo.com.au Fri Jun 5 17:17:59 2015 From: Tim To: users@lists.fedoraproject.org Subject: Re: URL Mystery Date: Mon, 26 Feb 2007 17:43:31 +1030 Message-ID: <1172474011.3184.83.camel@gonzales.lan.cameratim.com> In-Reply-To: <1157.24.161.60.63.1172434979.squirrel@mail.poughkeepsieschools.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3294073092655146152==" --===============3294073092655146152== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 2007-02-25 at 15:22 -0500, Evan Panagiotopoulos wrote: > This is what I got from: telnet mail.poughkeepsieschools.org 80 > Trying 64.72.66.117... > Connected to mail.poughkeepsieschools.org (64.72.66.117). > Escape character is '^]'. > get index.php > > > 400 Bad Request > >

Bad Request

>

Your browser sent a request that this server could not > understand.
>

> > Connection closed by foreign host.=20 If you'd tried "GET" instead of "get" you might have got something else instead of a 400 error: [tim(a)gonzales ~]$ telnet mail.poughkeepsieschools.org 80 Trying 64.72.66.117... Connected to mail.poughkeepsieschools.org (64.72.66.117). Escape character is '^]'. GET / 302 Found

Found

The document has moved here.

Connection closed by foreign host. I got a 302 (okay, but...) response. In a nutshell, that give you a response that tells you to use the address they provide back (the one in the HTTP headers, and they've provided the same details in the HTML, as well), instead of the one that you tried to use. The address that you're redirected to use worked for me. --=20 (This box runs FC5, my others run FC4 & FC6, in case that's important to the thread.) Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists. --===============3294073092655146152==--