Skip to content

Commit df5d87b

Browse files
authored
Merge pull request #1106 from goravsingal/fips
FIPS: Fix when OS is windows and only environment needs to be set
2 parents 4a4f23f + c37a8c7 commit df5d87b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hubblestack/daemon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,7 @@ def setup_fips_mode():
839839
import os
840840
os.environ["ENABLE_FIPS"] = "1"
841841
# print('FIPS mode enabled')
842+
return
842843

843844
import ssl
844845
ssl.FIPS_mode_set(1)

0 commit comments

Comments
 (0)