Ya l’m not sure Caddy for all my sites is going to be feasible at the moment.
I’m curious if anyone has actually gotten these instructions to work:
I receive a 500 error when I attempt even with using CertifyTheWeb…
EDIT:
I ended up getting the instructions to work after doing a lot of research outside of this apparent “how to”
Gotta say, those instructions really left me wanting. I’m more than happy to edit them to appropriately educated people on how to configure IIS to use a reverse proxy if anyone is interested…
EDITEDIT:
The login page is resolving, but now I’m receiving a Unknown Reason (null) when I attempt to login
[01:12:07] [Core Error/8] : NullReferenceException
[01:12:07] [Core Error/8] : [0] (NullReferenceException) : Object reference not set to an instance of an object.
[01:12:07] [Core Error/8] : at GSMyAdmin.Authentication.InternalAuth.Authenticate(HttpRequest Request, String Username, String Password, String Token, Boolean TokenRequested)
at GSMyAdmin.WebServer.WebMethods.Login(HttpRequest request, String username, String password, String token, Boolean rememberMe)
at GSMyAdmin.WebServer.WebAttributes.InvokeMethod(String MethodName, JObject Data, HttpContext context, IWebSession Session, WebMethodsBase MethodsClass, IPAddress RealIP)
at GSMyAdmin.WebServer.ApiService.InvokeAPI(HttpContext context, IWebSession Session, JObject Data, String RequestModule, String RequestMethod)
Interesting… when I set Webserver.UsingReverseProxy=False it fixes the login NULL issue…