Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- SSL parameters
- Parameter: acceptsharedcert
- Parameter: cacsignon
- Parameter: ciphers
- Parameter: fipsmode
- Parameter: keystoreFile
- Parameter: keystorePass
- Parameter: keystoreType
- Parameter: onewayssl4ws
- Parameter: ssl
- Parameter: sslConnector
- Parameter: sslEnabledProtocols
- Parameter: ssl_reqClientAuth
- Parameter: ssl_trustedClientsJKS
- Parameter: ssl_trustedClientsPwd
- Parameter: trustedsignon
- Parameter: truststoreType
- Web Parameter: cacerts
- Web parameter: CACLogin
- Web parameter: secureLogin
- Web Parameter: ssl
- Web parameter: sslPort
Parameter: sslEnabledProtocols
Parameter
sslEnabledProtocols
Description
This parameter defines a comma separated list of SSL protocols to support for HTTPS connections of the Service Manager Server.
- If specified, only the protocols that are listed and supported by the SSL implementation will be enabled. The following value is used for this parameter by default: TLSv1,TLSv1.1,TLSv1.2.
- If not specified, the JVM default (excluding SSLv2 and SSLv3 if the JVM enables either or both of them by default) is used.
Note You are recommended to use the default value. If you want to use another value, keep in mind that TLSv1.2 is always mandatory, and TLSv1 is also mandatory when you use WebSphere Application Server for the Web Tier or Mobility Client.
Valid if set from
Server's operating system command prompt
Initialization (sm.ini) file
Requires restart of the Service Manager server?
Yes
Default value
TLSv1,TLSv1.1,TLSv1.2
Possible values
Supported combinations of the following values (comma-separated): TLSv1, TLSv1.1, and TLSv1.2 (see the note in the description)
Example usage
sslEnabledProtocols:TLSv1,TLSv1.1,TLSv1.2