From rbpeters at peterro.com Fri Jun 5 12:13:54 2015 Content-Type: multipart/mixed; boundary="===============2281313289353053308==" MIME-Version: 1.0 From: Ron Peters To: users at lists.fedoraproject.org Subject: Re: how do I enable ssl for apache Date: Sat, 03 Jan 2004 16:34:57 -0800 Message-ID: <3302.172.16.5.198.1073176497.squirrel@www.peterro.com> In-Reply-To: 1073175168.19260.51.camel@sirendipity.dogma.lan --===============2281313289353053308== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > Am So, den 04.01.2004 schrieb Ron Peters um 00:51: > > [ snip ] > >> Ok, I've done these steps and was able to get the server restarted >> without >> errors. But now, when I go to https://myserver.com, I get this popup >> message: The connection to myserver.com has terminated unexpectedly. >> Some >> data may have been transferred. >> >> I see no errors in any httpd log. If I telnet to myserver 443, I get >> this: >> Trying again with correct syntax: Trying 172.16.5.4... Connected to myserver.com. Escape character is '^]'. GET duh.html HTTP/1.0 (yes, duh.html does exist) HTTP/1.1 400 Bad Request Date: Sun, 04 Jan 2004 00:25:15 GMT Server: Apache/2.0.47 (Fedora) Content-Length: 310 Connection: close Content-Type: text/html; charset=3Diso-8859-1 400 Bad Request

Bad Request

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


Apache/2.0.47 (Fedora) Server at www.myserver.com Port 443 Connection closed by foreign host. The above does generate an entry in the myserver.com-error.log file like this: [Sat Jan 03 16:25:15 2004] [error] [client 172.16.5.2] Invalid URI in request GET duh.html HTTP/1.0 I guess the error returned is becaue I added 2 carriage returns. If I don't put two in, the server just doesn't respond with anything. > > There are: > /var/log/httpd/ssl_access_log > /var/log/httpd/ssl_error_log > Especially the error log file should contain relating data for > debugging. These log files aren't reporting anything at all. > > Does "apachectl -t" and "apachectl -S" report both OK? These both return "Syntax OK" > > Alexander > Anything else? Ron. --===============2281313289353053308==--