Re: could not accept SSL connection: sslv3 alert bad certificate

2019-09-26 Thread Adrian Klaver
On 9/26/19 1:10 AM, Marco Ippolito wrote: Hi Adrian, putting in /fabric/fabric-ca/fabric-ca-server-config.yaml : db:   type: postgres   datasource: host=localhost port=5433 user=fabmnet_admin password=fabmnet1971 dbname=fabmnetdb sslmode=verify-ca and the corresponding portion of the log

Re: could not accept SSL connection: sslv3 alert bad certificate

2019-09-26 Thread Marco Ippolito
Affer removing the previous cert and key files, I started again the fabric-ca server discovering that new cert and key files were created: (base) marco@pc:~/fabric/fabric-ca$ fabric-ca-server start -b admin:adminpw 2019/09/26 11:56:18 [INFO] Configuration file location: /home/marco/fabric/fabric-

Re: could not accept SSL connection: sslv3 alert bad certificate

2019-09-26 Thread Marco Ippolito
Thanks Martin. I need to check these important aspects as well. What do you mean as "disable hardcoded BCCSP Provider"? Marco Il giorno gio 26 set 2019 alle ore 00:43 Martin Gainty ha scritto: > Hi Marco > > not necessarily with PG but with all other servers i secure when i see > that error > i

Re: could not accept SSL connection: sslv3 alert bad certificate

2019-09-26 Thread Marco Ippolito
Hi Adrian, putting in /fabric/fabric-ca/fabric-ca-server-config.yaml : db: type: postgres datasource: host=localhost port=5433 user=fabmnet_admin password=fabmnet1971 dbname=fabmnetdb sslmode=verify-ca this is the result: (base) marco@pc:~/fabric/fabric-ca$ fabric-ca-server start -b admin:ad

Re: could not accept SSL connection: sslv3 alert bad certificate

2019-09-25 Thread Adrian Klaver
On 9/25/19 12:34 PM, Marco Ippolito wrote: Following the indications here: https://hyperledger-fabric-ca.readthedocs.io/en/release-1.4/users-guide.html#configuring-the-database I'm trying to understand how to correctly set Fabric-CA with a PostgreSQL-11 database in Ubuntu 18.04.02 Server Editio

Re: could not accept SSL connection: sslv3 alert bad certificate

2019-09-25 Thread Adrian Klaver
On 9/25/19 12:34 PM, Marco Ippolito wrote: Following the indications here: https://hyperledger-fabric-ca.readthedocs.io/en/release-1.4/users-guide.html#configuring-the-database I'm trying to understand how to correctly set Fabric-CA with a PostgreSQL-11 database in Ubuntu 18.04.02 Server Editio