ThingWorx 고가용성 > 클러스터링용 ThingWorx Foundation 구성 > ThingWorx Platform에 대한 SSL/TLS 구성
ThingWorx Platform에 대한 SSL/TLS 구성
ThingWorx HA 클러스터링을 사용할 때 ThingWorx Platform에 대한 SSL 또는 TLS를 구성할 수 있습니다. ThingWorx Platform에 사용되는 Tomcat에 대한 SSL 또는 TLS를 구성하려면 다음 환경 변수를 제공하십시오.
ENABLE_HTTPS: true # Enable HTTPS on ThingWorx .
HTTPS_PORT: 8443 # HTTPS port for ThingWorx service discovery. Clients i.e. Cx Server etc. uses this port to communicate to platform.
SERVER_HTTPS_PORT: 8443 # HTTPS port for Tomcat.
HTTPS_SERVICE_NAME: thingworx-https # Service name for HTTPS ThingWorx. Default is "thingworx-https".
SSL_KEYSTORE_BASE_PATH: /certs # SSL keystore base path for Tomcat.
SSL_KEYSTORE_FILENAME: platform.pfx # SSL keystore file name for Tomcat.
SSL_KEYSTORE_PASSWORD: password # SSL keystore password for Tomcat.
TOMCAT_SSL_PROTOCOLS: TLSv1.2 # SSL protocol. Multiple can be provided as "TLSv1+TLSv1.1+TLSv1.2"
* 
ThingWorx Flow를 설치하는 경우 ENABLE_HTTPSHTTPS_PORT 환경 변수를 제공하여 ThingWorx Foundation에서 SSL/TLS를 사용하도록 구성해야 합니다.
도움이 되셨나요?