Re: wwwssl problems

Hi,

You should make CA cert of the CA that signed a server certificate available
in your program.
Like CA certs of the well known CAs like verisign and Thawte are.

The CA certs are added to ssl client context with a function like:
SSL_CTX_load_verify_locations(_clientCtx, NULL, certDirs);
Add the right CA cert to certDirs directory.

Olga.

>
> Hello!
>
> I've some problems with wwwssl application and https
> protocol :
>
> when I run the program the following message appear :
>
> HTSSL....... New reference count = 1
> Maybe I must create a CA certificate.....
> or simply use the one I've got from CA...
>
> Thanks
> Michele Ventimiglia
>

Received on Tuesday, 13 March 2001 11:15:05 UTC