opensearch-project / sql-odbc

OpenSearchODBC is a read-only ODBC driver for Windows and Mac for connecting to OpenSearch SQL support.
Apache License 2.0
7 stars 17 forks source link

[BUG] ODBC driver doesn't use SSL #19

Open Yury-Fridlyand opened 2 years ago

Yury-Fridlyand commented 2 years ago

Describe the bug ODBC driver doesn't use SSL.

To Reproduce Steps to reproduce the behavior:

  1. Launch an OS cluster, enable SSL
  2. Install the driver
  3. Test connection

image image

Expected behavior The driver should be able to use SSL according to the user settings. Option to trust self-signed certificates should be also available.

Version tested: 1.2.0

Yury-Fridlyand commented 2 years ago

See also opensearch-project/sql-odbc#22. opensearch-project/sql-odbc#22 refers to incorrect SSL usage, this one - to ignored option to trust self-signed certs.