Hello Jules, > When backing up to Google Cloud with ADC (Application Default > Credentials) is SSL being used by default at all stages of the backup > (authentication & then storage requestes)? S3QL uses this library in that case: https://googleapis.dev/python/google-auth/latest/index.html (more precisely this method: https://googleapis.dev/python/google-auth/latest/reference/google.auth.html#google.auth.default)
Have a look there, what the defaults are and what this library uses. Connections to the storage servers always use TLS. -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/8047c63f-158d-1587-800d-ed58738ea9ca%40jagszent.de.
