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 をインストールする場合、ThingWorx Foundation が SSL/TLS を使用するように環境変数 ENABLE_HTTPS および HTTPS_PORT を設定する必要があります。
これは役に立ちましたか?