RainLoop/rainloop-webmail

call to http://api.rainloop.net/status/FQDN on login page

Closed this issue · 2 comments

with rainloop 1.16.0+dfsg-1, there is a timeout on login page

It tries to get
INFO[DATA]: cUrl: URL: http://api.rainloop.net/status/FQDN
and it fails with timeout.

On the same server, with a different subdomain, there is no issue. What could be the cause?

From what I understand, in include.php there is
define('APP_API_PATH', 'http://api.rainloop.net/');

This is called in
RainLoop/Providers/Prem.php
I do not understand it's purpose and why it works with another subdomain (both are public with proper SSL certificate

Regards

The issue was explained further in #2161, I suggest closing this one.

Duplicate of #2161