Simon Mullaney
Simon Mullaney

Reputation: 447

hyperledger tls certificate not trusted

I have set up a hyperledger rest server using HTTPS and TLS. I'm wondering why my browser says the connection is not secure though. See images below:

Connection not secure

Root certificate not trusted

Do you have to make your own certificates so that they are trusted, or does anyone have any info on how to fix this?

Upvotes: 0

Views: 135

Answers (1)

R Thatcher
R Thatcher

Reputation: 5570

Where did you get your certificates from? If you did not request and obtain them from a trusted CA then this is expected behaviour on a typical Dev environment. (Perhaps you just used the default certificates from Composer.)

In a production scenario you would request and use certificates that you had obtained (purchased probably) from your organisations usual CA.

This is not a Composer specific problem, but a general HTTP feature.

Upvotes: 1

Related Questions