Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster add/edit error message not handling invalid cert on cluster properly #18

Open
whiteradam opened this issue Dec 26, 2023 · 0 comments

Comments

@whiteradam
Copy link

馃悰 Bug Report

When adding or editing a cluster within the Data Protect, provider side, configuration, if the cluster you are working with does not have a valid SSL certificate, the error message you get is stating that the FQDN or IP is invalid.

To Reproduce

(Write your steps here:)

  1. Have a cluster that has a self signed cert or an expired cert.
  2. Make sure your browser has not accepted the risk for the cert problem as this will act as a temp workaround.
  3. Try to add said cluster to the VCD plugin.
  4. You will get the red error text.

Expected behavior

If the FQDN or IP is not correct the existing error is fine.
BUT if the issue is the SSL certificate is invalid for any reason, the error should state that it is a Certificate issue.

Actual Behavior

Since you only get an error that the FQDN or IP is invalid, you end up checking access to the cluster. In doing so, you likely click past the cert error. By clicking past the cert error, you are temporarily letting your browser bypass the issue. You then go back to the VCD plugin and things progress fine as the error is gone.

BUT the next time you (or anyone else) try to access anything involving the VCD extension, you will get random issues. You would only ever see the cert issue if looking at the dev tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant