blackhole.ssl_utils

Utility functions for SSL wrapped sockets.

This module provides a simple default SSL configuration for the blackhole server and also exposes a custom ‘BlackholeSSLException’ for SSL-based exceptions.

blackhole.ssl_utils

exception blackhole.ssl_utils.BlackholeSSLException[source]

A simple Exception class

blackhole.ssl_utils.verify_ssl_opts()[source]

Verify our SSL configuration variables are correctly set-up.

Table Of Contents

Previous topic

blackhole.opts

Next topic

blackhole.state

This Page