Simple HTTPS Server
Sergio Lobo
lobo at pobox.com
Tue Dec 17 10:05:23 EST 2002
More information about the Python-list mailing list
Tue Dec 17 10:05:23 EST 2002
- Previous message (by thread): Simple HTTPS Server
- Next message (by thread): Simple HTTPS Server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I use a CustomHTTPServer.py and the CGIHTTPServer.py in a production system. Python is really amazing!!! I just have no idea how to extend the code in order to handle SSL ServerSockets. If you have any piece of code, that would be really helpful. Thanks, Sergio "Justin Shaw" <wyojustin at hotmail.com> wrote in message news:BtCcnRayUKngvWKgXTWc3w at comcast.com... > Have a look at SimpleHTTPServer.py and CGIHTTPServer.py in the standard > library. You'll have to add your own SSL support. > Easier than I ever dreamed. > > Justin > "Sergio Lobo" <lobo at pobox.com> wrote in message > news:atn29d$22a$1 at newsreader1.netway.at... > > Hello, > > > > I am looking for a way to implement a simple HTTPS server with very basic > > SSL support (no certificate verification). Any help will be VERY > > appreciated. > > > > Kind regards, > > Sergio Lobo > > > > > >
- Previous message (by thread): Simple HTTPS Server
- Next message (by thread): Simple HTTPS Server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list