Re: Relayd Help Needed

2020-11-08 Thread Lari Huttunen
On Sat, Nov 07, 2020 at 09:56:29PM +0100, Sebastian Benoit wrote: > Lari Huttunen(open...@huttu.net) on 2020.11.07 15:01:04 +: > > On Sat, Nov 07, 2020 at 08:29:12AM +, Lari Huttunen wrote: > > > Cheers! > > > > The only downside is that for unknown request types I still get a > > 500

Re: Relayd Help Needed

2020-11-07 Thread Sebastian Benoit
Lari Huttunen(open...@huttu.net) on 2020.11.07 15:01:04 +: > On Sat, Nov 07, 2020 at 08:29:12AM +, Lari Huttunen wrote: > > Cheers! > > > In practice, what I'm struggling with is the: > > > > * ability to control the requests or responses by HTTP method, i.e. > >only allowing GET

Re: Relayd Help Needed

2020-11-07 Thread Lari Huttunen
On Sat, Nov 07, 2020 at 08:29:12AM +, Lari Huttunen wrote: > Cheers! > In practice, what I'm struggling with is the: > > * ability to control the requests or responses by HTTP method, i.e. >only allowing GET by default and access controlling POST and PUT It turned out that filtering

Relayd Help Needed

2020-11-07 Thread Lari Huttunen
Cheers! I wanted to try to learn more about relayd and use it as a reverse proxy in front httpd and a GO implementation called go_ipfs. The setup is as follows: * httpd is used for acme + http -> https redirects * go_ipfs is used to serve the static websites. I have the setup working