Skip to content

Commit c37a8c7

Browse files
author
Gorav Singal
committed
FIPS: Fix when OS is windows and only environment needs to be set
Fix when OS is windows and only environment needs to be set
1 parent f02639d commit c37a8c7

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)