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

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