A new parameter has been added to the connection string to indicate if SSL should be used:
For example:
$ses = new PDO('ctsql:port=6597;host=localhost;dbname=ctreeSQL;ssl=BASIC', 'admin', 'ADMIN');
TOCIndex