Page 1 of 1

[SOLVED] Agent problem under Linux / WAPT Console

Published: June 10, 2021 - 2:09 PM
by ThéoD
Hello,

I'm having trouble with the WAPT Enterprise 2 agent and console. I'm on the same network, and my server and agent are running Debian 10. When I try to deploy a package on Linux, I can't save or modify dependencies (Linux) from the console. Here's the message I get: "

The user certificate C:\Private\CertName.crt is not authorized on the selected system."

Note: Deploying a package on Windows works fine!

Do you have any idea what the problem might be?

Thanks in advance,

and have a good day!

Re: Agent problem under Linux / WAPT Console

Published: June 10, 2021 - 4:35 PM
by dcardon
Did you correctly copy your public certificate to /opt/wapt/ssl? (and then register it so that it is recognized on the console)

Re: Agent problem under Linux / WAPT Console

Published: June 11, 2021 - 10:25
by ThéoD
dcardon wrote: June 10, 2021 - 4:35 PM Did you correctly copy your public certificate to /opt/wapt/ssl? (and then register it so that it is recognized on the console)
Having searched before seeing your reply, the problem is solved; that was indeed it, the certificate was in /opt/wapt/ssl/server instead of /opt/wapt/ssl! ^^'

Thank you for your help!