hi to all..

i have to enable SSL Module in my installation of OTRS... i follow the
guide found here:
http://faq.otrs.org/otrs/public.pl?Action=PublicFAQZoom;ItemID=333

but, when i start apache i have this error:

Syntax error on line 62 of C:/Program Files
(x86)/OTRS/Apache/conf/extra/httpd-ssl.conf:
SSLSessionCache: Invalid argument: size has to be >= 8192 bytes

--------------------
this is the file httpd-ssl.conf:

#   Inter-Process Session Cache:
#   Configure the SSL Session Cache: First the mechanism
#   to use and second the expiring timeout (in seconds).
#SSLSessionCache         "dbm:C:/PROGRA~2/OTRS/Apache/logs/ssl_scache"

#line 62
*SSLSessionCache
 "shmcb:C:/PROGRA~2/OTRS/Apache/logs/ssl_scache(512000)"*
*
*
SSLSessionCacheTimeout  300


--------------------
to generate the certificate i use *openssl.conf* (i found a copy in
OTRS\Apche\conf) and this command:

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout otrs.key -out
otrs.crt  - config openssl.cnf


--------------------

in the SysConfig -> Framework -> Core::HttpType i set https



exist an other procedure to enable the https connection to portal?
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to