You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
[![CI][ci-badge]][ci-build]
4
4
5
+
> [!WARNING]
6
+
> **Go versions 1.25.2 and 1.24.8 are NOT compatible with Cloud Auth Proxy.**
7
+
>
8
+
> An update to the Go version 1.25.2 and Go 1.24.8 breaks SAN verificaton. This is because Cloud SQL includes a trailing dot in the DNS name within the certificate's Subject Alternative Name (SAN), which the above Go versions reject as a malformed DNS name.
9
+
>
10
+
> For more details, please see the related Go issue: [crypto/x509: quadratic complexity when checking name constraints ](https://github.com/golang/go/issues/75715).
11
+
12
+
5
13
> [!IMPORTANT]
6
14
>
7
15
> The Cloud SQL Auth Proxy does not currently support Unix domain socket
0 commit comments