yada

dominicm 2018-04-26T05:37:32.000230Z

@stijn I think we wrote a little ring handler, and used bidi to determine what protocol was incoming.

2018-04-26T07:26:56.000071Z

@stijn I've had good experiences using caddyserver for this kind of job: it integrates with letsencrypt out of the box, does the forwarding by default. Configuring it is a lot easier than nginx

stijn 2018-04-26T07:41:03.000334Z

@dominicm do you have an example for that? I don't understand how bidi is in play for this scenario

dominicm 2018-04-26T07:41:57.000267Z

@stijn bidi can have a different set of matches for http or https using vhosts

stijn 2018-04-26T07:42:53.000425Z

@wdullaer we are on AWS elastic beanstalk with load balancers that get their certs from AWS certificate manager though. but good suggestion nonetheless 🙂

stijn 2018-04-26T07:43:11.000337Z

@dominicm OK, that's very useful!

dominicm 2018-04-26T07:43:46.000008Z

I'd help more, but I'm on a bus :)

stijn 2018-04-26T07:43:59.000079Z

no problem, I think I can figure that out, thanks!