ewsterrenburg / python-otrs

Pythonic interface to OTRS SOAP API
GNU General Public License v3.0
47 stars 27 forks source link

Add support for optional SSL context #8

Closed challs closed 8 years ago

challs commented 8 years ago

This is useful when additional SSL context is required, for example to specify a client certificate or specify ciphers.

Extend the GenericTicketConnector constructor to accept an SSL context. This is then passed to urllib2.urlopen.

ewsterrenburg commented 8 years ago

Makes sense to include this. Thanks @challs