Kindly read the entire form below and fill it out with the requested information. Please find the following lines in the console and paste them below. If you do not provide this information, your issue will be automatically closed. Pytho...
*error 20 at 0 depth lookup:unable to get local issuer certificate*/ From this error, I understand that OpenSSL isn't able to find the issuer of the certificate I'm verifying. So, reading the documentation, I've noticed that first, OpenSSL checks ...
*error 20 at 0 depth lookup:unable to get local issuer certificate*/ From this error, I understand that OpenSSL isn't able to find theissuer of the certificate I'm verifying. So, reading the documentation,I've noticed that first, OpenSSL checks issuer/subject match and, thenthe Authority ...
closed this asnot plannedon Aug 24, 2023 promaprogga commentedon Oct 16, 2023 promaprogga glenn-jocher commentedon Nov 15, 2023 glenn-jocher Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment...
tree.findall('request') - for request in requests: - # check for and report error conditions - # conduct check within loop to support bulk request errors - # None condition check required as tree elements with no children return False - if request.find('error') is not None: - error ...