We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
currently try to install Rhino.Compute from Germany, Europe.
I'm getting a :
Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel." At line:7 char:5 + (New-Object System.Net.WebClient).DownloadFile($url, $output) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : WebException
Comming from the bootstrap-2 shell script by the line
Download $downloadurl "$appDirectory/compute.zip"
in module_compute.ps1.
Its also seems that the URL https://nightly.link/mcneel/compute.rhino3d/actions/artifacts/2238862453.zip is blocked by Blueshield:
Dont know, if you guys can fix any of the issues. But it seems to be something i cant fix from my side.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
currently try to install Rhino.Compute from Germany, Europe.
I'm getting a :
Comming from the bootstrap-2 shell script by the line
Download $downloadurl "$appDirectory/compute.zip"
in module_compute.ps1.
Its also seems that the URL https://nightly.link/mcneel/compute.rhino3d/actions/artifacts/2238862453.zip is blocked by Blueshield:
Dont know, if you guys can fix any of the issues. But it seems to be something i cant fix from my side.
The text was updated successfully, but these errors were encountered: