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 ignores `Use SSL` flag and requires https:// prefix for SSL connections #22

Open Yury-Fridlyand opened 2 years ago

Yury-Fridlyand commented 2 years ago

Describe the bug The ODBC driver requires https:// prefix for Host field for SSL connections. Without this prefix SSL is not used actually. Flag 'Use SSL' is ignored.

To reproduce Flag is unset, https:// prefix is added, connection succeeds: image image

Otherwise connection fails: image image

Host/Environment (please complete the following information):

anirudha commented 2 years ago

https://github.com/opensearch-project/sql-odbc/issues/8 related issue

penghuo commented 2 years ago

Fix in opensearch-project/sql#449