Hi,
I am using pgpool-II version 3.4.3 (tataraboshi).
Where my database is Postgresql 8.4.
I am trying to configure ssl mode from client and between pgpool and database it is non-ssl.
I configured as document and now I am getting this in my log:
2015-10-13 22:17:58: pid 1857: LOG: new connection received
2015-10-13 22:17:58: pid 1857: DETAIL: connecting host=10.0.0.5 port=65326
2015-10-13 22:17:58: pid 1857: LOG: pool_ssl: "SSL_read": "ssl handshake failure"
2015-10-13 22:17:58: pid 1857: ERROR: unable to read data from frontend
2015-10-13 22:17:58: pid 1857: DETAIL: socket read failed with an error "Success"
Please let me know what wrong I am doing.
Thanks & Regards.