View previous topic :: View next topic |
Author |
Message |
owdawg n00b
Joined: 03 May 2002 Posts: 7
|
Posted: Sun Jun 02, 2002 4:17 pm Post subject: mod_ssl 403 Forbidden |
|
|
I recently setup mod_ssl and confirmed the service is running and when i connect to it asks me if i want to download the certificate and i agree(it even shows me on my browser I'm in a secure area) but when the web page loads I get.....
Forbidden
You don't have permission to access / on this server. |
|
Back to top |
|
|
Vlad Apprentice
Joined: 09 Apr 2002 Posts: 264 Location: San Diego, California
|
Posted: Wed Jun 05, 2002 9:57 pm Post subject: |
|
|
I'm not an expert on this subject. But this is my guess:
mod_ssl is working fine and the 403 error is occuring because of your web server configuration. Try placing a file (such as index.html) in the root directory of your webserver (/var/www is the most common path I've seen), then pointing your web browser to it specifically, like so:
https://yourservername/index.html
Be sure to include the HTTPS not HTTP to test your mod_ssl.
Hope this helps! |
|
Back to top |
|
|
zentek n00b
Joined: 03 Jul 2002 Posts: 41
|
Posted: Tue Aug 06, 2002 10:16 pm Post subject: |
|
|
on gentoo its /home/httpd/htdocs/
an other thing make sure the DocumentRoot line is pointing to a dir where your web server have read acces in that file: ssl.default-vhost.conf |
|
Back to top |
|
|
|