Products | Versions |
---|---|
TIBCO MDM | - |
Not Applicable | - |
Description:
When EMS is configured for SSL and when trying to do manual indexing using textindexmigration.sh, an error will be thrown.
Modify the textindexmigration.sh/bat file to pass following parameters. Dcom.tibco.tibjms.naming.security_protocol=ssl |
Djsse.providerClass=com.ibm.jsse2.IBMJSSEProvider2 |
Dcom.tibco.tibjms.ssl.expected_hostname=server |
Dcom.tibco.tibjms.ssl.enable_verify_host_name=false |
Dcom.tibco.tibjms.ssl.enable_verify_host=false |