Skip to content
New issue

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

Fix security workshop deployment #775

Merged
merged 1 commit into from
Apr 8, 2020
Merged

Fix security workshop deployment #775

merged 1 commit into from
Apr 8, 2020

Conversation

liquidat
Copy link
Contributor

@liquidat liquidat commented Apr 8, 2020

SUMMARY

Security workshop deployment fails currently due to PackageProvider problems. This fixes it.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
  • provisioner
ADDITIONAL INFORMATION

Current deployments (and tests) fail with this error:

Find-PackageProvider : No match was found for the specified search criteria and package name 'Nuget'. Try
    Get-PackageSource to see all available registered package sources.

In my understanding dot net reaches out to servers which have strong encryption activated, and dotnet has not, thus download fails.
This PR activates the strong encryption thanks to this thread on answers.microsoft.com. Tested, deploys now.

@IPvSean IPvSean merged commit a073170 into ansible:devel Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants