We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807c602 commit 3bdcef9Copy full SHA for 3bdcef9
modules/mssql/Makefile
@@ -1,5 +1,11 @@
1
include ../../commons-test.mk
2
3
+# Enforce x509negativeserial=1. This is required in case the tests
4
+# use certificates with negative serial numbers.
5
+# Go 1.23+ rejects these certificates without this flag.
6
+# Cf https://pkg.go.dev/crypto/x509#ParseCertificate
7
+export GODEBUG=x509negativeserial=1
8
+
9
.PHONY: test
10
test:
11
$(MAKE) test-mssql
0 commit comments