Skip to content
Discussion options

You must be logged in to vote

Hi,,

I've got a question around the GCS vfs module - as part of our deploy and test pipeline, we are trying to mock GCS using the fakeGCS package. Everything we are building uses Docker, so the DNS lookup for the google storage is working as expected and redirecting to the fake GCS package. However, sftpgo is failing to connect to it because the certificate is not what it expects (which is what you would normally want as effectively we are performing a man-in-the-middle attack on ourselves)

Is there a way to either ignore the certificate check, or foce sftpgo to use http instead of https ?

Thanks, Antony.

Hi,

I did a quick test, setting an env var like this STORAGE_EMULATOR_HOST="http:/…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@drakkan
Comment options

@AntonyKing7D
Comment options

Answer selected by AntonyKing7D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants