You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @rphlwnk, at the moment we don't serve the intermediate or root through HTTPS. The reason for this is that to be able to trust the response, we rely on TLS. We currently don't have another way to ascertain that a set of intermediates retrieved via HTTP is the expected set of certificates.
It is unlikely that we'll add support for it, because we'd rather have people bootstrap trust with the CA, and then use HTTPS wherever possible.
Is there a way to access the intermediates.pem or roots.pem through the insecureAddress?
I only get the files when accessing it through https, when I try accessing it through the insecureAddress i get an
404
.My ca.json looks like that
When i try accessing it directly on the Server
The text was updated successfully, but these errors were encountered: