I need to add on option to connection postgres with ssl I add this options :
TC.SpecificOptions.Values['SSLMode'] := 'smRequire';
TC.SpecificOptions.Values['SSLCert'] := Certificatclient.Text;
TC.SpecificOptions.Values['SSLKey'] := Clefprive.Text;
TC.SpecificOptions.Values['SSLCACert'] := Certificatdautorite.Text;
TC.SpecificOptions.Values['SSLCipherList'] := Chiffrementsacceptes.Text;
Is it ok or not ?
Regards