You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Lai Yiu Fai <cc...@ust.hk> on 2005/12/05 08:36:39 UTC

making SSL connection in Apache 2.0

I would like to write a module which requires to make outgoing SSL connection
and read the response.  Which set of function calls should I use to make it
with best portability in both prefork and thread MPM?  Would it be a problem
if I use direct OpenSSL calls?   Or mod_ssl provide these functions already?

Cheers,
-Fai