mirror of https://github.com/tailscale/tailscale/
cmd/tailscale: use localhost for QNAP authLogin.cgi
When the user clicks on the Tailscale app in the QNAP App Center,
we do a GET from /cgi-bin/authLogin.cgi to look up their SID.
If the user clicked "secure login" on the QNAP login page to use
HTTPS, then our access to authLogin.cgi will also use HTTPS
but the certiciate is self-signed. Our GET fails with:
Get "https://10.1.10.41/cgi-bin/authLogin.cgi?sid=abcd0123":
x509: cannot validate certificate for 10.1.10.41 because it
doesn't contain any IP SANs
or similar errors.
Instead, access QNAP authentication via http://localhost:8080/
as documented in
https://download.qnap.com/dev/API_QNAP_QTS_Authentication.pdf
Fixes https://github.com/tailscale/tailscale-qpkg/issues/62
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/6933/head
parent
aad6830df0
commit
467ace7d0c
Loading…
Reference in New Issue