Re: using client SSL certificate with Firefox

2006-03-14 Thread Nelson B
Peter Djalaliev wrote: > Well, let me see if I can explain it better: > > The Apache web server is sending a "certificate request" handshake > message. The client receives it, calls the certificate callback > function (which fails) and then sends and empty certificate, which is > handled on the s

Re: using client SSL certificate with Firefox

2006-03-14 Thread Peter Djalaliev
Well, let me see if I can explain it better:The Apache web server is sending a "certificate request" handshake message.  The client receives it, calls the certificate callback function (which fails) and then sends and empty certificate, which is handled on the server side. (I was wrong before when

Re: using client SSL certificate with Firefox

2006-03-14 Thread Duane
Peter Djalaliev wrote: Hello, I generated a client SSL certificate (tried both by using openssl and certutil) converted it to PKCS#12 format. After that, I imported it into Firefox and can see the certificate of the "Your Certificates" tab in Edit > Preferences > Advanced > View Certificates

Re: using client SSL certificate with Firefox

2006-03-14 Thread Peter Djalaliev
Forgot to mention, in the certificate trust flags the "User" SSL flag is checked. ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

using client SSL certificate with Firefox

2006-03-14 Thread Peter Djalaliev
Hello,I generated a client SSL certificate (tried both by using openssl and certutil) converted it to PKCS#12 format.  After that, I imported it into Firefox and can see the certificate of the "Your Certificates" tab in Edit > Preferences > Advanced > View Certificates. However, when I do the TLS h