PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > comp.info.servers.unix > Apache 2.2.2 mod_ssl error
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.info.servers.unix Web servers for UNIX platforms.

Apache 2.2.2 mod_ssl error

Réponse
 
LinkBack Outils de la discussion
Vieux 06/07/2006, 12h43   #1
Chris Lilley
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Apache 2.2.2 mod_ssl error

I'm trying to migrate from Apache httpd 2.0.46 to 2.2.2. I've managed to
sort out most of the configuration, and the http side all seems to be
working just fine.

However, whenever I try & start the server with the default SSL
configuration, and the certificate & key files copied from my previous
2.0.46 installation, the server refuses to start at all, and the log says:

[error] Init: Multiple RSA server certificates not allowed


What does this mean? Can't find anything by searching Google. Anyone
come across this error before?

Cheers,

-Chrisl
  Réponse avec citation
Vieux 07/07/2006, 03h28   #2
bobmct
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache 2.2.2 mod_ssl error

Chris Lilley wrote:

> I'm trying to migrate from Apache httpd 2.0.46 to 2.2.2. I've managed to
> sort out most of the configuration, and the http side all seems to be
> working just fine.
>
> However, whenever I try & start the server with the default SSL
> configuration, and the certificate & key files copied from my previous
> 2.0.46 installation, the server refuses to start at all, and the log says:
>
> [error] Init: Multiple RSA server certificates not allowed
>
>
> What does this mean? Can't find anything by searching Google. Anyone
> come across this error before?
>
> Cheers,
>
> -Chrisl


Chris;

My interpretation is that the error is stating that you're trying to load
the certificate multiple times. Certainly check in the SSL enabled
directives. You have have duplicated the certificate line in different
sections.

Also, you might do much better with apache questions in the group
alt.apache.configuration as there are quite a few really bright guys that
frequent that group.

Good luck,

Bob
  Réponse avec citation
Vieux 07/07/2006, 03h28   #3
bobmct
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache 2.2.2 mod_ssl error

Chris Lilley wrote:

> I'm trying to migrate from Apache httpd 2.0.46 to 2.2.2. I've managed to
> sort out most of the configuration, and the http side all seems to be
> working just fine.
>
> However, whenever I try & start the server with the default SSL
> configuration, and the certificate & key files copied from my previous
> 2.0.46 installation, the server refuses to start at all, and the log says:
>
> [error] Init: Multiple RSA server certificates not allowed
>
>
> What does this mean? Can't find anything by searching Google. Anyone
> come across this error before?
>
> Cheers,
>
> -Chrisl


Chris;

My interpretation is that the error is stating that you're trying to load
the certificate multiple times. Certainly check in the SSL enabled
directives. You have have duplicated the certificate line in different
sections.

Also, you might do much better with apache questions in the group
alt.apache.configuration as there are quite a few really bright guys that
frequent that group.

Good luck,

Bob
  Réponse avec citation
Vieux 07/07/2006, 03h28   #4
bobmct
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache 2.2.2 mod_ssl error

Chris Lilley wrote:

> I'm trying to migrate from Apache httpd 2.0.46 to 2.2.2. I've managed to
> sort out most of the configuration, and the http side all seems to be
> working just fine.
>
> However, whenever I try & start the server with the default SSL
> configuration, and the certificate & key files copied from my previous
> 2.0.46 installation, the server refuses to start at all, and the log says:
>
> [error] Init: Multiple RSA server certificates not allowed
>
>
> What does this mean? Can't find anything by searching Google. Anyone
> come across this error before?
>
> Cheers,
>
> -Chrisl


Chris;

My interpretation is that the error is stating that you're trying to load
the certificate multiple times. Certainly check in the SSL enabled
directives. You have have duplicated the certificate line in different
sections.

Also, you might do much better with apache questions in the group
alt.apache.configuration as there are quite a few really bright guys that
frequent that group.

Good luck,

Bob
  Réponse avec citation
Vieux 07/07/2006, 10h11   #5
Chris Lilley
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache 2.2.2 mod_ssl error

bobmct wrote:
> Chris Lilley wrote:
>

[...]
>> [error] Init: Multiple RSA server certificates not allowed
>>
>>
>> What does this mean? Can't find anything by searching Google. Anyone
>> come across this error before?
>>
>> Cheers,
>>
>> -Chrisl

>
> Chris;
>
> My interpretation is that the error is stating that you're trying to load
> the certificate multiple times. Certainly check in the SSL enabled
> directives. You have have duplicated the certificate line in different
> sections.


