Created 09-11-2018 11:59 AM
Dear Community members,
When NiFi and NiFi-registry running securely (ssl/https) , getting the below error when starting verson controlling in NiFi even after adding local NiFi user in the nifi-registry . Can someone please help .
Error
Unable to obtain listing of buckets: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names present .
Created 09-11-2018 06:31 PM
You should ensure that both the NiFi instance and NiFi Registry instance have certificates which include the hostname (in DNS form) in the Subject Alternative Name section to allow RFC 6125 compliant hostname verification. There is a video tutorial for this process available here.
Created 09-11-2018 06:33 PM
Please specify which service this error is appearing on and provide full stacktraces from the respective logs to help diagnose the issue. You can also use the openssl s_client
command to verify the certificates presented by each service.