Where do I enter ssl-cipher inside session manager?

[expired user #9087]'s profile image [expired user #9087] posted 9 years ago in General Permalink
As the subject above, where do I enter ssl-cipher inside session manager?

1 attachment(s):
  • ssl_conn_heidi_sql
ansgar's profile image ansgar posted 9 years ago Permalink
There is no setting for ssl cipher, nor there is one for for ca path. I cannot find the reason why I was ignoring these both parameters. See also: issue #518.

Though I left a comment in the code:
{ TODO : Use Cipher and CAPath parameters }
mysql_ssl_set(FHandle,
sslkey,
sslcert,
sslca,
nil,
nil);
[expired user #9087]'s profile image [expired user #9087] posted 9 years ago Permalink
Hi ansgar,

Will this be fixed? In the mean time, is there any workaround for this?
Code modification/commit from ansgarbecker, 9 years ago, revision 9.2.0.4980
Session manager: Add support for SSL cipher, and add various texthints. See http://www.heidisql.com/forum.php?t=18908
ansgar's profile image ansgar posted 9 years ago Permalink
Sorry, there is no workaround for that currently.

I just added a new setting for SSL cipher in HeidiSQL's session manager. Done in r4980. Please test.
[expired user #9087]'s profile image [expired user #9087] posted 9 years ago Permalink
Hei, it works. Thanks. smile

Please login to leave a reply, or register at first.