-
Notifications
You must be signed in to change notification settings - Fork 52
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
Using "--no-verify" still getting "CERTIFICATE_VERIFY_FAILED" error #175
Comments
To add a bit more information here: The same cert works well with Powershell (on Windows) and directly OpenSsl (on both Mac and Windows):
Connects successfully (the first Thumbprint is the cluster's cert and the 2nd one is the my client cert which is added to the cluster as an admin and also has "keyCertSig" bit set on it). Obviously, I had to add the cert to a local store.
Successfully opens a session and I can send a HTTP request. |
I have also tried "sfctl" on a windows machine knowing there are concerns with the version of openssl shipped with Mac. Same problem. |
@gheibia Thanks for reporting the issue! Does Verification should not be happening. Can you share the full error message from the command, with |
@Christina-Kang yes, it fails with PEM files, as well. I'll email you the log directly. |
For anyone who lands here for an answer, as a workaround, one could call Service Fabric APIs directly through, say, cUrl: |
Any plans for this to be fixed? Issue still present in version 11.0.0 |
pip3 show sfctl
)Using a self signed client cert, the following command fails with:
Command:
I was under the impression that
--no-verify
will skip the certificate verification step.The text was updated successfully, but these errors were encountered: