I'm at a little bit of a loss on what's wrong here. I have a CAS server running on my local machine and I'm trying to get our dev portal to authenticate against it as a proof of concept. I created a self signed certificate and imported into the portal server as needed inorder to get it to accept the cert, but now it's throwing out the error message:
ERROR [https-jsse-nio2-443-exec-13] o.j.p.web.ExceptionLoggingFilter 2017-08-17 09:13:21,156 - uPortal: unhandled exception 'java.io.IOException: HTTPS hostname wrong: should be <192.236.56.165>' for URL
=/uPortal/Login?ticket=ST-2-fHdKcYDzFPkUKCY6FxmP-6a602d90e628, user=null , from IP=192.236.56.165
java.lang.RuntimeException: java.io.IOException: HTTPS hostname wrong: should be <192.236.56.165>
Which, unless I'm reading wrong, is saying "host name is 192.236.56.165 but should be 192.236.56.165". I've hit an error like this before, but that was because I made the cert to be "localhost" instead of the IP address. Had a similar problem with getting CAS to connect to dev-ldap becuase the cert was for dev-ldap not
dev-ldap.usd.edu. Anyway, I say that to say that I am pretty confident I created the cert correctly (and imported it into cacerts). But never something appears to be wrong. Any ideas? I tried googling it, but mostly that is people saying "you made the cert wrong".