Bug #2857
Website Monitoring doesn't support FIPS mode on Cloud
Start date:
09/24/2020
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey about 4 years ago
Problem:
Inputs not generating data
- nothing What do internal logs say?
- index=_internal traceback
- nothing What does the health page say?
- Nothing
- 7.2.9.1 What version of Splunk is this?
- 7.2.9.1
- yes Do the inputs get created?
- They get created
- no Does the search command work?
- | webping https://splunk.com
- 2.9.1 What version is this?
- 2.9.1
- No Is this on SHC?
- No
- yes Does 7.2.9.1 work locally?
- It does
- This is in cloud
- wget can get to the page
- StreamedSearch - Streamed search connection terminated
- This host has FIPS mode enabled but it is not detecting that FIPS is enabled
- print(WebPing.is_fips_mode()) returns false
- https://docs.splunk.com/Documentation/Splunk/latest/Security/SecuringSplunkEnterprisewithFIPs
- Splunk tells you the FIPS mode status
- curl -s -k -u admin:changeme https://localhost:8089/services/server/info | grep fips_mode
#2 Updated by Luke Murphey about 4 years ago
- Subject changed from Issue with Website Monitoring to Website Monitoring doesn't support FIPS mode on Cloud
#3 Updated by Luke Murphey about 4 years ago
How do I patch get_file_path()?
Questions:- Where is it called?
- get_checkpoint_data()
- save_checkpoint_data()
- Could I not just drop the old md5 algorithm?
#4 Updated by Luke Murphey about 4 years ago
- Status changed from New to In Progress
#5 Updated by Luke Murphey about 4 years ago
- Status changed from In Progress to Closed
- Assignee set to Luke Murphey
- Target version set to 2.9.4
#6 Updated by Luke Murphey about 4 years ago
- % Done changed from 0 to 100