Request for Assistance with HTTPS Request and SSL Certification Error

Website URL

(please specify the URL of the site on which you are experiencing the problem)

Error Message

Request for Assistance with HTTPS Request and SSL Certification Error

Hi,

I hope this message finds you well. I am currently encountering an issue while trying to make an HTTPS request to retrieve my data from the server. The request results in the following HTML error message:

<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNu

Additionally, when I attempt to execute my Python code for the same request, I receive an error stating:

requests.exceptions.SSLError: HTTPSConnectionPool(host='arenatest.42web.io', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))

It seems that there may be an issue related to SSL certificate verification. I would greatly appreciate your guidance on how to resolve this issue, as I am unsure of the next steps to take.

Thank you in advance for your help!

Other Information

(Request for Assistance with HTTPS Request and SSL Certification Error)

Please read:

6 Likes

Read this

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.