Yeah, that seems to be what's happening (I scanned the source yesterday)
What I haven't managed to do is figure out why it's happening - there are
a lot of complex configuration structures involved - but it definitely
seems to think that there's more than one certificate. I've been through
all the config files, just in case there's some duplication, and I can't
find any. I've also stripped the installation down to what I believe is
pretty close to the minimum, and that doesn't seem to work either.

> Also, you might do much better with apache questions in the group
> alt.apache.configuration as there are quite a few really bright guys that
> frequent that group.


That's a great tip. Hadn't spotted that group. Thanks.

Cheers,

-Chrisl
  Réponse avec citation
Vieux 07/07/2006, 10h11   #6
Chris Lilley
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache 2.2.2 mod_ssl error

bobmct wrote:
> Chris Lilley wrote:
>

[...]
>> [error] Init: Multiple RSA server certificates not allowed
>>
>>
>> What does this mean? Can't find anything by searching Google. Anyone
>> come across this error before?
>>
>> Cheers,
>>
>> -Chrisl

>
> Chris;
>
> My interpretation is that the error is stating that you're trying to load
> the certificate multiple times. Certainly check in the SSL enabled
> directives. You have have duplicated the certificate line in different
> sections.


Yeah, that seems to be what's happening (I scanned the source yesterday)
What I haven't managed to do is figure out why it's happening - there are
a lot of complex configuration structures involved - but it definitely
seems to think that there's more than one certificate. I've been through
all the config files, just in case there's some duplication, and I can't
find any. I've also stripped the installation down to what I believe is
pretty close to the minimum, and that doesn't seem to work either.

> Also, you might do much better with apache questions in the group
> alt.apache.configuration as there are quite a few really bright guys that
> frequent that group.


That's a great tip. Hadn't spotted that group. Thanks.

Cheers,

-Chrisl
  Réponse avec citation
Vieux 07/07/2006, 10h11   #7
Chris Lilley
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache 2.2.2 mod_ssl error

bobmct wrote:
> Chris Lilley wrote:
>

[...]
>> [error] Init: Multiple RSA server certificates not allowed
>>
>>
>> What does this mean? Can't find anything by searching Google. Anyone
>> come across this error before?
>>
>> Cheers,
>>
>> -Chrisl

>
> Chris;
>
> My interpretation is that the error is stating that you're trying to load
> the certificate multiple times. Certainly check in the SSL enabled
> directives. You have have duplicated the certificate line in different
> sections.


Yeah, that seems to be what's happening (I scanned the source yesterday)
What I haven't managed to do is figure out why it's happening - there are
a lot of complex configuration structures involved - but it definitely
seems to think that there's more than one certificate. I've been through
all the config files, just in case there's some duplication, and I can't
find any. I've also stripped the installation down to what I believe is
pretty close to the minimum, and that doesn't seem to work either.

> Also, you might do much better with apache questions in the group
> alt.apache.configuration as there are quite a few really bright guys that
> frequent that group.


That's a great tip. Hadn't spotted that group. Thanks.

Cheers,

-Chrisl
  Réponse avec citation
Vieux 08/07/2006, 01h11   #8
Jim Carter
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Apache 2.2.2 mod_ssl error




> -----Original Message-----
> From: bobmct [mailto:r.mariottiX@fdcx.netX]
> Posted At: Thursday, July 06, 2006 21:28
> Posted To: comp.infosystems.www.servers.unix
> Conversation: Apache 2.2.2 mod_ssl error
> Subject: Re: Apache 2.2.2 mod_ssl error
>
> Chris Lilley wrote:
>
> > I'm trying to migrate from Apache httpd 2.0.46 to 2.2.2. I've

managed to
> > sort out most of the configuration, and the http side all seems to

be
> > working just fine.
> >
> > However, whenever I try & start the server with the default SSL
> > configuration, and the certificate & key files copied from my

previous
> > 2.0.46 installation, the server refuses to start at all, and the log

> says:
> >
> > [error] Init: Multiple RSA server certificates not allowed
> >
> >
> > What does this mean? Can't find anything by searching Google. Anyone
> > come across this error before?
> >
> > Cheers,
> >
> > -Chrisl

>
> Chris;
>
> My interpretation is that the error is stating that you're trying to

load
> the certificate multiple times. Certainly check in the SSL enabled
> directives. You have have duplicated the certificate line in

different
> sections.
>
> Also, you might do much better with apache questions in the group
> alt.apache.configuration as there are quite a few really bright guys

that
> frequent that group.
>
> Good luck,
>
> Bob

[Jim Carter] Bob, I posted (to alt.apache.config) what I thought was a
fairly simple question regarding a source for docs on Front Page
extensions for 2.0.xx and got no answers in 5 days. Surely my question
couldn't have been that difficult.

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h37.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,18275 seconds with 16 queries