dburkart / fossil

Simple and expressive time-series database written in Go
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

Support accessing fossil over TLS #48

Open dburkart opened 1 year ago

dburkart commented 1 year ago

Not super important for now, as it seems like most of the use cases here are either local, or within a single VPC. However, it will be useful in the future to run queries over an untrusted network.

Prerequisite to authentication.

dburkart commented 1 year ago

Alternatively, maybe we could handle this solely via proxy / load balancer?

gideonw commented 1 year ago

It is very easy to offload SSL, but some systems require SSL and it is pretty easy to handle once your abstractions are setup.

gideonw commented 1 year ago

fossils://... over fossil:// ? 😄

dburkart commented 1 year ago

lol @ fossils://

Could also do fossil+ssl://

gideonw commented 1 year ago

Moved to v0.2