Simple HTTPS Server
Justin Shaw
wyojustin at hotmail.com
Tue Dec 17 09:09:48 EST 2002
More information about the Python-list mailing list
Tue Dec 17 09:09:48 EST 2002
- Previous message (by thread): Simple HTTPS Server
- Next message (by thread): Simple HTTPS Server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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