VC++ and mysql and openssl

2003-12-27 Thread Aaron Hagan
Hello there,
I am having a bit of trouble to get a ssl enabled client working on windows. For 
testing purposes i was trying to compile mysqldump useing ssl. it compiles and loads 
okay but right after i enter the password i get a debug assertion failed in file 
dbgheap.c on line 1044. (the server its talking to is a mysqlsql version 4.0.13 on 
unix)

i am using openssl version openssl-0.9.7a and mysql-4.0.17.  Has anyone else seen this 
type of error before?

thanks for the help!

Aaron 

 
__ __ __ __



 
   

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



View SSL connections ?

2003-12-24 Thread Aaron Hagan
Is there anyway to see what connection threads are using ssl and which ones are not ?

ex: when i type 
mysql status;
one of the returned lines is 
SSL:Cipher in use is DHE-RSA-AES256-SHA

is there any way to see the status of other treads like this?

or is there anyway the  'show processlist;' command can display what threads are 
encrypted and which ones aren't?

thanks
aaron 

 
__ __ __ __



 
   

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]