We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4affb9 commit 60fc2ceCopy full SHA for 60fc2ce
1 file changed
php/authentication/test/GenerateTokenTest.php
@@ -31,7 +31,7 @@ public function testTokenCanConnectToCluster(): void
31
32
$token = generateToken($endpoint, $region);
33
34
- $dsn = "pgsql:host={$endpoint};port=5432;dbname=postgres;sslmode=verify-full";
+ $dsn = "pgsql:host={$endpoint};port=5432;dbname=postgres;sslmode=verify-full;sslrootcert=system";
35
$pdo = new PDO($dsn, 'admin', $token);
36
37
$stmt = $pdo->query('SELECT 1 AS result');
0 commit comments