RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.1k stars 890 forks source link

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

Closed yeupou closed 2 years ago

yeupou commented 2 years ago

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

ghost commented 2 years ago

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

yeupou commented 2 years ago

Duplicate of #2161