Re: 502 Bad Gateway using Cloudflare and Kestrel

2023-09-04 Thread Francis Daly
On Sun, Sep 03, 2023 at 09:57:54PM -0700, Sam Hobbs wrote: Hi there, > curl -k https://127.0.0.1:5443 > > (the address that Kestrel is listening to) I get a page that I am expecting. > proxy_passhttp://127.0.0.1:5443; You probably have a space after proxy_pass in your actual co

RE: Nginx Support required

2023-09-04 Thread Shashi Kant Sharma
Hi Thomas, Thanks for your email however I know Nginx plus support there and no support for Nginx. We are stuck in one issue at client side and on prem environment as unable to upload more than 20 mb. It would be highly appreciable if quick connect on team and it will not take more than 20 mi

Re: Nginx Support required

2023-09-04 Thread Aleksandar Lazic via nginx
Hi Shashi Kant Sharma. On 2023-09-04 (Mo.) 10:33, Shashi Kant Sharma wrote: Hi Thomas, Thanks for your email however I know Nginx plus support there and no support for Nginx. We are stuck in one issue at client side and on prem environment as unable to upload more  than 20 mb. Have you read

Re: 502 Bad Gateway using Cloudflare and Kestrel

2023-09-04 Thread Sam Hobbs
Francis Daly wrote on 9/4/2023 1:05 AM: proxy_passhttp://127.0.0.1:5443; You probably have a space after proxy_pass in your actual config; but you probably should also have "https://"; not "http://"; there as well, since your upstream service is listening for https connections