Apache+mod_SSL - Invalid method in request

2000-03-13 Thread Robert W. Oliver
I have enabled SSL on one of my virtual hosts. I have specified the snakeoil certs and keys for now to test. When the browser goes to the protected site, it just hangs. I am entering it with the https:// prefix. In my error log, it says Invalid method in request and gives the client's IP. I h

Apache+mod_SSL - Invalid method in request

2000-03-27 Thread Robert W. Oliver
I have enabled SSL on one of my virtual hosts. I have specified the snakeoil certs and keys for now to test. When the browser goes to the protected site, it just hangs. I am entering it with the https:// prefix. In my error log, it says Invalid method in request and gives the client's IP. I h

Re: Apache+mod_SSL - Invalid method in request

2000-03-13 Thread Ralf S. Engelschall
On Mon, Mar 13, 2000, Robert W. Oliver wrote: > I have enabled SSL on one of my virtual hosts. I have specified the > snakeoil certs and keys for now to test. When the browser goes to the > protected site, it just hangs. I am entering it with the https:// prefix. > In my error log, it says Inv

Re: Apache+mod_SSL - Invalid method in request

2000-03-14 Thread Robert Hiltibidal
Good morning, I ran into this when I did not have SSLEngine specified to "on". If you use http://my.host.org:443 and get what you would expect with https://my.host.org then I would say check for this option. Here's a sample of a running conf file. The server is apache 1.3.12 with SSL for win32.