View previous topic :: View next topic |
Author |
Message |
shaunj n00b
Joined: 17 Mar 2003 Posts: 10
|
Posted: Mon Mar 17, 2003 7:44 pm Post subject: Apache SSL "Document Contains no Data" |
|
|
I installed apache and mod_ssl. There is an apache-ssl server running on port 443, but when I try to connect with a browser (say Mozilla) it gives me an error "Document Containts no Data". I've generated the certificate and regenerated the key and still no luck. Any suggestions? |
|
Back to top |
|
|
tgoodaire Tux's lil' helper
Joined: 31 Jan 2003 Posts: 145 Location: Dartmouth, Nova Scotia, Canada
|
Posted: Mon Mar 17, 2003 10:36 pm Post subject: |
|
|
What does it say in your apache logs? Are you trying to access: https://localhost? _________________ I bent my wookie. |
|
Back to top |
|
|
shaunj n00b
Joined: 17 Mar 2003 Posts: 10
|
Posted: Tue Mar 18, 2003 12:49 am Post subject: |
|
|
access_log reports:
Code: | 129.21.41.232 - - [17/Mar/2003:19:48:06 -0500] "\x80F\x01\x03" 501 - "-" "-" |
And ssl_engine_log reports nothing.
I tried both localhost and the ip address from another machine. I'm using galeon and/or mozilla to access them. |
|
Back to top |
|
|
tgoodaire Tux's lil' helper
Joined: 31 Jan 2003 Posts: 145 Location: Dartmouth, Nova Scotia, Canada
|
Posted: Tue Mar 18, 2003 2:20 pm Post subject: |
|
|
Could you confirm that you're trying to connect to https://localhost and not http://localhost? Don't forget the "s" in "https". If you try to connect to http://localhost, you'll be authenticated, but you'll get a "Document contains no data" error message. _________________ I bent my wookie. |
|
Back to top |
|
|
shaunj n00b
Joined: 17 Mar 2003 Posts: 10
|
Posted: Tue Mar 18, 2003 3:38 pm Post subject: |
|
|
I type in (from a browser on another computer) (ip changed):
151.188.3.1
which bring up:
http://151.188.3.1/
in the address bar. Then I add the 's' to the end of http and get:
https://151.188.3.1/
in the address field. When I hit enter, the page does not load but rather returns that error. |
|
Back to top |
|
|
tgoodaire Tux's lil' helper
Joined: 31 Jan 2003 Posts: 145 Location: Dartmouth, Nova Scotia, Canada
|
Posted: Tue Mar 18, 2003 3:46 pm Post subject: |
|
|
Hmm. I don't know then. What's your DocumentRoot set to? Is there an index.html file there? _________________ I bent my wookie. |
|
Back to top |
|
|
shaunj n00b
Joined: 17 Mar 2003 Posts: 10
|
Posted: Tue Mar 18, 2003 6:08 pm Post subject: |
|
|
I telnetted to the port, and it looks like it is running just a plain old http web server on port 443, so it's not understanding the ssl requests. I'm going to look into the configs and see if I can figure out why it's doing that. |
|
Back to top |
|
|
|