Shayne van Asperen

Results 26 comments of Shayne van Asperen

I have now managed to create a minimalistic project which reproduces this issue: https://github.com/shaynevanasperen/WebApplication I suspect that the problem has something to do with the `LettuceEncrypt.Azure` library not liking `.NET...

Actually, I just re-read my initial comment where I had mentioned that I tried it with self-signed certificates instead of using `LettuceEncrypt.Azure` and that it showed the problem even then....

I've just managed to capture it failing immediately upon startup. I'm not sure if this is the same issue but it smells like it could be related. This was with...

> When you get into this state, do new requests get stuck? Do requests to specific URLs get stuck? No requests seem to be able to make it into my...

> Disable https completely and see if you can reproduce the issue Unfortunately, this is not possible without ALSO disabling authentication completely. See screenshot below: ![image](https://user-images.githubusercontent.com/1126129/204154168-fe8cb30d-107f-4054-8ba0-a542318f4259.png) Nevertheless, I have now...

> Nevertheless, I have now deployed a version of my application that has no capability for modifying any data via the UI, so that I can test it out with...

> I've now re-launched it in this cut-down mode with HTTPS and Authentication disabled completely, but now also with all my background services disabled. Let's see how long it lasts...

> Not really but appreciate the narrowing down of the issue thus far. I had already [linked](https://github.com/dotnet/aspnetcore/issues/45215#issuecomment-1325872502) to a minimalistic project which reproduces this issue. I have now further simplified...

> For what I read on [this repository](https://github.com/shaynevanasperen/WebApplication) though it's not clear if the reproduction of the issue means hitting f5 in the browser continuously (sorry if I missed that)....

> The repro steps you suggest are to deploy, hit it a few times and then leave it for a while (couple hours) then come back and try to hit...