ssl trouples
am 22.05.2006 17:25:20 von Markus
Made all the ca.key and the server.key and sign it via sign.sh everthing
looked good so far.
then the misery begins.
../configure --with apache... --with-ssl --with-mm
--with-crt=/var/local/certs --with -key=/var/local/private
--prefix=../apache_1.3.35 --enabled-shared-ssl
Error:
cannot find SSL x.509 certificated file /var/local/certs
but those buggers are there
ca.key
server.key
ca.crt
server.crt
any hint would be welcome
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: ssl trouples
am 22.05.2006 17:48:31 von Phil Ehrens
Markus wrote:
> Made all the ca.key and the server.key and sign it via sign.sh everthing
> looked good so far.
>
> then the misery begins.
>
> ./configure --with apache... --with-ssl --with-mm
> --with-crt=/var/local/certs --with -key=/var/local/private
> --prefix=../apache_1.3.35 --enabled-shared-ssl
>
> Error:
> cannot find SSL x.509 certificated file /var/local/certs
It wants the path to the cert, not to the directory containing
the cert. I wonder why they didn't use --with-cert for the
option name?!
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: ssl trouples
am 22.05.2006 18:40:08 von Markus
This is a multi-part message in MIME format.
--------------040309000501080102090409
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Phil Ehrens wrote:
>Markus wrote:
>
>
>>Made all the ca.key and the server.key and sign it via sign.sh everthing
>>looked good so far.
>>
>>then the misery begins.
>>
>>./configure --with apache... --with-ssl --with-mm
>>--with-crt=/var/local/certs --with -key=/var/local/private
>>--prefix=../apache_1.3.35 --enabled-shared-ssl
>>
>>Error:
>>cannot find SSL x.509 certificated file /var/local/certs
>>
>>
>
>It wants the path to the cert, not to the directory containing
>the cert. I wonder why they didn't use --with-cert for the
>option name?!
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List modssl-users@modssl.org
>Automated List Manager majordomo@modssl.org
>
>
>
>
I put that path in, however it still doesn't work. I put it in like this:
the certs and keys are in /usr/local/certs and /usr/local/private.
and i put in/usr/local/certs
and /usr/local/private
or do i understand something wrong, sorry but im a complet unic newbie
Any other suggestions?
--------------040309000501080102090409
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Phil Ehrens wrote:
type="cite">
Markus wrote:
Made all the ca.key and the server.key and sign it via sign.sh everthing
looked good so far.
then the misery begins.
../configure --with apache... --with-ssl --with-mm
--with-crt=/var/local/certs --with -key=/var/local/private
--prefix=../apache_1.3.35 --enabled-shared-ssl
Error:
cannot find SSL x.509 certificated file /var/local/certs
It wants the path to the cert, not to the directory containing
the cert. I wonder why they didn't use --with-cert for the
option name?!
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl)
User Support Mailing List
Automated List Manager
I put that path in, however it still doesn't work. I put it in like
this:
the certs and keys are in /usr/local/certs and /usr/local/private.
and i put in/usr/local/certs
and /usr/local/private
or do i understand something wrong, sorry but im a complet unic newbie
Any other suggestions?
--------------040309000501080102090409--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: ssl trouples
am 22.05.2006 19:12:01 von Phil Ehrens
Markus wrote:
> Phil Ehrens wrote:
>
> >Markus wrote:
> >
> >
> >>Made all the ca.key and the server.key and sign it via sign.sh everthing
> >>looked good so far.
> >>
> >>then the misery begins.
> >>
> >>./configure --with apache... --with-ssl --with-mm
> >>--with-crt=/var/local/certs --with -key=/var/local/private
> >>--prefix=../apache_1.3.35 --enabled-shared-ssl
> >>
> >>Error:
> >>cannot find SSL x.509 certificated file /var/local/certs
> >>
> >>
> >
> >It wants the path to the cert, not to the directory containing
> >the cert. I wonder why they didn't use --with-cert for the
> >option name?!
> >
> I put that path in, however it still doesn't work. I put it in like this:
> the certs and keys are in /usr/local/certs and /usr/local/private.
> and i put in/usr/local/certs
> and /usr/local/private
It wants something like:
/usr/local/certs/httpdcert.pem
^^^^^^^^^^^^^^
|
filename of cert
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: ssl trouples
am 22.05.2006 22:08:15 von Markus
This is a multi-part message in MIME format.
--------------050402010100000107080606
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Phil Ehrens wrote:
>Markus wrote:
>
>
>>Phil Ehrens wrote:
>>
>>
>>
>>>Markus wrote:
>>>
>>>
>>>
>>>
>>>>Made all the ca.key and the server.key and sign it via sign.sh everthing
>>>>looked good so far.
>>>>
>>>>then the misery begins.
>>>>
>>>>./configure --with apache... --with-ssl --with-mm
>>>>--with-crt=/var/local/certs --with -key=/var/local/private
>>>>--prefix=../apache_1.3.35 --enabled-shared-ssl
>>>>
>>>>Error:
>>>>cannot find SSL x.509 certificated file /var/local/certs
>>>>
>>>>
>>>>
>>>>
>>>It wants the path to the cert, not to the directory containing
>>>the cert. I wonder why they didn't use --with-cert for the
>>>option name?!
>>>
>>>
>>>
>>I put that path in, however it still doesn't work. I put it in like this:
>>the certs and keys are in /usr/local/certs and /usr/local/private.
>>and i put in/usr/local/certs
>>and /usr/local/private
>>
>>
>
>It wants something like:
>
>/usr/local/certs/httpdcert.pem
> ^^^^^^^^^^^^^^
> |
> filename of cert
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List modssl-users@modssl.org
>Automated List Manager majordomo@modssl.org
>
>
>
>
Ahh now it works :) Thanks..
Except httpd dosent start up anymore.. but this we do tommorow :)
--------------050402010100000107080606
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Phil Ehrens wrote:
type="cite">
Markus wrote:
Phil Ehrens wrote:
Markus wrote:
Made all the ca.key and the server.key and sign it via sign.sh everthing
looked good so far.
then the misery begins.
../configure --with apache... --with-ssl --with-mm
--with-crt=/var/local/certs --with -key=/var/local/private
--prefix=../apache_1.3.35 --enabled-shared-ssl
Error:
cannot find SSL x.509 certificated file /var/local/certs
It wants the path to the cert, not to the directory containing
the cert. I wonder why they didn't use --with-cert for the
option name?!
I put that path in, however it still doesn't work. I put it in like this:
the certs and keys are in /usr/local/certs and /usr/local/private.
and i put in/usr/local/certs
and /usr/local/private
It wants something like:
/usr/local/certs/httpdcert.pem
^^^^^^^^^^^^^^
|
filename of cert
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl)
User Support Mailing List
Automated List Manager
Ahh now it works :) Thanks..
Except httpd dosent start up anymore.. but this we do tommorow :)
--------------050402010100000107080606--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: ssl trouples
am 23.05.2006 10:49:13 von Markus
This is a multi-part message in MIME format.
--------------020008040200040108030902
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Phil Ehrens wrote:
>Markus wrote:
>
>
>>Phil Ehrens wrote:
>>
>>
>>
>>>Markus wrote:
>>>
>>>
>>>
>>>
>>>>Made all the ca.key and the server.key and sign it via sign.sh everthing
>>>>looked good so far.
>>>>
>>>>then the misery begins.
>>>>
>>>>./configure --with apache... --with-ssl --with-mm
>>>>--with-crt=/var/local/certs --with -key=/var/local/private
>>>>--prefix=../apache_1.3.35 --enabled-shared-ssl
>>>>
>>>>Error:
>>>>cannot find SSL x.509 certificated file /var/local/certs
>>>>
>>>>
>>>>
>>>>
>>>It wants the path to the cert, not to the directory containing
>>>the cert. I wonder why they didn't use --with-cert for the
>>>option name?!
>>>
>>>
>>>
>>I put that path in, however it still doesn't work. I put it in like this:
>>the certs and keys are in /usr/local/certs and /usr/local/private.
>>and i put in/usr/local/certs
>>and /usr/local/private
>>
>>
>
>It wants something like:
>
>/usr/local/certs/httpdcert.pem
> ^^^^^^^^^^^^^^
> |
> filename of cert
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List modssl-users@modssl.org
>Automated List Manager majordomo@modssl.org
>
>
>
>
[Mon May 22 21:56:26 2006] [error] mod_ssl: Init: Private key not found
(OpenSSL library error follows)
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D094068:asn1 encoding
routines:d2i_ASN1_SET:bad tag
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D0680A8:asn1 encoding
routines:ASN1_CHECK_TLEN:wrong tag
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D07803A:asn1 encoding
routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D09A00D:asn1 encoding
routines:d2i_PrivateKey:ASN1 lib
Someone can put me in the right direction where i have to lok to solve
this error ?
--------------020008040200040108030902
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Phil Ehrens wrote:
type="cite">
Markus wrote:
Phil Ehrens wrote:
Markus wrote:
Made all the ca.key and the server.key and sign it via sign.sh everthing
looked good so far.
then the misery begins.
../configure --with apache... --with-ssl --with-mm
--with-crt=/var/local/certs --with -key=/var/local/private
--prefix=../apache_1.3.35 --enabled-shared-ssl
Error:
cannot find SSL x.509 certificated file /var/local/certs
It wants the path to the cert, not to the directory containing
the cert. I wonder why they didn't use --with-cert for the
option name?!
I put that path in, however it still doesn't work. I put it in like this:
the certs and keys are in /usr/local/certs and /usr/local/private.
and i put in/usr/local/certs
and /usr/local/private
It wants something like:
/usr/local/certs/httpdcert.pem
^^^^^^^^^^^^^^
|
filename of cert
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl)
User Support Mailing List
Automated List Manager
[Mon May 22 21:56:26 2006] [error] mod_ssl: Init: Private key not found
(OpenSSL library error follows)
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D094068:asn1
encoding routines:d2i_ASN1_SET:bad tag
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D0680A8:asn1
encoding routines:ASN1_CHECK_TLEN:wrong tag
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D07803A:asn1
encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D09A00D:asn1
encoding routines:d2i_PrivateKey:ASN1 lib
Someone can put me in the right direction where i have to lok to solve
this error ?
--------------020008040200040108030902--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: ssl trouples
am 23.05.2006 20:10:39 von Markus
This is a multi-part message in MIME format.
--------------090807060909030607070506
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Markus wrote:
> Phil Ehrens wrote:
>
>>Markus wrote:
>>
>>
>>>Phil Ehrens wrote:
>>>
>>>
>>>
>>>>Markus wrote:
>>>>
>>>>
>>>>
>>>>
>>>>>Made all the ca.key and the server.key and sign it via sign.sh everthing
>>>>>looked good so far.
>>>>>
>>>>>then the misery begins.
>>>>>
>>>>>./configure --with apache... --with-ssl --with-mm
>>>>>--with-crt=/var/local/certs --with -key=/var/local/private
>>>>>--prefix=../apache_1.3.35 --enabled-shared-ssl
>>>>>
>>>>>Error:
>>>>>cannot find SSL x.509 certificated file /var/local/certs
>>>>>
>>>>>
>>>>>
>>>>>
>>>>It wants the path to the cert, not to the directory containing
>>>>the cert. I wonder why they didn't use --with-cert for the
>>>>option name?!
>>>>
>>>>
>>>>
>>>I put that path in, however it still doesn't work. I put it in like this:
>>>the certs and keys are in /usr/local/certs and /usr/local/private.
>>>and i put in/usr/local/certs
>>>and /usr/local/private
>>>
>>>
>>
>>It wants something like:
>>
>>/usr/local/certs/httpdcert.pem
>> ^^^^^^^^^^^^^^
>> |
>> filename of cert
>>__________________________________________________________ ____________
>>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>>User Support Mailing List modssl-users@modssl.org
>>Automated List Manager majordomo@modssl.org
>>
>>
>>
>>
> [Mon May 22 21:56:26 2006] [error] mod_ssl: Init: Private key not
> found (OpenSSL library error follows)
> [Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D094068:asn1
> encoding routines:d2i_ASN1_SET:bad tag
> [Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D0680A8:asn1
> encoding routines:ASN1_CHECK_TLEN:wrong tag
> [Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D07803A:asn1
> encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
> [Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D09A00D:asn1
> encoding routines:d2i_PrivateKey:ASN1 lib
>
> Someone can put me in the right direction where i have to lok to solve
> this error ?
oopsy.. forgot to mention, this is in the apache error log.
--------------090807060909030607070506
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Markus wrote:
Phil Ehrens wrote:
type="cite">
Markus wrote:
Phil Ehrens wrote:
Markus wrote:
Made all the ca.key and the server.key and sign it via sign.sh everthing
looked good so far.
then the misery begins.
../configure --with apache... --with-ssl --with-mm
--with-crt=/var/local/certs --with -key=/var/local/private
--prefix=../apache_1.3.35 --enabled-shared-ssl
Error:
cannot find SSL x.509 certificated file /var/local/certs
It wants the path to the cert, not to the directory containing
the cert. I wonder why they didn't use --with-cert for the
option name?!
I put that path in, however it still doesn't work. I put it in like this:
the certs and keys are in /usr/local/certs and /usr/local/private.
and i put in/usr/local/certs
and /usr/local/private
It wants something like:
/usr/local/certs/httpdcert.pem
^^^^^^^^^^^^^^
|
filename of cert
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl)
class="moz-txt-link-abbreviated" href="http://www.modssl.org">www.modssl.org
User Support Mailing List
class="moz-txt-link-abbreviated" href="mailto:modssl-users@modssl.org">modssl-users@modssl.or g
Automated List Manager
class="moz-txt-link-abbreviated" href="mailto:majordomo@modssl.org">majordomo@modssl.org
[Mon May 22 21:56:26 2006] [error] mod_ssl: Init: Private key not found
(OpenSSL library error follows)
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D094068:asn1
encoding routines:d2i_ASN1_SET:bad tag
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D0680A8:asn1
encoding routines:ASN1_CHECK_TLEN:wrong tag
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D07803A:asn1
encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Mon May 22 21:56:26 2006] [error] OpenSSL: error:0D09A00D:asn1
encoding routines:d2i_PrivateKey:ASN1 lib
Someone can put me in the right direction where i have to lok to solve
this error ?
oopsy.. forgot to mention, this is in the apache error log.
--------------090807060909030607070506--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org