RE: SSL-enabled interaction with MySQL

2007-05-01 Thread Naveen Rawat
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

RE: SSL-enabled interaction with MySQL

2007-04-30 Thread Naveen Rawat
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. --

RE: SSL-enabled interaction with MySQL

2007-04-30 Thread Naveen Rawat
((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

RE: SSL-enabled interaction with MySQL

2007-04-30 Thread Naveen Rawat
> 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 >

RE: SSL-enabled interaction with MySQL

2007-04-27 Thread Naveen Rawat
/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

RE: SSL-enabled interaction with MySQL

2007-04-26 Thread 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

RE: SSL-enabled interaction with MySQL

2007-04-26 Thread Naveen Rawat
are not working from within a module. What APIs are available there for a module to talk SSL? Best Regards, Naveen Rawat

RE: SSL-enabled interaction with MySQL

2007-04-25 Thread 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

SSL-enabled interaction with MySQL

2007-04-25 Thread 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