Closed olexiyb closed 1 month ago
Server: cloudflare
not sure issue related to clickhouse-backup or AWS SDK directly
you need to compare HTTP headers
between direct HTTP connection
and connection via cloudflare
Is cloudflare
terminates TLS traffic and pass to your internal minio via HTTP
or you have something like nginx before minio
?
I have tried
ok. sorry for late reply
let's try to figure out step by step
could you share clickhouse-backup print-config
without sensitive credentials
for extenal and internal connections?
Sorry, I close issue because you didn't answer to my questions and didn't provide more context.
Fell free to reopen issues if issue still relevant for you.
I use my own minio running in kubernetes environment. If I connect directly inside of kubernetes cluster using http protocol everything works with no error. But when I try to connect using external connection I see error
I think something is related to https://github.com/minio/minio/issues/19887#issuecomment-2152031589
PS The same external endpoint works fine to backup mongo database