Hello everyone in the list, I am proving the connecting SSL through with Pgpool, the pgpool configuration parameters related with SSL are:
# - SSL Connections - ssl = on ssl_key = '/opt/pgpool/ssl/server.key' ssl_cert = '/opt/pgpool/ssl/server.cert' #ssl_ca_cert = '' #ssl_ca_cert_dir = '' But in pgpool.log file i see this error: 2011-11-22 06:42:02 LOG: pid 14011: connection received: host=10.13.4.201 port=40434 2011-11-22 06:42:02 DEBUG: pid 14011: Protocol Major: 1234 Minor: 5679 database: user: 2011-11-22 06:42:02 DEBUG: pid 14011: SSLRequest from client 2011-11-22 06:42:02 ERROR: pid 14011: pool_ssl: Loading SSL certificate: No such file or directory Nevertheless I can connect to postgreSQL through Pgpool. Please can anybody tell me, What could be the reason for this error? I am using Pgpool-II V_3.1_stable with PostgreSQL 9.0.5. Regards.
_______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
