heroku / dotnet-buildpack

ASP.NET 5 Buildpack
MIT License
92 stars 111 forks source link

Building fails on Dokku during kpm restore. #1

Closed sampettersson closed 9 years ago

sampettersson commented 9 years ago

I'm having some issues running this buildpack on the dokku platform, the build process always halts at ´kpm restore´ giving out an error message like "ERROR building certificate chain:[...]".

During the push-process to a dokku server: https://gist.github.com/sampettersson/f5b7e99e30b692b76e46 Building on herokuish: https://gist.github.com/sampettersson/52a2b47366d915062ffc

Do you guys have any idea of what may be happening here?

Referencing the issue over at buildstep: https://github.com/progrium/buildstep/issues/147

joozek78 commented 9 years ago

I have similar problem running aspnet sample application on heroku. Is this repository even supported?

sampettersson commented 9 years ago

Try this buildpack https://github.com/sampettersson/dotnet-buildpack made some minor changes making it compile and run, basically kpm restore uses http instead of https to download packages which was the issue on dokku. Not really an advised solution, but atleast it works.

nickserv commented 8 years ago

Was this issue fixed on this repo's master branch? Your fork seems to 404.