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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix certificate chain will not show vic plugin #672

Merged
merged 1 commit into from
Jun 6, 2019

Conversation

zhoumeina
Copy link
Contributor

In certificate chain environment. Java ssl trustManager will get multiple certs in the backend.
The old logic will suppose each certs will be in the vcenter server info thumbprint sets. Actually, in this case only one cert thumbprint will in the thumbprint sets. So this logic need to be updated. Modify the logic to suppose vcenter sets will match any of the cert thumbprint from session. If none of the cert thumbprint match the vcenter thumbprint , then throw the exception.

@zhoumeina zhoumeina merged commit 6254d07 into vmware:master Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants