Cookies are used to collect information about you. Nexus uses this information to give you a better experience of the website (functional) and to count the pages you visit (statistics).
Click OK to give Nexus your consent to use cookies. Read more about Nexus' cookie policy.
If the client starts with https, the browser does not allow communication through http. This is configured in the system.properties file.
Modify the url in the system.properties:
CODE
...
# URL to the CardSDK. Used for card preview/production, image capture
# for https (note: it's a different port):
cardSDKConnectorBaseConfig.cardSDKUrl=https://localhost:54881
# for http:
#cardSDKConnectorBaseConfig.cardSDKUrl=http://localhost:54880
...
Make sure the browser accepts the root certificate of the CardSDK certificate. You can upload it to the browser's certificate store for trusted CAs.