Communications Express를 SSL 인증 전용으로 구성하는 방법
Communications Express를 SSL 인증 전용으로 구성할 수 있습니다. 이렇게 하면 SSL을 통해 인증을 수행할 수 있지만 이후의 응용 프로그램 액세스는 비 SSL 모드로 이루어집니다.
-
uwcauth.properties 파일에서 uwcauth.ssl.enabled를 false로 설정합니다.
-
uwcauth.https.port를 Communications Express가 배포된 Web Server의 SSL 포트 번호로 설정합니다.
-
uwcauth.ssl.authonly를 true로 설정합니다.
주 –
uwcauth.properties 파일의 두 매개 변수 uwcauth.ssl.authonly와 uwcauth.ssl.enabled는 동시에 사용할 수 없습니다.