Page 1 of 1

problem creating a package

Published: November 24, 2015 - 7:12 PM
by Fabien
Good morning,

I'm testing WAPT to see if it meets our needs.
I am at the stage of configuring the environment in order to create a package.
I need to install the tis-waptdev.wapt package, but here's the error I'm getting:

Code: Select all

C:\Windows\system32>wapt-get install C:\Users\test\Downloads\tis-waptdev.wapt
Installing WAPT file C:\Users\test\Downloads\tis-waptdev.wapt
FATAL ERROR : Exception: Package file C:\Users\test\Downloads\tis-waptdev.wa
pt signature is invalid
If I try to import tis-waptdev from the tranquil.it repository, it asks me if I want to duplicate the file. I answer yes, then I get the message "Download canceled: "is an invalid integer"

I can't find a solution given my current skill level!
Thanks in advance for the help ;)
Fabien.

Re: Problem creating a package

Published: November 24, 2015 - 7:17 PM
by htouvet
This message indicates that the packet was signed with a certificate that your machine does not accept.

If you want to use TIS packets without re-signing them with your private key, then you must copy the TIS public certificate ( http://wapt.tranquil.it/wapt/tranquilit.crt ) to the c:\wapt\ssl directory on your machine.

Re: Problem creating a package

Published: November 24, 2015 - 7:47 PM
by Fabien
Thank you for your reply.
I just copied the tranquilit.crt certificate to the c;\wapt\ssl directory on the server.
I reloaded the service configuration, but it's still impossible to duplicate a packet from the console.

If I copy this certificate to the client machine, it works with the command line.