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

Update Power BI connector to use a workaround for bug #330 #14

Open Yury-Fridlyand opened 2 years ago

Yury-Fridlyand commented 2 years ago

Is your feature request related to a problem? Please describe. As of opensearch-project/sql-odbc#22, the PBI can't connect to a server using SSL.

Describe the solution you'd like Fortunately, it is possible to use a workaround to avoid this bug and keep using SSL. The connector should add https:// prefix for the server address to enforce driver to use SSL.

Internal tracking id: AOS-248