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 8c07b77 commit bcfac6cCopy full SHA for bcfac6c
templates/vhost/_ssl.erb
@@ -13,7 +13,7 @@
13
SSLProtocol <%= [@ssl_protocol].flatten.compact.join(' ') %>
14
<%- end -%>
15
<%- if @ssl_cipher -%>
16
- SSLCipherSuite <%= @ssl_cipher %>
+ SSLCipherSuite <%= [@ssl_cipher].split(':').flatten.compact.join(':') %>
17
18
<%- if not @ssl_honorcipherorder.nil? -%>
19
SSLHonorCipherOrder <%= scope.call_function('apache::bool2httpd', [@_ssl_honorcipherorder]) %>
0 commit comments