Problem with client-side certificates

2009-08-28 Thread Michael Prinzinger
Dear group, I require OpenSSL sockets and streams for my master thesis. I wrote an OpenSSL server and client in C++ using the OpenSSL library. Now currently I am trying to get the verification of certificates working, but am facing some problems. Everything works fine, when I set set_verify to SS

Re: client side certificates

2005-11-02 Thread Raymond Popowich
nt it to me. It was base64, I converted to what appears to be a PEM format. I have this file (verisign.pem) as my SSLCACertificateFile and manually created the hash link to it. So right now I have this included within this servers virtualhost: # Config for the Client Side Certificates SSLVerifyCli

Re: client side certificates

2005-11-01 Thread Jason Haar
;s pointing out the bleeding obvious ;-) > > > One thing that I'd like some clarification on. Once I get this > working, shouldn't there be a way for me to say I only want certain > client side certificates to be able to connect to this web site? > Otherwise anyone with

Re: client side certificates

2005-11-01 Thread Michael Sierchio
Raymond Popowich wrote: One thing that I'd like some clarification on. Once I get this working, shouldn't there be a way for me to say I only want certain client side certificates to be able to connect to this web site? Otherwise anyone with a client side cert can connect. I&

client side certificates

2005-11-01 Thread Raymond Popowich
Hello, I have a project that requires I enable client side certificates. I have been through a couple guides but can not seem to get them working. I have an apache+modssl (solaris) web server and a CA created on that web server. I tried using both the CA cert and a cert that came with the