SNI for http core v5 server (non-async)

2020-05-19 Thread C c
I looked at emails and docs and can't find a trail on getting started w/ SNI. In netty, I can set up SNI to look up what domain is being requested so I can use a cert to the non-async server so I can serve multiple domains with 'Let's Encrypt'. How do I do SNI in HTTP core v5 non-async server?

Re: After 100,000's of requests, I start getting status code 400 bad request for all requests

2020-05-19 Thread Nicholas DiPiazza
Yep Kerberos is an option. If I get desperate. On Tue, May 19, 2020 at 10:28 AM Oleg Kalnichevski wrote: > On Tue, 2020-05-19 at 08:56 -0500, Nicholas DiPiazza wrote: > > Yeah I agree Oleg. But I'm at a loss as to why I am able to stop & > > start > > the program and then it starts working

Re: After 100,000's of requests, I start getting status code 400 bad request for all requests

2020-05-19 Thread Oleg Kalnichevski
On Tue, 2020-05-19 at 08:56 -0500, Nicholas DiPiazza wrote: > Yeah I agree Oleg. But I'm at a loss as to why I am able to stop & > start > the program and then it starts working again fine. > > There is NTLM authentication involved. Perhaps the auth gets into a > stale > state and starts causing

Re: After 100,000's of requests, I start getting status code 400 bad request for all requests

2020-05-19 Thread Nicholas DiPiazza
Yeah I agree Oleg. But I'm at a loss as to why I am able to stop & start the program and then it starts working again fine. There is NTLM authentication involved. Perhaps the auth gets into a stale state and starts causing 400 errors? On Tue, May 19, 2020 at 8:06 AM Oleg Kalnichevski wrote: >

Re: After 100,000's of requests, I start getting status code 400 bad request for all requests

2020-05-19 Thread Oleg Kalnichevski
On Mon, 2020-05-18 at 20:24 -0500, Nicholas DiPiazza wrote: > Hey HTTP client users list! > > I've got some strange behavior going on and could use some help > sorting it > out. > > I created a reproducer project of the code that I am using to access > HTTP > client: >