Richard Bennett

Results 48 comments of Richard Bennett

Your other option, dependent on how you are deploying, may be to terminate TLS with HAProxy or Nginx, then just have an unecrypted connection from there to the backend service...

Been doing so (Razor/2.0.0-ClintEastwood).... been fine so far that I recollect. I have 1-2 things in production (internal-only systems) that have been fine.

We do need to roll to fills every 6 hours + transaction logs every 15-30 minutes. That may be the best starting point. the overview statements you made sound like...

I have an "environment" per client in this instance. Was hoping there was another way.

Yeah, I had to do exactly what you mention @marcin-krystianc. In order to achieve it, I had to build an alternative method to `AgentServiceRegistration` that looks like this: ```CSharp namespace...

Right... obviously... the difference is with netstandard 1.3; I have a good list of libraries i had to include that seems to be within netstandard 2.0 out of the box....

@Carazyda Is there any change you folks can create a `generic` oauth client implementation? I think it'd be good for folks that are deploying with oauth servers that they, themselves,...

Drop your startup code. You may not be wiring something up correctly.

I'm just getting back into ElecronNET, but I did an experiment a while back on it, and my implementation was: ```C# namespace Host { public class Startup { public Startup(IConfiguration...