Access vmange from nifi using ssl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 06:15 AM
i have connected to SD WAN lab using openConnect and able to get response from vManage APIs using postman. now i am trying to hit APIs from nifi's invokeHttp processor it require ssl keystore and truststore could you please help me to get these files. getting hostname not verified error. please refer attach screenshot.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 07:16 AM
Hello, I think you are seeing the issue because the vManage web server certificate is usually self-signed and that wouldn’t be accepted by default by HTTP request library. In the python requests library, we usually overcome it using the verify=False option in requests.
Hope this helps.
Connect with me https://bigevilbeard.github.io
