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
I am developing chaoscenter/web in a local environment. While following this ChaosCenter Development Guide, I encountered an issue.
After installing litmusctl, when I run litmusctl config set-account, I need to input the host endpoint. If I enter localhost, I receive the error x509 certificate signed by unknown authority because it is a self-signed certificate. How can I resolve this issue or is there another way to develop chaoscenter/web locally?
The text was updated successfully, but these errors were encountered:
Question
I am developing chaoscenter/web in a local environment. While following this ChaosCenter Development Guide, I encountered an issue.
After installing litmusctl, when I run
litmusctl config set-account
, I need to input the host endpoint. If I enter localhost, I receive the errorx509 certificate signed by unknown authority
because it is a self-signed certificate. How can I resolve this issue or is there another way to develop chaoscenter/web locally?The text was updated successfully, but these errors were encountered: