-
Notifications
You must be signed in to change notification settings - Fork 76
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
[In Progress] NIFI Secure Connection failed with certificate #329
Comments
This is not a nipyapi error, it has to do with your python installation. |
Thanks a lot for quick reply |
One thing why I got the issue for nifi registry, normally it is used the same client certificate, and with curl it is working. Do i need add something more ?
|
I'm not sure about that. @Chaffelson ? |
This is usually the response when the authenticated user does not have permissions - an authorization error, rather than an authentication one. Have you given the user the appropriate permissions in Registry to match those in NiFi? |
Thanks @Chaffelson Yes, before use NiPyApi, I have already done the curl command to "nifi-registry-api/buckets" and it works. I got the result so it is not a permission issue |
Description
I have a nifi standalone 1.16.0 running securely. I generated self signed certificate using nifi-toolkit and provided the cert/key files in below code but secure connection is failing
What I Did
And get error :
/usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (2.0.4) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Urgency
Testing nipyapi
The text was updated successfully, but these errors were encountered: