I did setup SSL according to
http://pascal.scheffers.net/patch/openssl.txtconfig file setup is as follows.
ns_section "ns/server/{server name}/modules/nsopenssl"
ns_param port 443
ns_param hostname xxx.xxx.xx.jp
ns_param Address xx.xxx.xxx.xx
ns_param CertFile /home/aol31/ssl/cert.pem
ns_param KeyFile /home/aol31/ssl/key.pem
ns_param Protocol All
#ns_param Protocol SSLv2
#ns_param Protocol SSLv3
#ns_param Protocol TLSv1
#ns_param CipherSuite "ALL:!
ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"
ns_param ClientVerify false
ns_param CADir ca
ns_param CAFile ca.pem
ns_param Trace false
but https protocol is not show up
and in error-log
[01/Aug/2002:02:34:03][15999.1024][-main-] Notice: Caching
RestrictToSSL for 1625 to acs-admin/*
[01/Aug/2002:02:34:04][15999.1024][-main-] Notice: Caching
RestrictToSSL for 94289 to admin/*
What was wrong ? Is anyone have some idea to improve situation.