mod_ssl    
 Installation 
 
Title
About
News
Documents
Example
Source Code
Support
Related

 

SSL Connection Test

This page is a little test suite for the connection between you and the website www.modssl.org (which is currently running ). You can easily switch between HTTP (standard connection with no security) and HTTPS (secured connection through SSL) with the following two buttons:

\"HTTP\"\n"; print "\"HTTPS\"\n"; } else { print "\"HTTP\"\n"; print "\"HTTPS\"\n"; } !>

\n"; print "\n"; print "\n"; $coln = 1; foreach $entry (@{$table}) { my ($name, $var) = @{$entry}; $coln = ($coln + 1) % 2; $col = $COL[$coln]; $val = $ENV{$var} || "empty"; print "\n"; } print "
$title
$name $val $var
\n"; } !>