-
Bug
-
Resolution: Fixed
-
Low
-
None
This has been reported in the Mobile forum:
https://moodle.org/mod/forum/discuss.php?d=323517
and
https://moodle.org/mod/forum/discuss.php?d=324590
After migrating to ART, people are seeing unexpected errors (and the number of Push notifications sent has decreased):
Unknown SSL protocol error in connection to messages.moodle.net:443
curl --proxy host:port -v https://messages.moodle.net/tokens/XXXX I get this error:
******
- Proxy replied OK to CONNECT request
- Initializing NSS with certpath: sql:/etc/pki/nssdb
- CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none - NSS error -5938
- Closing connection #0
- SSL connect error
curl: (35) SSL connect error
According to someone in the forum, the problem may be:
I'd like to know if there's something we can fix at server level, because it seems that some sites using Airnotifers are not able to send notifications right now. If we can't fix that at server level, I need to update the Airnotifier set-up instructions with detailed instructions to make curl work.