Hello,
i'm working with the new version of phpCAS, so i've downloaded the docker images for CAS v4.2.7 and v5.0.2 to do some testing.
I've started the containers via docker-compose, modified the keystore according to instructions on github and tried to connect via HTTPS on Chromium 55/FF 51 to no success.
There's no problem accessing CAS via HTTP on 8080, but there's no point as i can't login.
On the other hand, every time i tried on port 8443 it's always the same, answer is "The client and server don't support a common SSL protocol version or cipher suite."
Thinking it could be a misconfiguration, i've erased the container and docker image, then i've cloned apereo/cas-webapp-docker made the configuration changes and built up my own image for version 5.0.2.
Started the whole thing again and the same answer was given.
So, question is.. where do i configure SSL ciphers before the rebuilding?.
Regards