Month: Mai 2012

DHCP Commit Reporting

We have a rather large DHCP-Setup here consisting of several subnets, ranges, groups and such. Additionally we’re using static assignments here with hosts not within any configured range. Yeah, I know, that’s not DHCP in its pure form, get over it. However, as we redesigned the complete setup with a fresh new and optimized configuration Read More

Creating a SSL HTTP server in Python

I’m currently investigating the use of the HTTP-Server capabilities of Python. While simple HTTP works like a charm, I was wondering on how to embed SSL into that. I came across an ActiveState recipe by Sebastien Martini located here: [[http://code.activestate.com/recipes/442473-simple-http-server-supporting-ssl-secure-communica/]] However, that thing didn’t work. At least not on my mac. What did work was Read More