Hi Everyone,
I am having trouble with ssl configuration on IHS 1.3.19.3, plateform Solaris8.
Please help if someone has any solution to it.
On one of our server ssl configuration works fine i.e. I can access the server using https,
if given in httpd.conf like this
LoadModule ibm_ssl_module libexec/mod_ibm_ssl_128.so
Listen 443
SSLEnable
Keyfile /opt/ibm/gsk5/sslKeys/keys.kdb
Now if I try to give it this way
ServerName 1.2.3.4
SSLEnable
Port 443
SSLClientAuth none
SSLCipherSpec 39
SSLCipherSpec 3A
SSLCipherSpec 62
DocumentRoot /opt/IBMHTTPD/htdocs/en_US
Options +Includes
AllowOverride None
order allow,deny
allow from all
ErrorDocument 500 /redirect.html
ErrorLog /opt/IBMHTTPD/logs/error_log
TransferLog /opt/IBMHTTPD/logs/access_log
It gives error in apachecl configtest command or if I try to start the IHS.
Syntax error on line 326 of /opt/IBMHTTPD/conf/httpd.conf:
Invalid command 'SSLEnable', perhaps mis-spelled or defined by a module not included in the server configuration. If I comment the line (as #SSLEnable), error remains the same, but with the next line of ssl config i.e. in my case 'SSLClientAuth none' and so on.
Pl. let me know if anyone has any solution to this.
Thanks-n-advance,
Arvind
I am having trouble with ssl configuration on IHS 1.3.19.3, plateform Solaris8.
Please help if someone has any solution to it.
On one of our server ssl configuration works fine i.e. I can access the server using https,
if given in httpd.conf like this
LoadModule ibm_ssl_module libexec/mod_ibm_ssl_128.so
Listen 443
SSLEnable
Keyfile /opt/ibm/gsk5/sslKeys/keys.kdb
Now if I try to give it this way
ServerName 1.2.3.4
SSLEnable
Port 443
SSLClientAuth none
SSLCipherSpec 39
SSLCipherSpec 3A
SSLCipherSpec 62
DocumentRoot /opt/IBMHTTPD/htdocs/en_US
Options +Includes
AllowOverride None
order allow,deny
allow from all
ErrorDocument 500 /redirect.html
ErrorLog /opt/IBMHTTPD/logs/error_log
TransferLog /opt/IBMHTTPD/logs/access_log
It gives error in apachecl configtest command or if I try to start the IHS.
Syntax error on line 326 of /opt/IBMHTTPD/conf/httpd.conf:
Invalid command 'SSLEnable', perhaps mis-spelled or defined by a module not included in the server configuration. If I comment the line (as #SSLEnable), error remains the same, but with the next line of ssl config i.e. in my case 'SSLClientAuth none' and so on.
Pl. let me know if anyone has any solution to this.
Thanks-n-advance,
Arvind