Hello List,
I try to find the cause of an acces-error on my webpage, when I try to request that page via https.
I must admit I have only little experience with Apache.
To get more info about what happens, I changed the loglevel to "debug". So the log reports an operational SSL-Environment aftzer starting Apache (apache2 startssl).
When I try to access my page from my browser via https ,
I first get a warning, that the certificate was not issued for this server (although I typed in my servername correctly under 'common name' when I created the certificate) and after that I'm asked, wheter I want to continue with the connection. After confirming that, I end up in with a message in my browser : "ACCES FORBIDDEN" you don't have the permission to access the requested object..
ERROR 403.
Here is an excerpt of the log-messages during the https-request.
It can't be too much wrong, but I just couldn't find the
error.
So any help of the "experienced" is very apreciated.
Regards
Fred
Here are the Log-messages:
[Sat Nov 19 14:29:06 2005] [info] Initial (No.1) HTTPS request received for child 5 (server mars.site:443)
[Sat Nov 19 14:29:06 2005] [error] [client ::1] client denied by server configuration: /srv/ referer: [Sat Nov 19 14:29:21 2005] [debug] ssl_engine_io.c(1632): OpenSSL: I/O error, 5 bytes expected to read on BIO#802bd948 [mem: 802c4fc8]
[Sat Nov 19 14:29:21 2005] [info] (70007)The timeout specified has expired: SSL input filter read failed.
[Sat Nov 19 14:29:21 2005] [debug] ssl_engine_kernel.c(1808): OpenSSL: Write: SSL negotiation finished successfully
[Sat Nov 19 14:29:21 2005] [info] Connection to child 5 closed with standard shutdown(server mars.site:443, client ::1)
I try to find the cause of an acces-error on my webpage, when I try to request that page via https.
I must admit I have only little experience with Apache.
To get more info about what happens, I changed the loglevel to "debug". So the log reports an operational SSL-Environment aftzer starting Apache (apache2 startssl).
When I try to access my page from my browser via https ,
I first get a warning, that the certificate was not issued for this server (although I typed in my servername correctly under 'common name' when I created the certificate) and after that I'm asked, wheter I want to continue with the connection. After confirming that, I end up in with a message in my browser : "ACCES FORBIDDEN" you don't have the permission to access the requested object..
ERROR 403.
Here is an excerpt of the log-messages during the https-request.
It can't be too much wrong, but I just couldn't find the
error.
So any help of the "experienced" is very apreciated.
Regards
Fred
Here are the Log-messages:
[Sat Nov 19 14:29:06 2005] [info] Initial (No.1) HTTPS request received for child 5 (server mars.site:443)
[Sat Nov 19 14:29:06 2005] [error] [client ::1] client denied by server configuration: /srv/ referer: [Sat Nov 19 14:29:21 2005] [debug] ssl_engine_io.c(1632): OpenSSL: I/O error, 5 bytes expected to read on BIO#802bd948 [mem: 802c4fc8]
[Sat Nov 19 14:29:21 2005] [info] (70007)The timeout specified has expired: SSL input filter read failed.
[Sat Nov 19 14:29:21 2005] [debug] ssl_engine_kernel.c(1808): OpenSSL: Write: SSL negotiation finished successfully
[Sat Nov 19 14:29:21 2005] [info] Connection to child 5 closed with standard shutdown(server mars.site:443, client ::1)