jimma commented on code in PR #918:
URL: https://github.com/apache/cxf/pull/918#discussion_r844560169
##########
rt/transports/http-netty/netty-client/src/test/resources/org/apache/cxf/transport/http/netty/client/integration/ServerConfig.xml:
##########
@@ -31,7 +31,7 @@
<bean
class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"/>
<httpj:engine-factory>
<httpj:engine port="${SSLNettyClientTest.port}">
- <httpj:tlsServerParameters>
+ <httpj:tlsServerParameters sniHostCheck="false">
Review Comment:
@reta Sorry for long delay, I missed this comment. Yes, false is the
default for backward compatibility.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]