Eno Compton
Eno Compton
Going to close this for now. We'll need to revisit some server settings I think.
Thanks @dnnane. Let's close this.
A better client experience would result in rejected promises for these kinds of errors. And even for errors generally, we probably want a cleaner interface with some custom error types,...
We saw another example of this when NetSuite responded in an expected way. First: ``` ERROR [xmldom error] invalid doc source @#[line:0,col:undefined] ``` And then: ``` { "errorType": "Error", "errorMessage":...
Yes, let's use this one for tracking.
Thanks to @jackwotherspoon for finding this: https://github.com/openssl/openssl/issues/11560#issuecomment-1631520748 TL;DR: SANs shouldn't have trailing dots.
RFC 6066 says [no trailing dots in SANs](https://datatracker.ietf.org/doc/html/rfc6066#:~:text=The%20hostname%20is%20represented%20as%20a%20byte%0A%20%20%20string%20using%20ASCII%20encoding%20without%20a%20trailing%20dot).
Note this won't affect any of our release infrastructure. We'll continue using pyproject.toml for that.
Thanks for the report @olii. We've seen another unusual problem with the Cloud SQL Proxy when using Go 1.23. See: - https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2296 - https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2294. In short, Go 1.23 introduces a...
Glad to hear it -- we'll be exploring how to remove the need to set `GODEBUG` meanwhile.