Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,Please check if the ‘HTTP to HTTPS Redirection’ is disabled.If not please disable it.If its enable, it means server redirects the HTTP requests to HTTPS.ThanksRahul Gupta
Hi Dennis,In case of any issues with ssl protocol or certificate validation issue, you can run the below method before importing UcsSdk as a workaround.def sslWorkaround():isVerifyCertificate = Falseif not sys.version_info < (2, 6): from functools i...
With Python version 2.7.9 and above, python embedded the certificate validation.In case of any issues with ssl protocol or certificate validation issue, you can run the below method before importing UcsSdk as a workaround.def sslWorkaround():isVerify...