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 9916e99 commit de8de2aCopy full SHA for de8de2a
src/Bolt/BoltConnectionPool.php
@@ -40,7 +40,7 @@ public function acquire(UriInterface $uri, AccessMode $mode): StreamSocket
40
$explosion = explode('+', $scheme, 2);
41
$sslConfig = $explosion[1] ?? '';
42
43
- if (str_starts_with('s', $host)) {
+ if (str_starts_with('s', $sslConfig)) {
44
$this->enableSsl($host, $sslConfig, $socket);
45
}
46
0 commit comments