|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
> -----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. |
|
![]() |
| Outils de la discussion | |
|
|