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 was archived by the owner on Nov 28, 2022. It is now read-only.
Right now the IDEs run all cwctl commands with the --insecure flag. At some point it would be nice to make a user have to explicitly disable SSL cert checking instead of doing it for them.
Several parts will need to be put in place for this to happen. IDE's will require modification to enable users to choose to disable SSL. cwctl will need to be modified to react to SSL cert checking that could fail, docs will need this to be added and design will need to check the user flow is correct