Hi (again, hehe..)
I'm using UniDAC to connect postgreSQL with my app.
Where I can find demo/documentation to read about SLL enabled app ?
Regards,
Eldi Munggaran
SSL Enabled How To ?
You should assing values to SSLCACert, SSLCert, SSLKey, and SSLMode in SpecificOptions of TUniConnection.
Currently these options are not described in the help. We'll add such description in the next UniDAC build.
SSLCACert holds the pathname to the certificate authority file. Normally it should be C:\Documents and Settings\\Application Data\postgresql\root.crt
SSLCert holds the pathname to the certificate file. Normally it should be C:\Documents and Settings\\Application Data\postgresql\postgresql.crt
SSLKey holds the pathname to the key file. Normally it should be C:\Documents and Settings\\Application Data\postgresql\postgresql.key
Currently these options are not described in the help. We'll add such description in the next UniDAC build.
SSLCACert holds the pathname to the certificate authority file. Normally it should be C:\Documents and Settings\\Application Data\postgresql\root.crt
SSLCert holds the pathname to the certificate file. Normally it should be C:\Documents and Settings\\Application Data\postgresql\postgresql.crt
SSLKey holds the pathname to the key file. Normally it should be C:\Documents and Settings\\Application Data\postgresql\postgresql.key