HTTP Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP) for secure communication over a network.
To change protocol from HTTP to HTTPS, follow these steps:
1. Create SSL related certificates and import to respective servers.
2. Enable SSL on a desired Port (example 9443) on your existing and already deployed web application servers.
3. Execute PortC Utility to change the Servlet port to hold new SSL port and Servlet Protocol from http to https. For details, see Changing IP/ Hostname, Ports, Deployed paths, Protocol of the OFSAA Instance.
4. When SSL/TLS is configured on Java 7, navigate to $FIC_HOME/utility/Migration/bin path and modify the ObjectMigration.sh file as given:
$JAVA_BIN/java $X_ARGS_OBJMIG -Dhttps.protocols=TLSv1.2 -classpath $_CLASSPATH $MAIN_JAVA_CLASS $MIGRATION_HOME> $LOG_FILE
NOTE |
For more information, see the link: https://bugs.openjdk.java.net/browse/JDK-8151387. |