databag icon indicating copy to clipboard operation
databag copied to clipboard

Error with Server Address

Open itsdoublearon opened this issue 2 years ago • 3 comments

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.

itsdoublearon avatar Nov 19 '23 02:11 itsdoublearon

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!

balzack avatar Nov 19 '23 04:11 balzack

  1. I'm using cloudflare tunnels - Not sure if that would effect things.

  2. No, I'm requesting via the contact fields when trying to add people

itsdoublearon avatar Nov 19 '23 21:11 itsdoublearon

  1. 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
  1. 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.

balzack avatar Nov 20 '23 00:11 balzack