Announcement

#1 2021-07-20 20:51:56

gp3
Member
2021-07-20
1

Connection to server unavailable

Hello all,

Installation of Piwigo works well aside from Updates/Plugin lookups, at which point I receive a "Connection to server unavailable" error message when accessing the tabs for updates and plugins.

The server access to piwigo.org appears to be fine via a test PHP script but does anyone know what servers (domain appears to be piwigo.org) and ports (for instance, TCP 80) the update/plugin channel operates over?

The ports are needed to troubleshoot firewall access.

There is no issue going from the server itself to HTTP or HTTPS sites, any assistance appreciated.

New installation of the most recent version, CentOS 8, PHP 7.4, etc.

Offline

 

#2 2021-07-21 01:19:06

erAck
Only trying to help
2015-09-06
2035

Re: Connection to server unavailable

The default extension manager site is https://piwigo.org/ext but may be overridden by a (browser) language dependent subdomain like https://fr.piwigo.org/ext or https://de.piwigo.org/ext , see define of PHPWG_DOMAIN in include/common.inc.php

You can force a specific URL in local/config/config.inc.php

Code:

<?php

$conf['alternative_pem_url'] = 'https://piwigo.org/ext';

?>

Running Piwigo at https://erack.net/gallery/

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact