We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc887a0 commit 94bc831Copy full SHA for 94bc831
src/js/helpers/haproxy.js
@@ -8,7 +8,10 @@ export default (form, output) => {
8
9
function haproxy_ssl_default_opts (tag) {
10
var conf =
11
+ (minver("2.9.0", form.serverVersion) || tag === 'bind'
12
+ ?
13
' ssl-default-'+tag+'-curves '+output.tlsCurves.join(':')+'\n'+
14
+ : '')+
15
(output.ciphers.length
16
?
17
' ssl-default-'+tag+'-ciphers '+output.ciphers.join(':')+'\n'
0 commit comments