Member since
05-26-2025
6
Posts
1
Kudos Received
0
Solutions
10-13-2025
11:49 PM
Yes, it’s possible to use a single SSL certificate across all hosts in your cluster, but it depends on how your domains are set up. If all hosts share the same base domain (like host1.example.com, host2.example.com), you can use a wildcard SSL or a multi-domain (SAN) SSL certificate that covers all hostnames. Install the same cert and key on each node. This avoids creating separate CSRs and renewals for every host. Just note that sharing one private key across multiple servers can be a small security risk if one host is compromised. Hope it helps!
... View more
10-08-2025
04:57 AM
For zookeeper on port 7000 security team observer the same http trace/track vulnerability
... View more
09-10-2025
11:32 PM
I’ve run into this error before too. It usually comes down to SSL misconfiguartion or browser settings. This checklist helped me fix it: https://cheapsslweb.com/blog/fix-neterr-ssl-protocol-error-in-google-chrome/., worth a try if the usual steps don’t work. Hope it helps!
... View more
07-22-2025
03:11 AM
The error means the SSL certificates used by your Cloudera ODBC driver are outdated or expired. To fix it, download the latest cacerts.pem file from a trusted source like Curl's CA bundle or your company’s security team. Replace the old cacerts.pem file in the ODBC driver's configuration directory. Then restart your ODBC connection and test again.
... View more
07-22-2025
02:57 AM
The error ERR_BAD_SSL_CLIENT_AUTH_CERT is a security-related bug that appears in web browsers, especially Google Chrome, due to a failure to interact with the SSL/TLS client authentication process.
This issue arises when SSL/TLS certificates are required on both client and server sides, but the client fails to present a valid certificate or the server can't verify it. Common causes include certificate misconfiguration, incorrect device date/time, software issues, or interference from browser extensions and antivirus programs. There are many different ways to fix the error which you need to understand properly in detail. Furthermore I found the helpful resource at:- https://cheapsslweb.com/resources/how-to-fix-the-err_bad_ssl_client_auth_cert-error.
I hope it helps!
... View more
05-26-2025
02:49 AM
1 Kudo
I will try to open a ticket [NIFI-14599] Parameter provider invalid revision issue - ASF JIRA
... View more