This closes #1768
This commit is contained in:
commit
499273bd68
|
@ -609,7 +609,7 @@ public class NettyConnector extends AbstractConnector {
|
||||||
|
|
||||||
SslHandler handler = new SslHandler(engine);
|
SslHandler handler = new SslHandler(engine);
|
||||||
|
|
||||||
pipeline.addLast(handler);
|
pipeline.addLast("ssl", handler);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (httpEnabled) {
|
if (httpEnabled) {
|
||||||
|
|
Loading…
Reference in New Issue