Click to See Complete Forum and Search --> : no body html when useing ssl...


user51564
05-04-2006, 05:10 PM
here is my cofig:
Listen 443
SSLEngine on
AddType application/x-x509-ca-cert .crt
SSLCipherSuite +LOW
SSLCertificateFile "C:/path/server.crt"
SSLCertificateKeyFile "C:/path/server.key"

all i get is the header of the page no html...why?