Hi,
Followed your last mail. Still getting the same 'SSL connection error' in
the logs.
--
[Tue May 01 16:16:48 2007] [error] [client 192.168.1.17] MOD_AUTH_MYSQL:
MYSQL ERROR: SSL connection error :: connect to DB
[Tue May 01 16:16:48 2007] [error] [client 192.168.1.17] host
Hi,
Huge regards for your efforts. I am wee bit taking more time as I am also
looking out for other options like using some SSL-supportive intermediaries;
> http://svwe10.itex.at/downloads/mod_auth_mysql/
I used the updated source and now the error has become SSL connection
specific.
--
((rv = apr_stat(&finfo, fname, APR_FINFO_NORM, mp)) == APR_INCOMPLETE) {
ap_log_rerror (APLOG_MARK, APLOG_ERR, 0, r,
"MOD_AUTH_MYSQL: FILE READ ERROR: %s :: %s\n",
mysql_error(&mysql_conn), apr_strerror(rv, msgbuf, sizeof(msgbuf)));
return -1;
}
mysql_handle=mysql_init
> is SSL-aware) and the mysql server;
Done the same.
> secure the communication which happens between a client's browser and
> Apache is task of mod_ssl, and has nothing to do with mysql SSL and certs
> etc; instead there only the usual OpenSSL certs which you specify for
>
/c that made it accessed and the
keys/certificates, were used with one standalone client, where it worked
just wonderful.
> As Günter says, you may look at how PHP does it. That's an out-of-
> the-box solution, but it's a pretty big box.
I followed it and they seemed to me using more or less no different set of
APIs that MySQL provides for SSL.
Thanks in advance,
Best Regards,
Naveen Rawat
rgument to DBDParams.
>
I tried this (mysql_ssl_set) API but it is really not working from within a
module. It is otherwise working perfect for a standalone client application.
This could be a sort of some core issue. I am ready for an out of box
solution to it, if it exists.
Thanks in advance,
Best Regards,
Naveen Rawat
are not working from
within a module. What APIs are available there for a module to talk SSL?
Best Regards,
Naveen Rawat
with no success) or there has more to be
done at my module's code end?
Thanks in advance,
Best Regards,
Naveen Rawat
-with-openssl=)?
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?
Thanks in advance.
Warm Regards,
Naveen Rawat