How to configure SSL for CAS and Client (different machines)

how to configure ssl certificate (self-signed) on different machines for the CAS server and client

  • CAS Server: Linux, Tomcat, jdk6
  • Client: windows, Tomcat, jdk6
  • Certificate: Self-Subscription (keytool)
  • Environment: development

CAS and clients work perfectly with one machine, if they use another machine, it throws a certificate error.

Is a single self-signed certificate sufficient for both the client and server machines?

any changes to the client and server settings are required, such as the machine computer name and the client computer name to create the certificate

+5
source share
1 answer

Can you add the exception you are getting and in which node?

, :

1) JVM , https- CAS.

2) JVM ( ) ip CN ( ).

. https://wiki.jasig.org/display/CASUM/SSL+Troubleshooting+and+Reference+Guide


, , , ( CAS Troubleshooting ):

. Alt Name Stack Trace javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: present CN- /SSL.

, , localhost , IP-. , IP- , . CN = 192.168.1.1, OU = Middleware, dc = vt, dc = edu, , , , Java. , Java CAS SSL CAS , IP- CN.

ip, CAS CAS?

+4

All Articles