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

cmd/tailscale: disable HTTPS verification for QNAP auth. #6919

Merged
merged 1 commit into from Jan 11, 2023
Merged

Commits on Jan 11, 2023

  1. cmd/tailscale: disable HTTPS verification for QNAP auth.

    QNAP's "Force HTTPS" mode redirects even localhost HTTP to
    HTTPS, but uses a self-signed certificate which fails
    verification. We accommodate this by disabling checking
    of the cert.
    
    Fixes #6903
    
    Signed-off-by: Denton Gentry <dgentry@tailscale.com>
    DentonGentry committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f33f28e View commit details
    Browse the repository at this point in the history