Expired TLS certificate on ping.detectionlab.network, preventing retrieval of the preseed config for ESXi deployment
Open
- Dominant language
- HTML
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
* Deploying via (VirtualBox/VMWare/AWS/Azure/ESXi): ESXi
### Description of the issue:
The TLS certificate of `ping.detectionlab.network` is expired, preventing access to `http://ping.detectionlab.network/preseed.cfg` for the Packer ubuntu image. As a result, the provisioning process hangs at `Waiting for SSH to become available...`.
Switching to `http` in the `ESXi/Packer/ubuntu1804_esxi.json` configuration file fixes the issue (but is more a hacky fix than a lasting solution):
```
preseed/url=http://ping.detectionlab.network/preseed.cfg
```
Contributor guide
Assessment
This issue has not been assessed yet.