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
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
;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
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&
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