Reputation: 447
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:
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
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