The following smart services are provided in this plug-in.
The plug-in supports:
We are trying to use the plugin from appian cloud to On-prem SharePoint. Certificate is there in admin console trusteed but still we are seeing below , anyone faced it ?
"PKIX path building failed: error when attempting to make a call to an external server"
The necessary runtime dependencies are included in the project - the plugin would not run without them. They are in the meta-inf/lib folder inside the jar.
The compile time dependencies are - (these should not be included in the packaged jar):
appian-plug-in-sdk, appian-suiteapi, og4j:1.2.17, commons-codec:1.15
Hello,
Thank you For reply , From the JAR file, we got the source code. However, there are still other Jar file dependencies that are being references.
Would it be possible to share the rest of the Jar files / complete dependencies?
We are trying to make a simple change to allow a certificate to work properly from Appian cloud to internal/on premise SharePoint site
Trusted server certs apply only to OOTB functionality. https://docs.appian.com/suite/help/21.4/Appian_Administration_Console.html#trusted-server-certificates
You will need to customize the plugin for it to take in a self-signed cert as a parameter and use it when initiating the connection.