1#
2# Jetty HTTPS Connector
3#
4[description]
5Adds HTTPS protocol support to the TLS(SSL) Connector
6
7[tags]
8connector
9https
10http
11ssl
12
13[depend]
14ssl
15
16[optional]
17http2
18http-forwarded
19
20[xml]
21etc/jetty-https.xml
22
23[ini-template]
24## HTTPS Configuration
25# HTTP port to listen on
26jetty.ssl.port=8443
27# HTTPS idle timeout in milliseconds
28jetty.ssl.idleTimeout=30000
29