eclipse / packages

IoT Packages project
https://eclipse.org/packages
Eclipse Public License 2.0
46 stars 66 forks source link

SSL certificate issue #525

Closed akhilveramalli closed 7 months ago

akhilveramalli commented 9 months ago

I am able to successfully run the cloud2edge package while making an api call to device registry URL to create an tenant ID from an angular app got net::ERR_CERT_AUTHORITY_INVALID Error If i have to change the certificates in hono from my side what is the process to do or there is any documentation to do .

sophokles73 commented 9 months ago

This might be due to the fact that your angular app is not able to validate the Hono Registry's server certificate because it is not signed by a well known root CA. I do not know where and how to configure the trust store of an angular app, but if you figure it out, you will need to add the CA certificate used by Hono to your truststore. Assuming that you run the app from within a web browser, you may also be able to do that by means of simply accessing Hono's Registry HTTP API from that browser and, when prompted with the certificate warning, accept the risk ...

sophokles73 commented 7 months ago

@akhilveramalli can this be closed?