Beginning with release 2.12.0, Orchid Fusion VMS is compatible with both Java 11 and Java 8. Java 11 adds support for TLS 1.3, but in order to run Fusion's web server in secure mode (https) with TLS 1.3, additional configuration (outside of normal TLS/SSL setup) is required.
Linux:
Update /etc/opt/fusion/java.options with the following:
JAVA_OPTS="-Djdk.tls.acknowledgeCloseNotify=true"
Windows:
Append the following to C:\Program Files\IPConfigure\Orchid Fusion VMS\yajsw\conf\wrapper.conf:
wrapper.java.additional.tls.option==Djdk.tls.acknowledgeCloseNotify=true
Comments
0 comments
Please sign in to leave a comment.