-
Notifications
You must be signed in to change notification settings - Fork 252
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
Certificate error on https://nuget.smbsrc.net #6082
Comments
cc @skofman1 |
@FeodorFitsner, thanks for letting us know. We have passed on this information/feedback to SymbolSource.org. |
As written here, it is possible to work around this certificate expiration by going through http instead...
Of course this then means the thing goes un-encrypted over the Internet, likely the API key too. (Unless some application level ciphering is done by NuGet on it.) |
Is there any update guys? I can't believe installing a new certificate could take so long. Is there any way to approach SymbolSource.org maintainers directly? |
Still errs out. Any progress? |
We have passed this info to the symbolsource folks, but haven't gotten a response. |
Folks, please see #6101 for a potential fix to this problem. |
@mishra14 that's not a fix to the problem but rather a way out to not fail CI builds on secondary push to SymbolSource. |
Looks like the certificate was updated. |
Closing this issue now as the cert was renewed. Nevetheless, we plan to stop auto-push of packages to SymbolSource as announced here: NuGet/Announcements#13 |
It seems the certificate expired again |
It's expired again |
Yep, publishing of symbol packages from AppVeyor builds is not working. |
If you are publishing portable PDBs take a look at the NuGet hosted Symbol server: https://blog.nuget.org/20181116/Improved-debugging-experience-with-the-NuGet-org-symbol-server-and-snupkg.html |
We are having trouble as well |
One year later, certificate is expired again.... |
C'mon (( |
Use @skofman1's suggestion. That worked for me. |
@skofman1 Am I correct to assume |
@FeodorFitsner , the blog provides all the details on this. You will need to build your code using VS 2017 15.9 to generate the PDBs. There were changes to the compiler in 15.9 that are required. |
OK, what about VS 2015 support with "old" symbol packages? |
I'm using VS 2015 but building with |
Right, but I'm talking about "traditional" .NET Framework apps. |
I build netstandard2.0 and net 45 using <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> |
Apparently the SSL certificate for SymbolSource has expired, throwing a build error for our NuGet deploy. re: NuGet/Home#6082 (comment)
Apparently the SSL certificate for SymbolSource has expired, throwing a build error for our NuGet deploy. re: NuGet/Home#6082 (comment)
Apparently the SSL certificate for SymbolSource has expired, throwing a build error for our NuGet deploy. re: NuGet/Home#6082 (comment)
The legacy format is not supported by NuGet's own symbols server, and the SymbolSource server is currently experiencing a certificate expiration event, which seems to be a somewhat recurring issue (NuGet/Home#6082). More info: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
The legacy format is not supported by NuGet's own symbols server, and the SymbolSource server is currently experiencing a certificate expiration event, which seems to be a somewhat recurring issue (NuGet/Home#6082). More info: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
The legacy format is not supported by NuGet's own symbols server, and the SymbolSource server is currently experiencing a certificate expiration event, which seems to be a somewhat recurring issue (NuGet/Home#6082). More info: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
The legacy format is not supported by NuGet's own symbols server, and the SymbolSource server is currently experiencing a certificate expiration event, which seems to be a somewhat recurring issue (NuGet/Home#6082). More info: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
Same problem here. |
In other words, the certificate has expired again. That is the third time it expires without being renewed on time. Isn't this slightly deceptive? |
Checkout NuGet symbol server: https://blog.nuget.org/20181116/Improved-debugging-experience-with-the-NuGet-org-symbol-server-and-snupkg.html |
...and if you are deploying from AppVeyor |
@anangaur, @FeodorFitsner , the new symbol system is very likely to be well known by most people here, and that is not the subject. Letting a certificate expiring without renewing it is no way of obsoleting a feature previous version. |
@fredericDelaporte I agree. I'm not sure I understand who is standing behind that web site, who is responsible for its maintenance? |
Getting an error while pushing symbols package with NuGet 4.1 command-line client on Windows:
Opening https://nuget.smbsrc.net in the browser confirms the problem with certificate.
The text was updated successfully, but these errors were encountered: