>>You can't use connectSSL in combination with UNIX sockets
I'm working on a rewrite of this system which will use endpoints once complete. So far I've got basic server and client endpoints running over TLS through our reverse proxy. Its working as expected on a given port, but I'd rather have the server listen on a unix socket. Based on your comment it sounds possible for a client to connect to a socket over TLS, but is it possible for a server to listen on one over TLS? I've tried several different approaches and can't seem to find a way.
I tried wrapping a UnixServerEndpoint with my CertificateOptions, then tried to find a way to pass a socket path into a SSL4ServerEndpoint
Can't seem to find a corresponding wraperServerTLS to the client function Tim posted.
Thanks for your help, and thanks for writing Twisted. :)
~Sean