Page 1 of 1

[SOLVED] Problem accessing external repository from the console

Published: February 21, 2018 - 3:33 PM
by jhernandez
Good morning,

I am currently setting up Wapt in our establishment, at the DSDEN of Gironde.
I initially tested version 1.3, with which I had no problems.

After installing version 1.5, I can no longer access external repositories from the console. However, I can access them from the browser on the administration machine or by trying from the server using wget.

Recently, the use of a proxy has become mandatory. In version 1.3, it worked perfectly by adding it to the configuration.
Since version 1.5, I have the impression that the proxy is blocking access, that it's not being taken into account. Yet it is listed in the waptconsole.ini file in the wapt-templates section.

The error I'm getting is: "Unable to retrieve package index from https://store.wapt.fr/wapt/"
You will see more details in the attached document.

For now, I've downloaded the packages from the browser and then imported them from the files, but I'd still like to be able to access them from the console, because it's much less tedious.

Thank you for your help.

WAPT Console.png
WAPT Console.png (27.45 KB) Viewed 3284 times

Re: Problem accessing external repository from the console

Published: February 23, 2018 - 5:45 PM
by htouvet
This must be a regression in proxy handling.

https://github.com/tranquilit/WAPT/comm ... 53bb8aef93

Could you try installing a more recent nightly build?

Re: Problem accessing external repository from the console

Published: February 26, 2018 - 8:56 AM
by jhernandez
Hello,

indeed, installing version 1.5.1.14 resolves the issue.

Thank you for your feedback!