user reports curl doesn't work on his system, gets annoying cert error

turns out user is indeed getting MITMed so the check worked exactly as intended

https://github.com/curl/curl/issues/10551

Unable to use curl 7.87 for SSL connections on Windows 10 Pro · Issue #10551 · curl/curl

curl -v "https://www.google.com" * Trying [2404:6800:4009:82c::2004]:443... * Connected to www.google.com (2404:6800:4009:82c::2004) port 443 (#0) * ALPN: offers h2 * ALPN: offers http/1....

GitHub
@bagder old employer used to MitM everything. The number of developer hours wasted discovering, and then getting an explanation from others on how to work around that by adding the corporate cert chain into tools’ expectations, always boggled my mind.
@jwd630 @bagder MitM everything is standard employer procedure these days.