Public Member Functions | |
def | __init__ |
def | start_server |
def | init_context |
provide functions for the server class
Definition at line 63 of file server_classes.py.
|
Constructor Definition at line 66 of file server_classes.py. |
|
This function is used to generate the SSL context: - verify_depth -> chain depth Definition at line 90 of file server_classes.py. |
|
Start the actual server using SSL: sslv23 -> compatibility mode, can handle any of the three SSL/TLS protocol versions server.pem -> server certificate including server RSA private key ca.pem -> root certificate SSL.verify_none -> no request that the client has to send his certificate as well Definition at line 74 of file server_classes.py. |