I am currently looking into using Octopus for our deployments. I'm trying to push the latest .nupkg file to our Octopus server as follows.
NuGet.exe push outputfolder\My.nupkg -ApiKey myapikey -Source https://myproject.octopus.app/nuget/packages
However I'm getting the following error.
The request was aborted: Could not create SSL/TLS secure channel.
I've never seen this error before. What causes this error and how do I fix it?