LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   403 Forbidden on advx webdav server (https://www.linuxquestions.org/questions/linux-networking-3/403-forbidden-on-advx-webdav-server-218482/)

Parksy 08-16-2004 05:40 PM

403 Forbidden on advx webdav server
 
I'm trying to set up a webdav server so that I can share a calendar between my desktop and laptop. I found a tutorial that is almost exactly what I am looking for - but it's for redhat 9, not mandrake 10. Everything seems to work until the last step. When I try to access the webdav directory on port 80, it works as expected: 404 Not Found. But when I try to access the page with SSL, I get a 403 Forbidden error.

I'm getting two errors in my ssl_error_log file:
Code:

[warn] RSA server certificate CommonName (CN) `localhost.sqjRVz' does NOT match server name!?
and
Code:

[Mon Aug 16 18:32:43 2004] [error] [client 127.0.0.1] client denied by server configuration: /var/www/webdav/parksy/test.txt
Right now, I'm running everything from localhost. It's when I try to access https://localhost/webdav/parksy/test.txt that I get the 403 error. I have set up webdav to require the user parksy to log in to view that file, but I don't get the option to login. What could be causing the 403 error?

Parksy 08-18-2004 09:59 PM

I think this was a config problem. I decided to set up a webdav server on my main server, by creating a new virtualhost for port 433, and it worked fine.


All times are GMT -5. The time now is 12:30 PM.