clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.64k stars 987 forks source link

post_upgrade_checks fails with SSL error, confirmed all services running. #770

Open jezkerwin opened 2 years ago

jezkerwin commented 2 years ago

Please verify that you are building from an updated Master branch before filing an issue.

Confirmed up to date on master branch

Description of the issue:

After all VMs are deployed, running the post_upgrade_checks fails with the following errors for all services. vmnet2 and Guacamole checks are OK.

Powershell v7.2.1

Error occured on webrequest: Exception calling "DownloadString" with "1" argument(s): "The SSL connection could not be established, see inner exception."

Powershell v5.1

Error occured on webrequest: Exception calling "DownloadString" with "1" argument(s): "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."

Confirmed manually that all services, Splunk, Fleet, etc were up and running successfully.

Link to Gist Containing Build Logs:

No build logs found. I used the slow version of vagrant up <hostname> for each VM If that is preventing the logs from being created.

wrhadie commented 5 months ago

are you already solve this?