Hopefully a simple question :)
Does the ConfigDisableSSL option disable SSL or just disable the x509 check for HTTPS endpoints?
Context:
I have a rustfs s3 server in my homelab, that's behind a traefik proxy. I'm using concourse-ci that spins up docker images (which do not have my Intermediate or root cert on them).
I still want to connect using HTTPS, but I want to be able to ignore x509 errors as this is a test environment. tls: failed to verify certificate: x509: certificate signed by unknown authority
Is that something stow currently supports?
Thank you in advance!
Hopefully a simple question :)
Does the ConfigDisableSSL option disable SSL or just disable the x509 check for HTTPS endpoints?
Context:
I have a rustfs s3 server in my homelab, that's behind a traefik proxy. I'm using concourse-ci that spins up docker images (which do not have my Intermediate or root cert on them).
I still want to connect using HTTPS, but I want to be able to ignore x509 errors as this is a test environment.
tls: failed to verify certificate: x509: certificate signed by unknown authorityIs that something stow currently supports?
Thank you in advance!