Currently no apps aviable message

meant
Forums
Hello, first of all thanks for offering this cool tool! After I installed opigno there is one problem by moving to the Apps section... There are no apps to select, only a short information (I installed the german Version): -> Manifest error from Opigno: Fehler beim Öffnen der Socket Verbindung ssl://www.opigno.org:443 -> at the moment there is no app aviable ... but I also tried to install the commerce app -> Opigno LMS 1.19.0 I would be very thankful for some tipps =)
axel

Hi

Hi

Could you try to do from your server

curl -v "https://www.opigno.org/en"

 

axel

Try also to clear the cache

Try also to clear the cache of your Opigno platform.

meant

Thanks

now it works perfectly!
11m

Currently no apps aviable

Hello, I have the same problem. After try to do on server curl -v "https://www.opigno.org/en" I get: * Hostname was NOT found in DNS cache * Could not resolve host: www.opigno.org I hosted Opigno 1.20.0 on VPS for demo purpose without domain name. I would be very thankful for some tips.
axel

Hi

Hi

Do you get better results when using this command ?

curl --ipv4 -v "https://www.opigno.org/en"
 

11m

curl --ipv4 -v "https://www.opigno.org/en"

Not have difference, I get the same result.
11m

Currently no apps aviable

In admin/apps/opigno after clearing the all caches a get this warning message: Manifest error from Opigno: php_network_getaddresses: getaddrinfo failed: Name or service not known
markusd1984

I get the same error with current version 1.27

tried curl -v "https://www.opigno.org/en" in ubuntu command line (if that's where am supposed to run it?) which removes only the Manifest error from Opigno: Error opening socket ssl://www.opigno.org:443 but I still can't see any apps under /admin/opigno/system/apps , however the manual uploading of in-house app and dependencies makes it available within the course tools. Anything else I can check or try to see the apps catalogue listed in apps store as mentioned in the manual under apps management?
markusd1984

Problem Resolved! Forwarded VM SSL port 443 & cleared cache

Since am running Opigno in a VM I forwarded the SSL port 443 to 443 on my local machine and after clearing the cache under Configuration > Development > Performance Now the app store is loading ( > Administration > Apps) and I can install the apps. (I take that it needs the connection only once to download the store initially because when I remove the forwarding and cleared the cache again it's still working)
markusd1984

Does app store only work with an installed SSL certificate?

Does this require a self-signed (or official) certificate on the server to work? Or is there any way to (temporarily) allow the connection so that the store can be loaded? UPDATE: I run again curl https:/www.opigno.org and this time the app store is loading, strange as last time I tried several times even having cleared the cache :) Unfortunately I can't install apps. having cleared the cache the app store is gone again. I also tried disabling firewall, must be a server network issue.
markusd1984

PROBLEM SOLVED due to missing certs for Firewall!

Lessons Learned: Opigno requires an https - SSL connection for app store to work curl -v https://www.opigno.org can be used to test if SSL is working when server certificate verification OK is returned If your server is behind a **firewall** make sure the required certificates are installed to be trusted! In case of a .pem file on Ubuntu, it must first be converted to a .crt file into /usr/share/ca-certificates/extra and run sudo dpkg-reconfigure ca-certificates