I have configured SSL for nifi by using knox by following the guide for configuration.(https://risdenk.github.io/2018/03/18/apache-knox-proxying-apache-nifi.html).
Nifi url is:https://192.168.1.121:9091/nifi/
Knox url is: https://192.168.1.121:8443/gateway/sandbox/nifi-app/nifi/
I have created admin:admin-password user in nifi and I'm able to log in. But if I'm trying to get the access token by using rest api.
Access token API: https://192.168.1.121:8443/gateway/sandbox/nifi-app/nifi-api/access/token
username:admin
password:admin-password
Response: Username/Password login not supported by this NiFi.
For getting access token I'm using Knox proxy url. Below is the snap shot of the request.
