unhandled error: your version of http.client doesn't support https
Mon, 2010-07-26 02:05
when i try to upload a project with the uploader in 2.5 i get this, unhandled error: your version of http.client doesn't support https. any thoughts? edit- was trying to upload with blender2.53 rev 30619. used the blender version from this site and it works fine.
Wed, 2011-04-20 14:59
#2
As of Blender 2.57, this
As of Blender 2.57, this issue no longer exists as Blender now uses Python 3.2 with the bug fix in it.



Hi,
If you're using the win64 build, I have committed for this a fix to Blender trunk, so svn up and rebuild for that. I guess we could make a release for this soon so that we have also 2.53 available here.
If you're on Linux or OSX, then you need to make a small edit to one file from the Python 3.1.
look for xmlrpc/client.py in the python 3.1 distribution (or the bundled one if you're using such a build - bundled would be under 2.53/python/lib ). Edit the file and remove the three lines 1181-1183. Ensure they are about a has_attr() check for ssl, and if not found an exception is thrown. That can be removed. For some mysterious reason this check is there, although it works perfectly fine without.
/Nathan
http://www.lumikuu.com || http://www.letworyinteractive.com || http://www.planetblender.org || http://www.blender-fi.org