luyuncheng opened a new pull request, #34:
URL: https://github.com/apache/flink-connector-opensearch/pull/34

   Allow All hostname when ssl set insecure
   
   when we have flink job we insecure cert, we use `setAllowInsecure` to trust 
all cert. 
   but when we using hostname like: "https://ip:port"; instead of domain. 
   it shows : Host name 'IPV4/IPV6' does not match the certificate subject 
provided by the peer which is www.xxx.domain
   
   so when `setAllowInsecure` we can use `ALLOW_ALL_HOSTNAME_VERIFIER`


-- 
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]

Reply via email to