NT Debug, or How to get the failure code and what it means?

2000-03-07 Thread Grebelsky, Konstantin
I have created my own certificate and a key. When I try to set certificate in if ((m_nErrorCode = SSL_CTX_use_certificate_file(m_pCtx, m_cerFilePath, SSL_FILETYPE_PEM)) <= 0) { //I am apparently getting an error } I get an error. I

Re: NT Debug, or How to get the failure code and what it means?

2000-03-07 Thread Dr Stephen Henson
Grebelsky, Konstantin wrote: > > I have created my own certificate and a key. > When I try to set certificate in > > if ((m_nErrorCode = SSL_CTX_use_certificate_file(m_pCtx, > m_cerFilePath, SSL_FILETYPE_PEM)) <= 0) > { > //I am apparently getting an error > >