Hi,

1. Please tell me, if it is possible for an Apache 
(--enable-mods-shared=all --enable-ssl=shared --enable-so) module to 
interact with a SSL-enabled MySQL (--with-openssl=<DIR>)?

2. If yes, then considering that I have got required keys/certificates 
for both the client, server and the CA, what are the apache-end APIs 
that would be needed to make this SSL session possible?



My case scenario:
**********************
I am trying to find an implementation for supporting the universal basic
client authentication functionality for anyone who intends to access my
Apache httpd server. 

I am using a third party authentication module 'mod_myauth' which will do
this task for me. Unfortunate to my specification this particular module
does not provide for SSL encryption when it validates the data (username /
password) against my database on MySQL. This module is having MySQL C APIs
usage for talking to the databse. 

My communication from my module, is database specific (my MySQL is already
SSL-enabled). So is it only up to the MySQL SSL-specific C API to provide
SSL (I tried using mysql_ssl_set() with no success) or there has more to be
done at my module's code end?


Thanks in advance,


Best Regards,
Naveen Rawat





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to