From: Jeroen H. <vex...@gm...> - 2009-12-18 16:16:03
|
On Fri, Dec 18, 2009 at 00:40, Dean Michael Berris <mik...@gm...> wrote: > On Fri, Dec 18, 2009 at 7:26 AM, Jeroen Habraken <vex...@gm...> wrote: >> On Thu, Dec 17, 2009 at 02:44, Dean Michael Berris >>> >>> Anybody have any ideas how I can easily write tests for HTTPS? >>> >> >> Hi Dean, >> >> I've attached the simplest HTTPS server I could come up with in >> Python, hard-coded to listen on 127.0.0.1:8443, as well as a >> certificate pair generated as described at >> http://panoptic.com/wiki/aolserver/How_to_generate_self-signed_SSL_certificates, >> valid for the next 65536 days. Notice that it needs pyopenssl to >> function. >> > > Nice! Thanks for these. :) > > If you don't mind though, can you branch off 0.5-devel and integrate > this there? While I can integrate that from here, it seems a lot > "cleaner" if you submit it through github. If that's too complex, then > I'll play with this one and put appropriate credits where it matters. > > Thanks again! > > -- > Dean Michael Berris > blog.cplusplus-soup.com | twitter.com/mikhailberis > linkedin.com/in/mikhailberis | facebook.com/dean.berris | deanberris.com > Hi Dean, This is indeed a bit complex, and it was meant as something to play with, so by all means, please do. Jeroen Habraken |