> 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. Works for me using psql coming with PostgreSQL 9.4.5 and pgpool-II 3.4.3. (This is Ubuntu 14.04. PostgreSQL and pgpool-II are compiled from the source code). $ psql -p 11000 -h localhost test psql (9.4.5) SSL connection (protocol: TLSv1, cipher: AES256-SHA, bits: 256, compression: off) Type "help" for help. I don't think your old PostgreSQL 8.4 server is related to your problem because you are trying to enable SSL between client and pgpool, not pgpool and PostgreSQL server. However psql coming with PostgreSQL 8.4 might be related to the problem. Why don't you try newer version of psql (more precisely, newer libpq). I assume your SSL setting is perfect. If you are not sure, please take a look at FAQ: http://pgpool.net/mediawiki/index.php/FAQ#How_can_I_set_up_SSL_for_pgpool-II.3F Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general