Tigris’ Bucket Naming Rules allow dots in bucket names, which seems to corrupt the Uri.
Is this expected? or am I using it wrong?
it’d give me this:
[cause]: Error: Client network socket disconnected before secure TLS connection was established
at TLSSocket.onConnectEnd (node:_tls_wrap:1732:19)
at TLSSocket.emit (node:events:536:35)
at endReadableNT (node:internal/streams/readable:1698:12)
at processTicksAndRejections (node:internal/process/task_queues:90:21) {
code: 'ECONNRESET',
path: undefined,
host: 'staging.nichtsam.com.fly.storage.tigris.dev',
port: 443,
localAddress: null
}
I replaced dots with dashes and it’s working.