cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
656 stars 225 forks source link

Certificate of www.cloudbase.it expired #348

Closed ym closed 3 years ago

ym commented 3 years ago

Hi, we found that one of the certificates for www.cloudbase.it expired and it caused that image build fail to download Cloudbase-init.

Could you fix it? Thanks.

https://www.ssllabs.com/ssltest/analyze.html?d=www.cloudbase.it

8/14/2020 8:56:14 AM - Downloading Cloudbase-Init...
WARNING: Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could not 
establish trust relationship for the SSL/TLS secure channel."
WARNING: Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could not 
establish trust relationship for the SSL/TLS secure channel."
WARNING: Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could not 
establish trust relationship for the SSL/TLS secure channel."
8/14/2020 8:56:27 AM - Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."
Invoke-Command : Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could 
not establish trust relationship for the SSL/TLS secure channel."
At C:\actions-runner\_work\cloud-image-builder\cloud-image-builder\elements\windows\windows-openstack-imaging-tools\Win
ImageBuilder.psm1:84 char:20
+             $res = Invoke-Command -ScriptBlock $command
+                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Invoke-Command], MethodInvocationException
    + FullyQualifiedErrorId : WebException,Microsoft.PowerShell.Commands.InvokeCommandCommand

##[error]Process completed with exit code 1.
alexpilotti commented 3 years ago

Sorry about that, a web service worker got stuck after a x509 renewal, fixed. Thanks for reporting this.

ryan1336 commented 3 years ago

FYI, this is happening again