We are configuring SSL with env variables HTTPS_NAME, HTTPS_KEYSTORE and HTTPS_PASSWORD as documented in [1]
(Also it is using HTTPS_KEYSTORE_DIR, which is not documented but this is for other issue)
And that works fine until WF 24. Now in WF 25 SSL does not work anymore. And new log message is emited on EAP start
WARN Partial HTTPS configuration, the https connector WILL NOT be configured. Missing: HTTPS_KEYSTORE_TYPE
And really after adding this env property HTTPS_KEYSTORE_TYPE=PKCS12 it works again.
Giving high priority to issue because this is breaking backward compatibility.
- is cloned by
-
WFWIP-461 [7.4.5 preview images] - Required HTTPS_KEYSTORE_TYPE won't let secured route to be configured
- Resolved