Error with Server Address
I've noticed my instance is forcing "https://" in front of the server address. I'm not able to login with "https://" in the address, but I can with subdoman.domain.com - But then I can't add any contacts because I can't change the default server in the contact list which has "https://" in the server address.
Can this be fixed please, and maybe add a function for address overrides. It would be nice to enter [email protected] and the server pulls up the profile directly that way, even if it's on another instance.
Thanks so much. Really liking what you've done so far.
I think the forcing to 'https' may be a reverse proxy setting. Within nginx proxy manager, I disabled 'force ssl' and then was able to connect to my instance with http://. With this set, I am able to view the other accounts on the instance that are marked as 'visible in registry'. Perhaps I misunderstand the problem, let me know.
As to your second point, is the request to be at the login screen for server A, but type in user@B and have it login there? That shouldn't be difficult to support, but I can see that doesn't work at the moment. I will be refactoring the browser client soon, and will include this feature if that is indeed the request.
Thanks for your interest in the project!
-
I'm using cloudflare tunnels - Not sure if that would effect things.
-
No, I'm requesting via the contact fields when trying to add people
- I think cloudflare also has the option for forcing https which I suspect you have on. Can you see if this resolves it for you, from their docs:
- Log in to your Cloudflare account
- and go to a specific domain.
- Go to SSL/TLS > Edge Certificates.
- For Always Use HTTPS, switch the toggle to Off
- I understand the feature you are asking for, and i see its value. I will add it to the UI refactor. Thanks for the suggestion.