You write the following Python code to invoke a RESTful API to obtain the token ID of iMaster NCE. Which of the following statements are correct?
import requests
response = requests.get( " https://139.9.213.72 " )
print(response.json())
Error returned:
requests.exceptions.SSLError: HTTPSConnectionPool(host= ' 139.9.213.72 ' , port=18002): Max retries exceeded with url: /controller/v2/tokens (Caused by SSLError(CertificateError( ' hostname ' 139.9.213.72 ' doesn ' t match ' devzone.huawei.com ' )))
Options:
Submit