Python support for SSL and HTTPS is not installed

I wanted to give Google’s new Go language a try which requires checking out the source code with Mercurial. Mercurial was installed from ports on my Mac with sudo port install mecurial But checking out the code threw an error. Chill:~ rus$ hg clone -r release https://go.googlecode.com/hg/ $GOROOT abort: Python support for SSL and HTTPS […]

Apache2 with SSL and Tomcat5.5 on Ubuntu

One of the newer features to our site is an access control mechanism to force specific paths to only be delivered over SSL when our customers have particularly sensitive data. We already use Apache2 with mod_jk to talk to the Tomcat5.5 instance running our app so the only part left is to enable SSL! First […]