Sslpassphrasedialog, Sslprotocol – Oracle B12255-01 User Manual
Page 153
Security Services Implemented Within Oracle HTTP Server
Managing Security
8-23
SSLPassPhraseDialog
Type of pass phrase dialog for wallet access. mod_ossl
asks the administrator for a pass phrase in order to access the wallet.
SSLProtocol
Specifies SSL protocol(s) for mod_ossl to use when establishing the
server environment. Clients can only connect with one of the specified protocols.
Category
Value
Valid Values
■
builtin
: when the server is started, mod_ossl prompts for a
password for each wallet.
This cannot be used when Oracle HTTP Server is managed by OPMN.
No user interaction is allowed when Oracle HTTP Server is started by
OPMN.
■
exec:path/to/program
- when the server is started, mod_ossl
calls an external program configured for each wallet. This program is
invoked with two arguments: servername:portnumber and RSA
or DSA.
Syntax
SSLPassPhraseDialog
type
Example
SSLPassPhraseDialog exec:/usr/local/apache/sbin/pfilter
Default
SSLPassPhraseDialog builtin
Context
server configuration
Category
Value
Valid Values
SSLv3
SSL version 3.0
Example
To specify only SSL version 3.0, set this directive to the
following:
SSLProtocol +SSLv3
Syntax
SSLProtocol [+-] protocol
Default
SSLProtocol +SSLv3
Context
server configuration, virtual host