Cro: libraries and tools for building reactive services in Perl 6 | cro.services/ | Logs: irclog.perlgeek.de/cro/
Set by moderator on 13 May 2018.
01:57 ilbot3 joined
moderator Cro: libraries and tools for building reactive services in Perl 6 | cro.services/ | Logs: irclog.perlgeek.de/cro/
09:01 titsuki_ joined 19:01 lancew joined 19:08 b2gills joined 19:11 lance_w[m] joined 19:27 timotimo joined
timotimo yo 19:27
19:38 lancew joined 20:36 lancew joined
lancew Hi, all. Having got TLS and HTTP2 setup for my cro app, waswondering about how I might make the session cookie "secure", as in the secure setting on the cookie, is that something I can set in ENV/serivce.p6 (I am currently using in-memory sessions) 21:20
timotimo greetings lance 22:21
i tuned in to your stream a few times, usually shortly before it ended :S 22:22
lancew hi timotimo, oh gosh someone watched lol.
timotimo i want to stream livecoding at some point, too. obs is a lot of fun to play around with 22:23
though i imagine streaming without at least one extra monitor would suck 22:24
lancew Would love to watch! Yes, multiple machines/screens is really helpful
timotimo i even have a decent microphone; i bought that many years ago when i first wanted to get into streaming 22:25
lancew If I can help at all let me know!
jnthn lancew: Well, the best way (though it'd need patching Cro) is probably just to add a `has $.cookie-secure` option in the role and then use it at github.com/croservices/cro-http/bl...y.pm6#L109 22:29
lancew jnthn, I shall take a look. Thanks 22:30
jnthn lancew: The more immediate solution, though a bit of a hack, would be to write a piece of middleware that grabs the session cookie, removes it, and re-adds it with secure set
lancew I don't need it immediately, so would rather help contribute in cro itself. :-) 22:32
Geth cro-http: lancew++ created pull request #26:
Set default ciphers to Moz. Modern Compatibility
22:38
lancew Ok... pushed that PR for the ciphers, shall try and attempt the "secure" tomorrow. Goodnight all! 22:48
jnthn I'll review it tomorrow when I'm not exhausted. :-) 'night o/ 22:50