If you use client authentication to log in to Identity Manager or Smart ID Self-Service, such as browser-based smart card or soft token login, do the following to avoid failure of CA connector calls during card production with Identity Manager and CardSDK:
- Open the file system.properties for editing.
Specify https ports without client authentication for CA connector calls and JPKIEncoder downloads by CardSDK:
# if you use client-auth to log into Identity Manager or Smart ID Self-Service you need to configure overrides to non-client-auth HTTPS ports here,
# otherwise the CardSDK trying to download the JPKIEncoder or the JPKIEncoder calling an integrated CA connector will not be able to connect
# for JPKIEncoder download:
webappUrlInfo.httpsOverridePort=18443
# for CA connector calls:
webServer.httpsOverridePort=18443