Skip to content
Snippets Groups Projects
Commit 8e62f7a6 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

secureserver: FIPS option is only supported since stunnel 5.00

parent 8cf63f88
No related branches found
No related tags found
No related merge requests found
......@@ -252,8 +252,11 @@ if($stunnel_version >= 400) {
CApath = $path
cert = $certfile
debug = $loglevel
fips = no
socket = $socketopt";
if($stunnel_version >= 500) {
print STUNCONF "
fips = no";
}
if($stunnel !~ /tstunnel(\.exe)?"?$/) {
print STUNCONF "
output = $logfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment