Hi

Just got a tutorial and started to write some basic code, will test
tomorrow and if it works then will continue with certificates but don't
understand too much.

I have implemented the urgent code in PHP and it is working, but still
want to do it in C++ with my own program, have tested it right now and
connects without problems, tomorrow will try I/O through the SSL and if it
works will see how to manage the certificates that are not too clear by
now, but hope to understand soon.

Thanks for your help

> Consider "stunnel". Naive, ground-up implementations of SSL/TLS often
> accidentally fail to do the job securely. Use an SSL proxy to connect your
> non-SSL code to an SSL webserver (provided your execution environment
> can restrict access to the proxy, if "stunnel" unix-domain sockets for
> the local end-point, file permissions on that is a reasonable approach
> on multi-user systems).
>
> Perhaps there are C++ class libraries that offer a high-level HTTPS
> connection primitive (and reasonably robust/flexible server certificate
> verification interface).
>
> --
>       Viktor.
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to