I started digging around the code in the plugins and found https://gw.swop.one/ in swaglogger. This seems to be quite nice. But my plugin on Windows7 throws a "SSL: CERTIFICATE_VERIFY_FAILED"-Error.
Is there some workaround to fix this? Tried to set a manual certificate-file from verisign by
resp = urllib2.urlopen(request, json.dumps(resp_json), cafile="verisign.pem")
in SwagLogger, but it does not help.
I started digging around the code in the plugins and found https://gw.swop.one/ in swaglogger. This seems to be quite nice. But my plugin on Windows7 throws a "SSL: CERTIFICATE_VERIFY_FAILED"-Error.
Is there some workaround to fix this? Tried to set a manual certificate-file from verisign by
resp = urllib2.urlopen(request, json.dumps(resp_json), cafile="verisign.pem")in SwagLogger, but it does not help.