Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Configure own nuget source via ssl

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
ogrod87
Posts: 1
Joined: 2017-01-24 10:36

Configure own nuget source via ssl

#1 Post by ogrod87 »

Hello,
I have issue with own nuget source via ssl.
When I want to download my own package I get an error:

Code: Select all

Unable to load the service index for source https://build-net.local/nuget/api/v2/.
  Error: TrustFailure (The authentication or decryption has failed.)
  The authentication or decryption has failed.
  Invalid certificate received from server. Error code: 0xffffffff800b0106
I did:

Code: Select all

sudo mozroots --import --machine --sync
sudo certmgr -ssl https://go.microsoft.com
sudo certmgr -ssl https://nugetgallery.blob.core.windows.net
sudo certmgr -ssl https://nuget.org
sudo certmgr -ssl https://build-net.local
nuget update -self
but it didn't help :(

I am totally beginner with debian and maybe there is something to do more?
Official nuget server works fine.

Post Reply