Setting the environment variable PGSSLMODE="verify-full" isn't doing the trick to get squirrel to connect to my Xata-hosted database which requires SSL:
% export PGSSLMODE="verify-full"
% gleam run -m squirrel
Compiled in 0.04s
Running squirrel.main
Error: Cannot authenticate (no-method)
I ran into an unexpected problem while trying to authenticate with the Postgres
server. This is most definitely a bug!
Please open an issue at
https://github.com/giacomocavalieri/squirrel/issues/new with some
details about what you where doing, including the following message:
Expected: AuthMethod, Got: BeErrorResponse(Set(dict.from_list([#(Message("SSL required"), [])])))
Setting the environment variable
PGSSLMODE="verify-full"isn't doing the trick to get squirrel to connect to my Xata-hosted database which requires SSL: