This started happening yesterday or the day before the User CP link doesn't work anymore.
EDIT: Mystery solved. After posting I already see how to fix/workaround it. I just cleared my cache and it works again. I noticed the "Status Code:301 Moved Permanently (from disk cache)" so the cache pragma was caching the error page in my browser. So I guess the real issue is that the pragma for the redirected error page should be set to no-cache on the apache server.
If I click "User CP" (https://www.calguns.net/calgunforum/usercp.php)
I get redirected to a generic error page.
Some diagnostic info:
Looks an apache server is being used as a gateway in front of the calguns server and the proxy directives/rules it was updated with broke user cp when used from https.
It would be nice if this worked again.
EDIT: Mystery solved. After posting I already see how to fix/workaround it. I just cleared my cache and it works again. I noticed the "Status Code:301 Moved Permanently (from disk cache)" so the cache pragma was caching the error page in my browser. So I guess the real issue is that the pragma for the redirected error page should be set to no-cache on the apache server.
If I click "User CP" (https://www.calguns.net/calgunforum/usercp.php)
I get redirected to a generic error page.
Some diagnostic info:
Request URL:https://www.calguns.net/calgunforum/usercp.php
Request Method:GET
Status Code:301 Moved Permanently (from disk cache)
Remote Address:52.35.13.99:443
Response Headers
Content-Length:247
Content-Type:text/html; charset=iso-8859-1
Date:Tue, 21 Mar 2017 10
28 GMT
Location:http://www.calguns.net/default/500.html
Server:Apache
Request Headers
Provisional headers are shown
Referer:https://www.calguns.net/calgunforum/index.php
Upgrade-Insecure-Requests:1
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Request URL:http://www.calguns.net/default/500.html
Request Method:GET
Status Code:200 OK (from disk cache)
Remote Address:52.35.13.99:80
Response Headers
Accept-Ranges:bytes
Content-Length:3506
Content-Type:text/html
Date:Wed, 22 Mar 2017 03:00:45 GMT
ETag:"d80c98-db2-4efd354b30940"
Last-Modified:Mon, 13 Jan 2014 05:27:25 GMT
Server:Apache
Request Headers
Provisional headers are shown
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Request Method:GET
Status Code:301 Moved Permanently (from disk cache)
Remote Address:52.35.13.99:443
Response Headers
Content-Length:247
Content-Type:text/html; charset=iso-8859-1
Date:Tue, 21 Mar 2017 10
28 GMTLocation:http://www.calguns.net/default/500.html
Server:Apache
Request Headers
Provisional headers are shown
Referer:https://www.calguns.net/calgunforum/index.php
Upgrade-Insecure-Requests:1
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Request URL:http://www.calguns.net/default/500.html
Request Method:GET
Status Code:200 OK (from disk cache)
Remote Address:52.35.13.99:80
Response Headers
Accept-Ranges:bytes
Content-Length:3506
Content-Type:text/html
Date:Wed, 22 Mar 2017 03:00:45 GMT
ETag:"d80c98-db2-4efd354b30940"
Last-Modified:Mon, 13 Jan 2014 05:27:25 GMT
Server:Apache
Request Headers
Provisional headers are shown
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
It would be nice if this worked again.

Comment