willgleich

Results 9 comments of willgleich

I would love to be able to use CASRootProxiedAs with https://%{HTTP_HOST} However, I tried to use this previous patch to see its functionality, and it isn't working with the recent...

How hard would it be to patch for CASRootProxiedAs https://{HTTP_HOST}, since we have VirtualHost websites with multiple ServerName / ServerAlias?

I went through and changed the two lines of apr_psprintf(r->pool, "%s%s", "https://", (char *) apr_table_get(r->headers_in, "Host")); and replaced apr_psprintf(r->pool, "%s%s", "https://", (char *) apr_table_get(r->headers_in, "HTTP_HOST")); You were right though, that...

After going back through this, I realized that the above patch was indeed solving my initial use case. And I was just looking for the Host header from the request....

@Huang-Wei is there a fix for this that is pre-built anywhere or in any release yet?

also confirming this issue running linux mint with multiple monitors

For those who stumble upon here. I reached out in slack and @danxmoran is utilizing a workaround > The work-around we eventually landed on was using a resource step to...

i have seemingly identical symptoms to this. I have confirmed it happens on all terminals, cmd, WSL or Powershell. After a short amount of time the tab will "freeze" and...

Bump to remove stale, sent memory dumps to @lhecker