XIVO - with proxy, install fail

Hi,

I’m having trouble installing XIVO Jabbah (2022.10.05).

Actually, it’s a firewall proxy that’s causing me problems.

If I install XIVO on a site without that proxy, everything works fine.

But I also have to install XIVO on a site where a proxy is present, and requires authentication.

For example, this requires us to enter, during installation, “Package management tool configuration: HTTP proxy:”
http://toto:toto’s_pswd@192.168.0.1:3128

Everything seems to be going well, except, almost at the end (after the reboot, before having the “root” prompt):

Adding PGP key from https://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc to …
curl: (60) SSL certificate problem: unable to get local issuer certificate

I realized that I get the same message if I do an “apt-get update” under root.

I plan to do, under root, various commands to bypass the proxy:

. file “/etc/wgetrc”:
use_proxy on
http_proxy = http://toto:toto_s_pswd@192.168.0.1:3128/
https_proxy = https://toto:toto_s_pswd@192.168.0.1:3128/

. file “/etc/apt.conf”:
Acquire::http::Proxy “http://toto:toto_s_pswd@192.168.0.1:3128/”;
Acquire::http::Proxy “https://toto:toto_s_pswd@192.168.0.1:3128/”;

. file “/etc/curlrc”:
proxy = http://toto:toto_s_pswd@192.168.0.1:3128/
proxy = https://toto:toto_s_pswd@192.168.0.1:3128/

. in console mode:
export http_proxy=‘http://toto:toto_s_pswd@192.168.0.1:3128
export https_proxy=‘https://toto:toto_s_pswd@192.168.0.1:3128

My question: is it possible, then, under root, to:
. enter a command (or several) in order to restart the second part of the XIVO installation (after the reboot)?

Many thanks in advance.

Best regards.

You should ask xivo community

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.