You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use TLS to connect Warpgate to it's PostgreSQL database but sea-orm is build without TLS support since warpgate v0.13.0:
19.02.2025 09:19:41 ERROR warpgate: Fatal error error=Connection Error: error occurred while attempting to establish a TLS connection: TLS upgrade required by connect options but SQLx was built without TLS support enabled
Caused by:
0: error occurred while attempting to establish a TLS connection: TLS upgrade required by connect options but SQLx was built without TLS support enabled
1: error occurred while attempting to establish a TLS connection: TLS upgrade required by connect options but SQLx was built without TLS support enabled
2: TLS upgrade required by connect options but SQLx was built without TLS support enabled
Can you add runtime-tokio-native-tls or runtime-tokio-rustls to sea-orm features ?
The text was updated successfully, but these errors were encountered:
Hi,
I use TLS to connect Warpgate to it's PostgreSQL database but sea-orm is build without TLS support since warpgate
v0.13.0
:Can you add
runtime-tokio-native-tls
orruntime-tokio-rustls
to sea-orm features ?The text was updated successfully, but these errors were encountered: