JuliaServices / CloudStore.jl

A simple, consistent, and performant API for interacting with common cloud storage abstractions
Other
16 stars 8 forks source link

Use the http protocol (instead of https) when connecting to Azurite #44

Closed whatsthecraic closed 1 year ago

whatsthecraic commented 1 year ago

When using the https protocol to connect to Azurite, DuckDB rejects the connection due to the invalid remote SSL certificate. Replace the protocol for azure:// with http://, it is compatible with both Julia's CloudBase/CloudStore and DuckDB and it is only used for testing with Azurite.

quinnj commented 1 year ago

Tests are failing here @whatsthecraic (PR is marked as draft, so maybe that's expected, but just wanted to FYI)

whatsthecraic commented 1 year ago

The tests related to the URL parsing should be now fixed, by switching the protocol from https to http.