Skip to content

Connection fails behind corporate proxy #6

@ghost

Description

I use git for windows behind a corporate proxy and use connect.exe to tunnel the ssh connection:

Host *
 ProxyCommand "C:/Program Files/Git/mingw64/bin/connect.exe" -H localhost:9000 %h %p
 TCPKeepAlive yes
 IdentitiesOnly yes

The corporate proxy (Zscaler) performs package inspection and therefore I need to add the proxy's root ca certificate to the trust store.

Unfortunately I could not identify the ca-bundle used by connect. Hence the connection fails with a key exchange exception.

What trust store is used by connect.exe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions