when a switchyard reference is to an http endpoint that uses SNI, a javax.net.ssl.SSLPeerUnverifiedException is thrown. Steps to recreate: git clone https://github.com/mlybarger/sni-example.git cd sni-example && mvn package && sudo docker build --tag=switchyard-app . && sudo docker run switchyard-app this uses an http endpoint. a similar exception exists when using a rest endpoint. |