Dear all, Greetings of the day! While deploying a single-node instance of Apache NiFi 2.0.0-M4 on a Linux server, I am encountering issues when trying to access the NiFi UI using a public IP. The error message is as follows: HTTP ERROR 400 Invalid SNI URI: https://xx.xxx.xxx.xxx:9443/ STATUS: 400 MESSAGE: Invalid SNI
Below are the configurations I have done: 1. Security certificates: I generated security certificates using OpenSSL and configured the nifi.properties file accordingly: nifi.security.keystore=./conf/nifi-keystore.p12 nifi.security.keystoreType=PKCS12 nifi.security.keystorePasswd=xxxxxxx nifi.security.keyPasswd=xxxxx nifi.security.truststore=./conf/nifi-truststore.p12 nifi.security.truststoreType=PKCS12 nifi.security.truststorePasswd=zxcvbnm1 1. Web properties: Configured the web properties as per the server's public IP: nifi.web.https.host=y.yy.yy.yyy nifi.web.https.port=9443 Could you please advise what additional configurations are needed for successful deployment of Apache NiFi on a Linux server and to access the NiFi UI via a public IP? Thank you in advance for your help. Best regards, Deepanshu
