Compare commits

..

1 Commits

Author SHA1 Message Date
Jenkins Server
9132f25b92 Recommit for updates in build 48 2026-03-15 15:47:05 +01:00

View File

@@ -33,7 +33,7 @@ connection_timeout=<%= @ne_connection_timeout %>
allow_weak_random_seed=<%= @ne_allow_weak_rnd_seed %> allow_weak_random_seed=<%= @ne_allow_weak_rnd_seed %>
<% if @ne_enable_ssl == true -%> <% if $ne_enable_ssl == true -%>
ssl_version=<%= @ne_ssl_version %> ssl_version=<%= @ne_ssl_version %>
ssl_use_adh=<%= @ne_ssl_use_adh %> ssl_use_adh=<%= @ne_ssl_use_adh %>
ssl_cipher_list=<%= @ne_ssl_cipher_list %> ssl_cipher_list=<%= @ne_ssl_cipher_list %>