VerifyingServerSSL

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/VerifyingServerSSL.rst

methods and attributes

class lib_openmolar.server.servers.verifying_servers.VerifyingServerSSL(addr, KEYFILE, CERTFILE)[source]

Bases: lib_openmolar.server.servers.verifying_servers.VerifyingServer

an extension of SimpleXMLPRCServer which enforces ssl connection, and user authentication

__init__(addr, KEYFILE, CERTFILE)[source]

Table Of Contents

Previous topic

VerifyingServer