Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fingerprint and proxy #2555

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix: fingerprint and proxy #2555

wants to merge 2 commits into from

Commits on Jun 26, 2024

  1. fix: fingerprint and proxy

    Use tls.Config.VerifyPeerCertificate, not the dialer, to verify the
    Uphold TLS certificate fingerprint. This ensures that the fingerprint
    checks are done even if a proxy is used.
    ibukanov committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    54bb1f2 View commit details
    Browse the repository at this point in the history
  2. chore: Docker volumes with relative paths

    Docker supports using relative path for bind-mounted volumes. So use
    those rather than PWD. This also makes Makefile more compatible with
    Windows.
    ibukanov committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    aefce38 View commit details
    Browse the repository at this point in the history