|
Home > Archive > WebSphere HTTP Server > December 2005 > is SSLCipherSuite supported by IHS 2.0.47.1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
is SSLCipherSuite supported by IHS 2.0.47.1
|
|
| Phil Tung 2005-12-20, 6:07 pm |
| In httpd.conf, I have SSLCipherSuite directive and
LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
When I started IHS and I got the following msg:
Invalid command 'SSLCipherSuite',
perhaps mis-spelled or defined by a module not included in the server configuration
Any suggestions ?
Thanks,
Phil
| |
| Sunit Patke 2005-12-20, 6:07 pm |
| You can use SSLCipherSpec directive in IHS.
e.g
SSLCipherSpec 3A
SSLCipherSpec 35
SSLCipherSpec 34
SSLCipherSpec 27
SSLCipherSpec 21
SSLCipherSpec 23
#
Sunit
"Phil Tung" <ptung2@netscape.net> wrote in message
news:1628521362.1135089428478.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
> In httpd.conf, I have SSLCipherSuite directive and
> LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
>
> When I started IHS and I got the following msg:
>
> Invalid command 'SSLCipherSuite',
> perhaps mis-spelled or defined by a module not included in the server
> configuration
>
> Any suggestions ?
> Thanks,
> Phil
|
|
|
|
|