1
Vote

httplib.HTTPSConnection has difficulty parsing certificates

description

I wrote a small Python script that establishes an HTTPS connection and uploads some data. On CPython this works as expected, but on IronPython it fails with "Error decoding PEM-encoded file."

comments