After upgrading to Fedora 11, the Downloader for X, d4x, complains that it cannot load the shared file or library libssl.so.7.
Local SVN + Trac + SSL How-to
Objective: svn and trac up and running on a local virtual host Purpose: local development environment on intranet Valid: Fedora 8, Fedora 9, Fedora 10 Adapted from this article. Before making the below, generate ssl certificate files (if you have…
Self-Signed SSL Certificate
Adapted from this article. sudo yum -y install mod_ssl openssl openssl-devel sudo mkdir /usr/share/ssl sudo openssl genrsa -des3 -out server.key 1024 sudo openssl req -new -key server.key -out server.csr sudo cp server.key server.key.org sudo openssl rsa -in server.key.org -out server.key…
Non-www to www Redirect on Plesk Hosting
Plesk hosting offers you an option of “Use a single directory for housing SSL and non-SSL content”. Using it is sometimes bring in some problems when people type in the url starting with www and some ajax scripts are tuned…