State:Closed|icon_bug|database:public|icon_mari|Resolution:Fixed|TargetRelease:4.1v1|BugID:342464|
Problem summary
Amazon's updated certificate is invalid in Mari 4 on Linux. Testing the existence of Amazon CA fails unexpected.
Customer reported version
4.0v1/4.0v3
Customer reported platform
centos6
Steps to reproduce
1) Launch Mari 4
2) Run the following test code from the Python Console. You do not need to launch a project.
from __future__ import print_function
import urllib
if __name__ == "__main__":
print("Verifying Amazon CA ... ", end="")
try:
urllib.urlopen("https://aws.amazon.com")
print("OK")
except Exception as e:
print("FAILED")
print("%s" % e)
(Source in comments)We're sorry to hear that
Please tell us why