Bonjour,

Un problème d'accès à un site en https.

Dans le httpd.conf
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
LoadModule ssl_module modules/mod_ssl.so
SSLMutex default
SSLRandomSeed startup builtin
SSLSessionCache none
 
<VirtualHost X.X.X.X:443>
    SSLEngine On
 
DocumentRoot "C:/Apache/htdocs"
 
    SSLCertificateFile C:/openssl/k.m-f.net.crt
    SSLCertificateKeyFile C:/openssl/k.m-f.net.key
    SSLCertificateChainFile C:/openssl/intermediate_certificate.crt
 
    ServerName k.m-f.net
</VirtualHost>
Dans le error.log
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
[Mon Feb 13 11:01:11 2012] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 mod_ssl/2.2.11 OpenSSL/0.9.8i configured -- resuming normal operations
[Mon Feb 13 11:01:11 2012] [notice] Server built: Dec 10 2008 00:10:06
[Mon Feb 13 11:01:11 2012] [notice] Parent: Created child process 4264
[Mon Feb 13 11:01:12 2012] [notice] Child 4264: Child process is running
[Mon Feb 13 11:01:12 2012] [notice] Child 4264: Acquired the start mutex.
[Mon Feb 13 11:01:12 2012] [notice] Child 4264: Starting 64 worker threads.
[Mon Feb 13 11:01:12 2012] [notice] Child 4264: Starting thread to listen on port 443.
[Mon Feb 13 11:01:44 2012] [error] [client 79.141.0.38] Invalid method in request \x16\x03\x01
Merci pour votre aide .