wso2 / product-micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
204 stars 221 forks source link

Add web socket transport sender hostname verification #3766

Closed tharindu-nw closed 1 week ago

tharindu-nw commented 2 weeks ago

Adding the following parameter to the WSS transport sender in the axis2.xml will enable hostname verification for the web socket transport sender.

<parameter name="ws.client.enable.hostname.verification" locked="false">true</parameter>

Porting https://github.com/wso2/carbon-mediation/pull/1692