API: Connection state changed (MAX_CONCURRENT_STREAMS == 100)! * The requested URL returned error: 404

Hi,

When doing a curl
curl -vv --fail --silent --show-error --header 'Authorization: bearer xxxxxxxxxxxxxx' https://my.zerotier.com/api/status/
We get
curl: (22) The requested URL returned error: 404

Verbose
`* Trying 151.101.194.217:443…

  • TCP_NODELAY set
  • Connected to my_zerotier_com (151.101.194.217) port 443 (#0)
  • ALPN, offering h2
  • ALPN, offering http/1.1
  • successfully set certificate verify locations:
  • CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: /etc/ssl/certs
  • TLSv1.3 (OUT), TLS handshake, Client hello (1):
  • TLSv1.3 (IN), TLS handshake, Server hello (2):
  • TLSv1.2 (IN), TLS handshake, Certificate (11):
  • TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  • TLSv1.2 (IN), TLS handshake, Server finished (14):
  • TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  • TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  • TLSv1.2 (OUT), TLS handshake, Finished (20):
  • TLSv1.2 (IN), TLS handshake, Finished (20):
  • SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  • ALPN, server accepted to use h2
  • Server certificate:
  • subject: C=US; ST=California; L=San Francisco; O=Fastly, Inc.; CN=q3.shared.global.fastly.net
  • start date: Nov 24 22:48:13 2020 GMT
  • expire date: Aug 7 22:02:07 2021 GMT
  • subjectAltName: host “my_zerotier_com” matched cert’s “*_zerotier_com”
  • issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign CloudSSL CA - SHA256 - G3
  • SSL certificate verify ok.
  • Using HTTP2, server supports multi-use
  • Connection state changed (HTTP/2 confirmed)
  • Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  • Using Stream ID: 1 (easy handle 0x559d1df82e40)
  • GET /api/status/ HTTP/2
  • Host: my_zerotier_com
  • user-agent: curl/7.68.0
  • accept: /
  • authorization: bearer xxxxxxxxxxxxx
  • Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
  • The requested URL returned error: 404
  • stopped the pause stream!
  • Connection #0 to host my_zerotier_com left intact`

I’m unable to interact with the API as it returns 404 on all calls

Any help would be appreciated (also redacted urls from . to _ because new users aren’t allowed to paste more than 2 links)

remove the trailing slash from the URL.

https://my.zerotier.com/api/status

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.