tableau / wdc3

Web Data Connector (WDC), connecting to web application data from Tableau.
6 stars 0 forks source link

Tableau WDC3.0 - Package Signature Verification failed #14

Open patelnik0623 opened 11 months ago

patelnik0623 commented 11 months ago

Hello, Custom web data connector for 2023.2 generated working well as expected Create a certificate and put the generated .taco file in root folder of tableau connectors while opening the taco file directly from Tableau 2023.2 getting "Package signature verification failed" Followed all the necessary path detailed in :: https://kb.tableau.com/articles/Issue/taco-signature-verification-fails-with-error-path-does-not-chain-with-any-of-the-trust-anchors?_ga=2.51070505.1607702041.1695821554-1670510965.1667829438&_gl=1*kbuxhh*_ga*MTY3MDUxMDk2NS4xNjY3ODI5NDM4*_ga_8YLN0SNXVS*MTY5NTg0NDQwMi4xMTQuMC4xNjk1ODQ0NDAyLjAuMC4w

Still getting the error, attached the Tableau_Verification

87siva commented 9 months ago

Any solution in resolving this issue ? It works fine when using taco-cli run command.

caballo111 commented 8 months ago

So you have signed the taco with a cer reply? Has the cer the codesignig extendedkeyusage?

As I was using a self signed certificate, I added it (and all of the chain of the certificate) to the cacerts keystore (in Windows "C:\Program Files\Tableau\Tableau [version]\bin\jre\lib\security") using the keytool of tableau (in Windows "C:\Program Files\Tableau\Tableau [version]\bin\jre\bin\keytool.exe"). I suppose that using Tableau's keytool isn't necessary but I wanted to avoid any compatibility issues arising from the different java version I got currently installed in my machine.

adriangabura commented 1 month ago

So you have signed the taco with a cer reply? Has the cer the codesignig extendedkeyusage?

As I was using a self signed certificate, I added it (and all of the chain of the certificate) to the cacerts keystore (in Windows "C:\Program Files\Tableau\Tableau [version]\bin\jre\lib\security") using the keytool of tableau (in Windows "C:\Program Files\Tableau\Tableau [version]\bin\jre\bin\keytool.exe"). I suppose that using Tableau's keytool isn't necessary but I wanted to avoid any compatibility issues arising from the different java version I got currently installed in my machine.

Thank you, that's a good tip, and it worked. Though, I would still want an official reply to a really basic feature.