You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denton Gentry
467ace7d0c
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>
|
3 years ago |
| .. |
|
addlicense
|
cmd/addlicense: add command to add licenseheaders to generated code
|
5 years ago |
|
cloner
|
util/codegen, all: use latest year, not time.Now, in generated files
|
3 years ago |
|
containerboot
|
cmd/containerboot: allow disabling secret storage in k8s.
|
3 years ago |
|
derper
|
util/endian: delete package; use updated josharian/native instead
|
3 years ago |
|
derpprobe
|
cmd/derpprobe: add -once flag for one-off CLI diagnostics
|
3 years ago |
|
gitops-pusher
|
cmd/gitops-pusher: support alternate api-server URLs
|
3 years ago |
|
hello
|
refactor: move from io/ioutil to io and os packages
|
4 years ago |
|
k8s-operator
|
cmd/k8s-operator: move the operator into its own namespace.
|
3 years ago |
|
mkmanifest
|
cmd/{tailscale,tailscaled}: embed manifest into Windows binaries
|
3 years ago |
|
mkpkg
|
cmd/mkpkg: use package flag (#4373)
|
4 years ago |
|
nardump
|
cmd/nardump: Go tool to build Nix NARs and compute their hashes.
|
3 years ago |
|
netlogfmt
|
cmd/netlogfmt: handle any stream of network logs (#6108)
|
4 years ago |
|
nginx-auth
|
cmd/nginx-auth: add experimental status badge to README
|
4 years ago |
|
pgproxy
|
cmd/pgproxy: link to blog post at the top.
|
4 years ago |
|
printdep
|
cmd/printdep: support printing the toolchain SRI hash.
|
3 years ago |
|
proxy-to-grafana
|
all: gofmt for Go 1.19
|
4 years ago |
|
speedtest
|
net/speedtest: retune to meet iperf on localhost in a VM
|
4 years ago |
|
ssh-auth-none-demo
|
ssh/tailssh: add password-forcing workaround for buggy SSH clients
|
4 years ago |
|
stunc
|
cmd/stunc: add command for making debug stun requests
|
3 years ago |
|
sync-containers
|
cmd/sync-containers: add a dry-run option.
|
3 years ago |
|
tailscale
|
cmd/tailscale: use localhost for QNAP authLogin.cgi
|
3 years ago |
|
tailscaled
|
wgengine/netstack: change netstack API to require LocalBackend
|
3 years ago |
|
testcontrol
|
all: use any instead of interface{}
|
4 years ago |
|
tsconnect
|
wgengine/netstack: change netstack API to require LocalBackend
|
3 years ago |
|
tsshd
|
all: remove old +build tags
|
4 years ago |
|
viewer
|
util/codegen, all: use latest year, not time.Now, in generated files
|
3 years ago |