[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SSL related error

From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2003-09-30 18:36:59 CEST

Nick Wright wrote:
> I suspect there is some sort of issue with the way I have Apache/SSL set up..
> I'm fairly new to the SSL side of things especially..

Did you try to create a self-signed certificate? If so, how did you do
it? It looks a little strange. You can use the following to create a
nice self signed certificate (and a key of course):

        openssl req -x509 -nodes -days 3650 -newkey rsa:1024 \
        -keyout key.pem -out cert.pem

I'm not saying that your certificate is strange, only that it *might*
be... :-)

It's also possible that Joe wants to look closer at your old cert if you
decide to change it.

> Anything to do with the "dropped support for PEM-encoded client certs, only
> accept PKCS12 now" thing new in NEON 0.24 perhaps?

No, this concerns the server cert, not the client cert.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 30 18:37:57 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.