Re: HTTPS PKCS11 newbie

2008-09-17 Thread Ricardo Garcia Reis
-CApath xxx.pem -ssl3 Thanks in Advanced Ricardo ps: Sorry for English On Wed, Sep 17, 2008 at 3:14 PM, Patrick Patterson < [EMAIL PROTECTED]> wrote: > Hi Ricardo: > > On September 17, 2008 12:52:23 pm Ricardo Garcia Reis wrote: > > Hey fellows, > > > > I want your

HTTPS PKCS11 newbie

2008-09-17 Thread Ricardo Garcia Reis
Hey fellows, I want your help, to implement an integration with SafeNet HSM Hardware. I know OpenSSL, but never used with PKCS#11. I have a HTTPS server and wonders how do I inform the certificate, privatekey and passphrase for the HTTPS handshake using PKCS#11. How to change my functions load_k

s_client GET request

2008-04-28 Thread Ricardo Garcia Reis
Hello, I would like to know how to hold a requisition s_client GET https that the server was connected ?? Ex: "GET /Nfe/services/NfeStatusServico?wsdl HTTP/1.1\r\nHost: hnfe.sefaz.es.gov.br\r\nConnection: Keep-Alive\r\nAccept: */*\r\n" It would have any other apps I can do this test? Thanks!!

HTTPS With SSL_ERROR_ZERO_RETURN

2008-04-22 Thread Ricardo Garcia Reis
Hello All, I can not connect to a HTTPS server of WebServices. ( https://hnfe.sefaz.es.gov.br/Nfe/wsdl/nfeStatusServico.wsdl) The error occurs when the function SSL_read() is calling, returning 0 and SSL_get_error () equals SSL_ERROR_ZERO_RETURN. The problem is not the certificates, because when

Intermediate CA

2007-09-28 Thread Ricardo Garcia Reis
Hi everybody, I've been get some problems with WebService Client on HTTPS. I have 1 certificate and 2 intermediate CA´s to access this server. Testing my Browser, if i remove any one of the intemediate CA's, i get this: "HTTP Error 403.7 - Forbidden: SSL client certificate is required." I Have t