This is a discussion on ssl and odbc standar driver within the pgsql Admins forums, part of the PostgreSQL category; --> Hi!! It is possible to connect to postgres with odbc standar driver and ssl enabled ?? Es posible conectarme ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi!! It is possible to connect to postgres with odbc standar driver and ssl enabled ?? Es posible conectarme a postgresql con odbc standar driver y ssl activado? thanks!!! __________________________________________________ _______________ El mejor destino, con los mejores contenidos http://www.prodigy.msn.com ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| In deed it is possible. You'll need a ssl certificate and a private key and put it on c: in your users ....\application data\postgresql directory. You'll have to create the postgresql-directory first. The certificate has to be named postgresql.crt and the key postgresql.key. Now you can chose ssl in your dsn-settings or set the parameter in your connection string. Fabricio Peñuelas schrieb: > It is possible to connect to postgres with odbc standar driver and > ssl enabled ?? > Es posible conectarme a postgresql con odbc standar driver y ssl > activado? ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |