Page 1 of 1

Wapt 1.3.13 Certificate in repository replication

Published: January 4, 2018 - 11:58 AM
by btravers
Hello,
I have a primary server that is replicated to two other servers (remote sites). The first site works perfectly, but the second is giving me trouble with certificates. On the problematic site, I can open the console, but only with the HTTP address; as soon as I switch to HTTPS, I get an error message.
The replication process completed successfully. I can register my machine with `wapt-get register` if the INI file is HTTP, but not HTTPS. Similarly, when deploying applications, I get the message "signature is invalid".
I presume it's a certificate issue; I don't recall doing anything unusual on the first, working site.
Thank you for your help.

Re: Wapt 1.3.13 Certificate in repository replication

Published: January 4, 2018 - 1:11 PM
by btravers
Okay, I found it. It's the Apache configuration. I restarted
/usr/bin/python /opt/wapt/waptserver/scripts/postconf.py
and it's working.
Thanks