Product Documentation

FairCom DB V12 Updates

Previous Topic

Next Topic

PHP PDO SSL Security Added

A new parameter has been added to the connection string to indicate if SSL should be used:

  • ssl=BASIC - SSL without certificate checking.
  • ssl=<certificate file name> - SSL with certificate checking, certificate file as specified.

For example:

$ses = new PDO('ctsql:port=6597;host=localhost;dbname=ctreeSQL;ssl=BASIC', 'admin', 'ADMIN');

TOCIndex