NuGet feed HTTPS issues

Hi,

We have configured TeamCity server URL to https://build.example.com. However, the NuGet feed for some reason uses HTTP instead of HTTPS as src URL for the packages which means we can't consume this feed at all:

 

How can we fix this?

 

Thanks

 

0
2 comments

Hi Christopher,

could you check what you have set up in "Administration - Global Settings" as the server url?? Could you also check what is displayed in the NuGet Feed configuration??

0

@Christoffer, if you have reverse proxy between TeamCity server and clients you need to ensure that it has properly configured "x-forwarded-port"/"x-forwarded-host" headers, because NuGet feed relies on them during the response URL construction.

0

Please sign in to leave a comment.