Failed to download revocation list - myTS Features are not available

This is a megathread to collect all reports of issues with the myTS revocation list. Please refrain from creating new topics about this issue and use this thread instead.


It is possible that our revocation server is currently experiencing a brief downtime. If you are affected, please let us know by replying in this thread. Our team will then review the issue and work toward a resolution as soon as possible.


This is the error shown in the TS3 Client

The TeamSpeak server could not validate your myTeamSpeak ID. Some myTeamSpeak related services are not available.
Reconnecting might solve the issue. (it didn't)
myTeamSpeak ID is invalid

This is the error shown in the server logs.

failed to download revocation list - count: 4
rejecting myteamspeakid: revoke list out of date
client is connecting with a invalid or revoked myTeamSpeak ID

Before posting please check:

  • that you are using the latest TeamSpeak server version

  • with a mobile hotspot or ask a friend if they can reach out server
    → If it works there, your firewall, router, or ISP is blocking certificate servers

  • if you are using Docker your Container may not have the same network settings as the host machine. A simple fix could be to use one of these solutions.

    Note: this can have the disadvantage that the Container is no longer running disconnected from the Host machine. Please use this with caution or make sure that it is safe to use on your setup.

    Modify the container to use host networking:

    docker run --network host ...
    

    Or in docker-compose:

    network_mode: "host"
    
  • that you can ping our services:

    Domain Protocol Local Port (Server) Remote Port Notes
    accounting.teamspeak.com TCP 1024-65535 (random by OS) 2008 TeamSpeak 3 Server versions 3.0.x
    accounting2.teamspeak.com TCP 1024-65535 (random by OS) 443 TeamSpeak 3 Server versions 3.1.x
    ts3services.teamspeak.com TCP 1024-65535 (random by OS) 443 TeamSpeak 3 Server versions 3.1.x

If you are still experiencing any issues with the myTeamSpeak revocation list, please let us know by posing in this thread.

It seems like myteamspeak revocation list is down? I see this msg on startup with ts3 server linux, ts6 server linux, ts6 server windows:

2026-03-30 17:50:11.237936|INFO |ServerLibPriv | |failed to download revocation list - count: 1

and these two addresses serve 0 byte file:

https://ts3services.teamspeak.com/revocation-certificates

https://ts3services.teamspeak.com/revocation-myteamspeakid

Same problem

Thanks for the reports. We’ve looked into it, and it should be working again :+1:

4 Likes