How to Configure Security for an HTTP Publish-Subscribe Channel

Managing SSL 25-3

25.2 Editing SSL Configuration

You can only view the SSL configuration of your Oracle CEP server using Oracle CEP Visualizer. To change the configuration, you must manually update the servers config.xml file. For more information, see Configuring SSL to Secure Network Traffic in the Oracle Complex Event Processing Administrators Guide. Trust Store The file path and name of the key store certificate file contains a self-signed certificate. The file path is relative to the ORACLE_CEP_HOMEuser_ projectsdomainsDOMAIN_DIRservername directory, where ORACLE_CEP_HOME refers to the Oracle CEP installation directory such as d:oracle_cep, DOMAIN_DIR refers to the domain directory such as my_domain, and servername refers to the server instance directory such as server1. Trust Store Pass The trust store password. Trust Store Alias The trust store alias. Trust Store Type The trust store type. Trust Manager Algorithm The trust store algorithm. Enforce Fips Whether or not Oracle CEP server uses a Federal Information Processing Standards FIPS-certified pseudo-random number generator for SSL. For more information, see FIPS in Oracle Complex Event Processing Administrators Guide. Need Client Auth Whether or not Oracle CEP server uses client authentication. Secure Random Algorithm The FIPS secure random algorithm, such as FIPS186PRNG. Secure Random Provider The FIPS secure random provider, such as com.rsa.jsafe.provider.JsafeJCE . Cipher The SSL ciphers. Table 25–1 Cont. SSL Options Option Description 25-4 Oracle Complex Event Processing Visualizer Users Guide A Oracle CQL Query Wizard Template Schema Reference A-1 A Oracle CQL Query Wizard Template Schema Reference Example A–1 lists the XML schema document XSD you use when creating a template for use in the Oracle CQL Query Wizard. For more information on creating a template, see Section 6.1.10, How to Create an Oracle CQL Template for the Query Wizard . Example A–1 wlevs_queryconstructor_config.xsd ?xml version=1.0 encoding=UTF-8? xs:schema xmlns=http:www.bea.comnswlevsconfigqueryconstructor xmlns:xs=http:www.w3.org2001XMLSchema targetNamespace=http:www.bea.comnswlevsconfigqueryconstructor -- This is the first draft for the xsd used by the query constructor feature of the visualizer. -- -- The types of Operators supported by the query constructor-- xs:simpleType name=operatorTypes xs:restriction base=xs:string xs:enumeration value=DStream xs:enumeration value=Filter xs:enumeration value=Intersect xs:enumeration value=IStream xs:enumeration value=Join xs:enumeration value=Minus xs:enumeration value=Output xs:enumeration value=Pattern xs:enumeration value=RStream xs:enumeration value=Select xs:enumeration value=Source xs:enumeration value=Union xs:enumeration value=Window xs:restriction xs:simpleType xs:simpleType name=timeUnitTypes xs:restriction base=xs:string xs:enumeration value= xs:enumeration value=nanoseconds xs:enumeration value=milliseconds xs:enumeration value=microseconds xs:enumeration value=seconds xs:enumeration value=minutes xs:enumeration value=hours xs:enumeration value=days xs:restriction