> Zaki Akhmad wrote:
> But when I'm changing the access_control/*.template to
> protocol = ssl
> symmetric_keylenghth = 128
>
> The Error 6251043, General Error Aborting connection - you are using a
> too short symmetric keylength (), shows up.

Does your apache configtest complain about an unknown option "SSLOptions"?
If not, it doesn't matter if you use apache-ssl or mod-ssl. There are
exactly the same environment variables exported.

I believe you set this option in a wrong context,

Try this:

<Directory /path/to/openca/httpd/cgi-bin/>
  SSLOptions +StdEnvVars
<Directory>

in your SSL directive.

Ralf


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to