common - Common code used by other classes

SSL options

Note

This features requires that you use python 3.2 or later.

A RestAuthConnection instance also has the property ‘context’, which is an ssl.SSLContext instance used for SSL connections. You can directly call methods on this instance if you want to set different SSL options. By default, verify_mode is set to CERT_REQUIRED.

Table Of Contents

Previous topic

Guide

Next topic

restauth_user - user handling

This Page