[Haskell-cafe] Automating Hackage accounts

Jeremy Shaw jeremy at n-heptane.com
Thu Jun 13 17:13:54 CEST 2013


No idea, But if not, it should be trivial to add support. The two main
issues would be getting an SSL certificate (if one does not already exist)
and then making sure that the links do not hardcode the schema. So //
hackage.haskell.org/foo instead of http://hackage.haskell.org/.

Then the site can be served using simpleHTTPS instead of simpleHTTP.

- jeremy


On Thu, Jun 13, 2013 at 9:48 AM, Niklas Hambüchen <mail at nh2.me> wrote:

> > As for the user account creation and uploading packages you don't own,
> > Hackage 2 (any day now) has fixes for both.
>
> Does Hackage 2 have SSL at least for the web interface?
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130613/8e8fe8ab/attachment.htm>


More information about the Haskell-Cafe mailing list