B2B Data Exchange
- B2B Data Exchange 10.5.0
- All Products
#rem uncomment below lines to use OpenJSSE instead of SunJSSE for TLSv1.3 if [ -z "$JAVA_OPTS" ] ; then JAVA_OPTS="-XX:+UseOpenJSSE" else JAVA_OPTS="${JAVA_OPTS} -XX:+UseOpenJSSE" if export JAVA_OPTS
<Connector port="18443" maxHttpHeaderSize="8192" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" minSpareThreads="25" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" sslEnabledProtocols="TLSv1.3" URIEncoding="UTF-8" compression="on" compressionMinSize="2048" noCompressionUserAgents="gozilla, traviata" compressableMimeType="text/html,text/xml,text/css,text/javascript,application/javascript,application/json" ciphers="TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_GCM_SHA256" keystoreType="PKCS12" keystoreFile="conf/Default.keystore" keystorePass="changeit" keystoreProvider="OpenJSSE" server="unknown" />