×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Mike,
Are these directives dependent on what SSL mod was compiled into Apache
? Do I ignore what the non-iseries Apache manuals say about SSL and only
look at what IBM says ?
I think you're on the right track. See, Apache isn't really one program
-- it's a collection of modules. Each module can have it's own
configuration directives.
You could even write your own module, maybe call it "mod_mike", and have
configuration directives such as "IWannaBeLikeMike on" :)
Anyway... In the case of SSLCipherSpec it's a keyword that's used by a
module called "mod_ibm_ssl" this is the IBM SSL module.
Whereas, "SSLCipherSuite" is part of a module called "mod_ssl" which is an
SSL module based on the OpenSSL open-source encryption library. AFIAK,
OpenSSL doesn't currently run on the iSeries, but maybe someone will port
it some day. If they ever do, then you'd have a choice as to whether you
prefer to use "mod_ibm_ssl" vs. "mod_ssl". And, at that point, the
difference between SSLCipherSpec and SSLCipherSuite would become important
:)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.