Bug #34648 SSLVerify
Submitted: 18 Feb 22:22 Modified: 1 Mar 12:38
Reporter: Lawrin Novitsky
Status: Closed
Category:Connector/ODBC Severity:S4 (Feature request)
Version:5.1 OS:Any
Assigned to: Lawrin Novitsky Target Version:
Tags: SSL

[18 Feb 22:22] Lawrin Novitsky
Description:
C/ODBC 5.1 should support SSLVERIFY connection option as well as 3.51 (bug 29955)

How to repeat:
Try to setup DSN for 5.1 driver and notice that SSL tab lacks Verify SSL checkbox

Suggested fix:
Add support of the option to GUI, data source operations and connection routines.
[18 Feb 22:57] Lawrin Novitsky
Full patch - includedes Bogdan's changes for 3.51

Attachment: bug34648.patch (application/octet-stream, text), 23.92 KiB.

[18 Feb 23:01] Lawrin Novitsky
The patch also contains code (1 line :)) to keep db name in textbox then the list is
dropped down.
Also little change in odbcparamdialog.cpp/FormMain_OnCommand - code for IDC_EDIT_dbname
moved to separate function (that's because of other code i cannot post/commit at the
moment)
[27 Feb 17:21] Lawrin Novitsky
Patch has been committed as revision #1049 and will appear in 5.1.3 release
[1 Mar 12:38] MC Brown
A note has been added to the 5.1.3 changelog as part of the entry for Bug #29955:

        In previous versions, the SSL certificate would automatically be
        verified when used as part of the Connector/ODBC connection. The
        default mode is now to ignore the verificate of certificates. To
        enforce verification of the SSL certificate during connection,
        use the SSLVERIFY DSN parameter, setting the
        value to 1.