Thanks! I'll look into these this weekend. -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp
> The second commented instance of ssl_key should have been ssl_cert. > --- > pgpool.conf.sample | 2 +- > pgpool.conf.sample-master-slave | 2 +- > pgpool.conf.sample-replication | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/pgpool.conf.sample b/pgpool.conf.sample > index f5f99fb..8c7ffa1 100644 > --- a/pgpool.conf.sample > +++ b/pgpool.conf.sample > @@ -227,4 +227,4 @@ ssl = false > # path to the SSL private key file > #ssl_key = './server.key' > # path to the SSL public certificate file > -#ssl_key = './server.cert' > +#ssl_cert = './server.cert' > diff --git a/pgpool.conf.sample-master-slave b/pgpool.conf.sample-master-slave > index 3286e0a..a77d467 100644 > --- a/pgpool.conf.sample-master-slave > +++ b/pgpool.conf.sample-master-slave > @@ -227,4 +227,4 @@ ssl = false > # path to the SSL private key file > #ssl_key = './server.key' > # path to the SSL public certificate file > -#ssl_key = './server.cert' > +#ssl_cert = './server.cert' > diff --git a/pgpool.conf.sample-replication b/pgpool.conf.sample-replication > index a330335..5d1c99c 100644 > --- a/pgpool.conf.sample-replication > +++ b/pgpool.conf.sample-replication > @@ -227,4 +227,4 @@ ssl = false > # path to the SSL private key file > #ssl_key = './server.key' > # path to the SSL public certificate file > -#ssl_key = './server.cert' > +#ssl_cert = './server.cert' > -- > 1.6.6 > > _______________________________________________ > Pgpool-hackers mailing list > [email protected] > http://pgfoundry.org/mailman/listinfo/pgpool-hackers _______________________________________________ Pgpool-hackers mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-hackers
