Andrei Grigorev

Results 25 comments of Andrei Grigorev

Considering a lot of certificate-related utilities still default to using SHA-1, should we show both? Or have a "control" that would allow switching between them.

What's worse, `ETag` produced by `Parse` and the one produced by calling constructor return false when compared for equality even when values are the same: ```C# var cred = new...

We use multi-CDN infrastructure for serving api.nuget.org routing to different CDN providers depending on your location, so to investigate further we'd need your location (down to city is enough) and...

If you have curl installed there, then you could try ``` curl -v --tls-max 1.2 -o /dev/null https://api.nuget.org/v3/index.json curl -v --tls-max 1.3 -o /dev/null https://api.nuget.org/v3/index.json ```

@otto-gebb can you share the source IP address? You can email it to [email protected], if you don't want to mention it here.

@iHamzaKhanzada is your browser using any built-in VPN or proxy? Also, could you please provide the output of the following: ``` # Windows: curl.exe -v -o nul https://www.adobe.com # Linux/Macos...

@iHamzaKhanzada, CDN infrastructure that is used to serve api.nuget.org for you is not owned by us, we are engaged with its support and I'll post an update when I know...

We tried switching Pakistan to a different delivery infrastructure about an hour ago. Do you see any changes?

Same here. I "fixed" by deleting `/etc/pihole` and running `pihole -r` to set it up from scratch.