vwbusguy
Forum Replies Created
-
Forum: Plugins
In reply to: [CAS Maestro] CAS Authentication FailedAlso, my https redirect issue appears to be offtopic and hasn’t been an issue in the most recent update.
Forum: Plugins
In reply to: [CAS Maestro] CAS Authentication FailedFor what it’s worth, on the SSL handshake issue, I found it was caused by a recent openssl patch in the wake of POODLE that caused the running mod_ssl to be outdated with the server openssl. A restart of Apache fixed it.
Forum: Plugins
In reply to: [CAS Maestro] Fails to activateAwesome, I’ll try to test it out soon.
Scott
Forum: Plugins
In reply to: [CAS Maestro] CAS Authentication FailedIf it’s helpful, I had the same issue. It was sending a non-SSL service to CAS and CAS sent back to validation by http:// … :443 , so non-SSL on port 443, which caused Apache to error and CAS to not get the ticket validation. The issue seems to stem from the implementation of phpCAS. I managed to fix it with a hack on cas-mastro/phpCAS/CAS/Client.php on line 3055: $final_uri = ‘https’; The getURL() for some reason wasn’t adding https even with the login.php being forced over SSL. I’ve never seen this issue with phpCAS before, but SSL should generally be used for logins, even to secured CAS, so that the session cookie value isn’t grabbed.
Forum: Plugins
In reply to: [Featured Video Plus] Fix for videos over SSLMany thanks! Sorry I missed you were on GitHub. I’ll be glad to submit patches via pull request next time.
Scott
Forum: Plugins
In reply to: [Featured Video Plus] Fix for videos over SSLThat being said, the plugin is working great besides this. Keep up the good work!