Closed mubashirali84 closed 5 years ago
Hello,
I am using the following short code just to verify connectivity to PA device:
p = pan.xapi.PanXapi(hostname='1.1.1.1', api_key= key, use_get= True, ssl_context= None) print(p)
But it is giving me the following error:
_certificateerror: <class 'ssl.CertificateError'> _legacy_api: False _log: <bound method Logger.log of <Logger pan.xapi (WARNING)>> api_key: ****** api_password: None api_username: None hostname: 1.1.1.1 port: None serial: None ssl_context: None tag: None timeout: None uri: https://1.1.1.1/api/ use_get: True
Please, help.
hi. there is no error. _certificateerror is just an instance variable.
not an error.
Hello,
I am using the following short code just to verify connectivity to PA device:
But it is giving me the following error:
Please, help.