mosquito / aiohttp-xmlrpc

XMLRPC for aiohttp
MIT License
34 stars 19 forks source link

SSL control for client #34

Closed joseraffucci closed 4 years ago

joseraffucci commented 4 years ago

Added ssl parameter to ServerProxy to relax certification checks. This allows the use of selfsinged or expired certificates

Modified __remote_call client.post to include the ssl paramater

aiohttp documentation: https://docs.aiohttp.org/en/stable/client_advanced.html#ssl-control-for-tcp-sockets