Archive for October 2004

You are currently browsing the The Wandering Mind weblog archives for October, 2004.

SSL Certificate for My CA

October 31, 2004 @ 1:32 am

This is the certificate for my CA (This is a new certificate as of October 31, 2004). By adding this certificate to a mail client or browser my ssl secure web pages can be accessed without annoying warning messages. It is also a requirement to us secure POP3, IMAP and SMTP on mail.adis.ca. (more…)

Redirect HTTP Requests

October 18, 2004 @ 9:35 pm

Here is a small perl script I wrote to redirect http requests from one server to another. Intead of running web server software, such as apache, this little script is invoked by inetd. The inetd daemon is configured to listen to port 80 and any incoming connection to port at is passed to this script to be handled. I make no claims that this is secure or reasonable thing to do.
(more…)