eclipse-hono / hono

Eclipse Hono™ Project
https://eclipse.dev/hono
Eclipse Public License 2.0
453 stars 137 forks source link

Hono Sandbox SSL certificate has expired #3627

Closed dimitar-dimitrow closed 6 months ago

dimitar-dimitrow commented 7 months ago

When I try the Getting Started guide, there is an error that Hono Sandbox certificate has expired:

$ curl -iX GET https://hono.eclipseprojects.io:28443/v1/tenants/DEFAULT_TENANT
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
sophokles73 commented 6 months ago

sorry for the delay, I have just updated the Sandbox deployment with Hono 2.5.1, including rotation of the keys. Can you check if this works for you?

dimitar-dimitrow commented 6 months ago

Thanks, works as expected!