Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yeupou opened this issue Jan 29, 2022 · 2 comments
Closed

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

yeupou opened this issue Jan 29, 2022 · 2 comments

Comments

@yeupou
Copy link

yeupou commented Jan 29, 2022

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
Copy link

ghost commented Jan 30, 2022

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

@yeupou
Copy link
Author

yeupou commented Jan 31, 2022

Duplicate of #2161

@yeupou yeupou closed this as completed Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant