Does the aiohttp Python library in Windows support HTTPS? -
when make https request using aiohttp library asyncio , python 3.4 in windows 7, request fails notimplementederror in _make_ssl_transport function in base_events.py shown in traceback.
on windows, use proactoreventloop. think have use 1 asyncio work. tried same request in debian 7 vm compiled version of python 3.4, , same request works. don't use proactoreventloop in debian, default though.
any ideas or workarounds? or, should give aiohttp https on windows now? not able use linux project, needs on windows.
Comments
Post a Comment