简体   繁体   中英

Unable to deploy Worklight adapter in remote server

I'm experiencing an issue while deploying worklight adapter in a remote machine. Adapter is using a certificate alias.

Here is the message of error:

Invalid content was found starting with element 'sslCertificateAlias'. 
One of '{authentication, proxy}' is expected.

Could you attach here your adapter xml without sensitive data? Anyway check if your remote server keystore contains private key with alias you are configured in sslCertificateAlias and the password in sslCertificatePassword is right. A second check is configuration of the keystore in worklight.properties:

ssl.keystore.path=conf/default.keystore
ssl.keystore.type=jks
ssl.keystore.password=mypassword

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM