GROS soucis avec SSL - Apache - Ubuntu ! HELP
Bonjour à tous,
J'ai posté un topic déjà sur un problème de ssl car il apache n'arrivait pas à trouver la clé privée.
J'ai tout réinstallé et j'ai suivi A LA LETTRE le tuto :
http://doc.ubuntu-fr.org/tutoriel/se...ache2_avec_ssl
J'ai l'erreur que j'avais hier au début de l'installation soit à la meme étape (car hier aussi avant que tout plante par ma faute, j'avais suivi ce tuto)
L'erreur est la suivante, lorsque je me connecte en https://mondomaine.com avec firefox, j'ai une boite de dialogue qui me dit "mondomaine.com a envoyé un message incorrect ou innatendu, code erreur: -12263"
JE NE COMPREND PAS !!! (excusez mon pétage de cable, je suis sur cette installation depuis 48h:()
Lorsque je fais https://mondomaine.com avec IE, il me dit "serveur introuvable".
Pourtant, ce meme apache marche très bien en http...
Dans les logs d'apache, voilà ce qu'il y a (en mode debug)
Lors du lancement d'apache par /etc/init.d/apache2 start :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| [Tue May 22 11:22:02 2007] [info] Init: Seeding PRNG with 648 bytes of entropy
[Tue May 22 11:22:02 2007] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue May 22 11:22:02 2007] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue May 22 11:22:02 2007] [info] Init: Initializing (virtual) servers for SSL
[Tue May 22 11:22:02 2007] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8c
[Tue May 22 11:22:02 2007] [info] Init: Seeding PRNG with 648 bytes of entropy
[Tue May 22 11:22:02 2007] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue May 22 11:22:03 2007] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(374): shmcb_init allocated 512000 bytes of shared memory
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(554): entered shmcb_init_memory()
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(576): for 512000 bytes, recommending 4266 indexes
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(619): shmcb_init_memory choices follow
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(621): division_mask = 0x1F
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(623): division_offset = 64
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(625): division_size = 15998
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(627): queue_size = 1604
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(629): index_num = 133
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(631): index_offset = 8
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(633): index_size = 12
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(635): cache_data_offset = 8
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(637): cache_data_size = 14386
[Tue May 22 11:22:03 2007] [debug] ssl_scache_shmcb.c(650): leaving shmcb_init_memory()
[Tue May 22 11:22:03 2007] [info] Shared memory session cache initialised
[Tue May 22 11:22:03 2007] [info] Init: Initializing (virtual) servers for SSL
[Tue May 22 11:22:03 2007] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8c
[Tue May 22 11:22:03 2007] [notice] Apache/2.2.3 (Ubuntu) mod_ssl/2.2.3 OpenSSL/0.9.8c configured -- resuming normal operations |
Lors d'une demande de page en HTTPS :
Code:
1 2 3
| [Tue May 22 11:22:03 2007] [info] Server built: Jan 15 2007 18:11:52
[Tue May 22 11:22:03 2007] [debug] worker.c(1740): AcceptMutex: sysvsem (default: sysvsem)
[Tue May 22 11:22:14 2007] [error] [client 193.251.37.170] Invalid method in request \x16\x03\x01 |
Merci d'avance à tous ceux qui on la moindre idée d'où ca provient ......