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
{{ message }}
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
There's another issue related to this the reporter has closed, but #402 is becoming increasingly a problem now. In the nearly 7 months since the last build, many root CA's have updated their certificate chain. Would it be possible to get a rebuild/updated version pushed and updated on Brew please? No code changes in principal, just an updated electron bundle/certificates.
The specific problem is that the bundle that shipped with the last build doesn't have trust for ISRG Root X1 from LetsEncrypt, which most recently issued certificates are backed by. I spent the best part of a few days debugging random ingress issues and firewall stuff, I stumbled onto the issue.
The text was updated successfully, but these errors were encountered:
I had the same issue, can't use this tool with our GRPC services on a k8s cluster with LetsEncrypt signed ingresses. There is a workaround: import the Let's Encrypt CA into BloomRPC yourself.
Open a Let's Encrypted secured website in your browser, click the padlock, and go thru the UI to export a Let's Encrypt CA pem file.
Or find another way to get Let's Encrypt's CA into a PEM file format on your workstation.
In BloomRPC, click the TLS control and add the root cert
Select your new cert via the radio button and click Done
Should work now.
Also, I recommend saving your Environment after importing the CA. Then you can recall it easily on new bloomRPC tabs via the ENV dropdown, and you dont have to import the CA over and over again on every new tab.
Hey folks,
There's another issue related to this the reporter has closed, but #402 is becoming increasingly a problem now. In the nearly 7 months since the last build, many root CA's have updated their certificate chain. Would it be possible to get a rebuild/updated version pushed and updated on Brew please? No code changes in principal, just an updated electron bundle/certificates.
The specific problem is that the bundle that shipped with the last build doesn't have trust for ISRG Root X1 from LetsEncrypt, which most recently issued certificates are backed by. I spent the best part of a few days debugging random ingress issues and firewall stuff, I stumbled onto the issue.
The text was updated successfully, but these errors were encountered: