cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
530
Views
0
Helpful
1
Replies

Access vmange from nifi using ssl

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.

 

vmanage.png

 

1 Reply 1

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.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io