java - How to make Glassfish 4.0 WebService use TLSv1.1 or TLSv1.2 -


good day, everyone, have jax-ws (metro) web service running on glassfish 4.0 receives inbound https messages. has been running great (over tlsv1.0), vendor sending messages wants require sent on tlsv1.1 or tlsv1.2. gf4.0 uses jdk7 default supports tlsv1.2 disabled default. how turn on web service can still receive messages?? can in pojo client (outbound), having issues configuring server same (inbound).

i have tried going gf admin console\configurations\server-config\jvm settings , adding jvm option -dhttps.protocols=tlsv1.2 seems have no affect...

thanks in advance! :)

tls 1.2 should enabled default. can disable tls , tls1.1 using following asadmin commands

asadmin set configs.config.server-config.network-config.protocols.protocol.http-listener-2.ssl.tls-enabled=false   asadmin set configs.config.server-config.network-config.protocols.protocol.http-listener-2.ssl.tls11-enabled=false 

if have other https listeners configured other default replace http-listener-2 name of http-listener , server-config name of configuration e.g. default-config.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -