You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support providing a value for the boolean disableSniHostCheck property to support configuration via external config, system property, environment variable, etc.
The text was updated successfully, but these errors were encountered:
* Add the ability to configure disableSniHostCheck in TlsConfigProvider
* Fix the "see" reference in TlsConfigProvider javadocs
* Create TestHelpers utility class and extract common code into
factory methods to create FieldResolverStrategy instances and
a method to mock KiwiEnvironment to return a specified value
Closes#250Closes#251
* Add the ability to configure disableSniHostCheck in TlsConfigProvider
* Fix the "see" reference in TlsConfigProvider javadocs
* Create TestHelpers utility class and extract common code into
factory methods to create FieldResolverStrategy instances and
a method to mock KiwiEnvironment to return a specified value
Closes#250Closes#251
Blocked by kiwiproject/kiwi#1080 and release 3.2.0 of kiwi
Support providing a value for the boolean
disableSniHostCheck
property to support configuration via external config, system property, environment variable, etc.The text was updated successfully, but these errors were encountered: