File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77
77
(when h2?
78
78
(.setCipherComparator context-server
79
79
@(requiring-resolve 'ring.adapter.jetty9.http2/http2-cipher-comparator)))
80
- (.setProvider context-server ssl-provider)
80
+ (when ssl-provider
81
+ (.setProvider context-server ssl-provider))
81
82
; ; classpath support
82
83
(if (string? keystore)
83
84
(if (string/starts-with? keystore " classpath:" )
236
237
:truststore-type - the format of trust store
237
238
:trust-password - the password to the truststore
238
239
:ssl-protocols - the ssl protocols to use, default to [\" TLSv1.3\" \" TLSv1.2\" ]
239
- :ssl-provider - the ssl provider, default to \" Conscrypt \"
240
+ :ssl-provider - the ssl provider
240
241
:exclude-ciphers - when :ssl? is true, additionally exclude these
241
242
cipher suites
242
243
:exclude-protocols - when :ssl? is true, additionally exclude these
You can’t perform that action at this time.
0 commit comments