Hi there, I'm wondering how I can add ?sslmode=require to the library? I've tried uncommenting this in Connection.php but it doesn't work unfortunately: ``` // $ssl = new SSLRequest(); // $stream->write($ssl->encodedMessage()); ``` Thank you so much!