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 =)
Hi
Hi
Could you try to do from your server
curl -v "https://www.opigno.org/en"
Try also to clear the cache
Try also to clear the cache of your Opigno platform.
Thanks
Currently no apps aviable
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.Hi
Hi
Do you get better results when using this command ?
curl --ipv4 -v "https://www.opigno.org/en"
In reply to Hi by axel
curl --ipv4 -v "https://www.opigno.org/en"
Currently no apps aviable
I get the same error with current version 1.27
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?In reply to I get the same error with current version 1.27 by markusd1984
Problem Resolved! Forwarded VM SSL port 443 & cleared cache
In reply to I get the same error with current version 1.27 by markusd1984
Does app store only work with an installed SSL certificate?
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.In reply to I get the same error with current version 1.27 by markusd1984
PROBLEM SOLVED due to missing certs for Firewall!
curl -v https://www.opigno.org
can be used to test if SSL is working whenserver 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