private int port2;
@Override
protected JndiRegistry createRegistry() throws Exception {
JndiRegistry registry = super.createRegistry();
registry.bind("x509HostnameVerifier", new AllowAllHostnameVerifier());
registry.bind("sslContextParameters", new SSLContextParameters());
registry.bind("sslContextParameters2", new SSLContextParameters());
registry.bind("http4s-foo", new HttpComponent());
registry.bind("http4s-bar", new HttpComponent());