lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

TestLink https #143

Closed fabioxpandit closed 2 years ago

fabioxpandit commented 3 years ago

Hi. Can the client work with a TestLink https site? Thanks Fábio

lczub commented 3 years ago

Hello Fábio, sorry for the very late response. It should be possible to work with a TestLink https site

You can use the optional argument context to pass a SSL context

See also xmlrpc.client

Regards Luiko