project-oak / oak

Meaningful control of data in distributed systems.
Apache License 2.0
1.32k stars 113 forks source link

Deprecation notice for roughtime.cloudflare.com:2002 #4897

Closed cjpatton closed 8 months ago

cjpatton commented 8 months ago

The Cloudflare Roughtime server at roughtime.cloudflare.com:2002 has been deprecated and will be turned off on July 1, 2024. You may wish to update your client to use our new server to avoid a disruption of service:

{
    "name": "Cloudflare-Roughtime-2",
    "publicKeyType": "ed25519",
    "publicKey": "0GD7c3yP8xEc4Zl2zeuN2SlLvDVVocjsPSL8/Rl/7zg=",
    "addresses": [
        {
            "protocol": "udp",
            "address": "roughtime.cloudflare.com:2003"
        }
    ]
}

See https://groups.google.com/a/chromium.org/g/proto-roughtime/c/vbmjoudG184 for further details.

tiziano88 commented 8 months ago

@thmsbinder could you look into this?

thmsbinder commented 8 months ago

As the name suggests, it is related to time/NTP. I could not find a direct dependency from Oak. Could it be that we don't depend on it all, or depend on it indirectly through some other layer?

conradgrobler commented 8 months ago

We used to have roughtime client code in the repo and connected to a various servers, but we deleted the code when we removed the original Oak version.

thmsbinder commented 8 months ago

Thanks for confirming!