Hello? Rfd, anyone?
Thus wrote Fabiano Sidler:
> Thus wrote Fabiano Sidler:
> > What's the reason for this? Please find attached my TLSServer.
>
> Oh, sorry...! Apparently, the attachment has been stripped. Here inline:
>
> === tlsserver.py ===
> from socketserver import ThreadingTCPServer,Strea
Thus wrote Fabiano Sidler:
> What's the reason for this? Please find attached my TLSServer.
Oh, sorry...! Apparently, the attachment has been stripped. Here inline:
=== tlsserver.py ===
from socketserver import ThreadingTCPServer,StreamRequestHandler
import ssl
class TLSServer(ThreadingTCPServer
Hi folks!
I have written a TLSServer for testing purposes that generates
self-signed certificates upon request. This works pretty well
except that the certificates are always supplied one request too
late:
# gets no cert, but a handshake failure instead
$ openssl s_client -connect localhost:1234