IBM-Blockchain-Archive / ibm-container-service

IBM Blockchain Platform for Developers on IBM Container Service
Apache License 2.0
89 stars 74 forks source link

How to enable TLS in paid setup #86

Closed psrkiran closed 6 years ago

psrkiran commented 6 years ago

I am trying to enable TLS by flipping flags and setting CORE_PEER_TLS_SERVERHOSTOVERRIDE in every peer, still I am not able to instantiate chaincode, when I looked up in peer logs it says "userChaincodeStreamGetter -> ERRO 001 Error trying to connect to local peer: x509: certificate signed by unknown authority"

EmanHerawy commented 6 years ago

I have the same problem

mrshah-at-ibm commented 6 years ago

"userChaincodeStreamGetter -> ERRO 001 Error trying to connect to local peer: x509: certificate signed by unknown authority" is this coming from the chaincode container? Looks like the chaincode container is not liking the certificate from the peer?

mrshah-at-ibm commented 6 years ago

Closing due to inactivity