CONNECT: unable to connect
We can do better!
Lines 58 to 60 in 0e8c142
if (!$httpResponse->isOkay() || 'OK' !== $httpResponse->body()) {
throw new ConnectionException('unable to connect');
}
```
CONNECT: unable to connect
```
We can do better!
https://codeberg.org/eduVPN/vpn-server-node/src/commit/0e8c1426bf064f91165764ecd4564021fd60946f/src/Connection.php#L58-L60