Ok, I regenerated httpd.key and httpd.csr, made a new httpd.crt, copied all files into /etc/certs.
The UI loads fine, the cert is verified. I get to the login screen type the admin password, and this is what the UI presents,
System Error. Please try again or contact a Gluu administrator for help.
Welcome to your Gluu Identity Appliance!
Your federation service is live! Here are some of the features this appliance provides:
This is the error in the Tomcat log
getting accessToken
INFO | jvm 1 | 2015/09/29 16:12:56 | 2015-09-29 16:12:56,077 INFO [org.gluu.oxtrust.action.Authenticator] tokenURL : https://wyo-sm.wyoming.gov/oxauth/seam/resource/restv1/oxauth/t
oken
INFO | jvm 1 | 2015/09/29 16:12:56 | 2015-09-29 16:12:56,092 INFO [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
INFO | jvm 1 | 2015/09/29 16:12:56 | 2015-09-29 16:12:56,093 INFO [org.gluu.oxtrust.action.Authenticator] redirectURI : https://wyo-sm.wyoming.gov/identity/authentication/authcode
INFO | jvm 1 | 2015/09/29 16:12:56 | 2015-09-29 16:12:56,300 ERROR [org.xdi.oxauth.client.TokenClient] peer not authenticated
INFO | jvm 1 | 2015/09/29 16:12:56 | javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
INFO | jvm 1 | 2015/09/29 16:12:56 | at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:421)
INFO | jvm 1 | 2015/09/29 16:12:56 | at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)
INFO | jvm 1 | 2015/09/29 16:12:56 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:572)
INFO | jvm 1 | 2015/09/29 16:12:56 | at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
INFO | jvm 1 | 2015/09/29 16:12:56 | at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
INFO | jvm 1 | 2015/09/29 16:12:56 | at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:640)
INFO | jvm 1 | 2015/09/29 16:12:56 | at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
INFO | jvm 1 | 2015/09/29 16:12:56 | at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
INFO | jvm 1 | 2015/09/29 16:12:56 | at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)