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

Error with Server Address #69

Open
itsdoublearon opened this issue Nov 19, 2023 · 3 comments
Open

Error with Server Address #69

itsdoublearon opened this issue Nov 19, 2023 · 3 comments

Comments

@itsdoublearon
Copy link

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 user@subdomain.domain.com 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.

@balzack
Copy link
Owner

balzack commented Nov 19, 2023

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!

@itsdoublearon
Copy link
Author

  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

@balzack
Copy link
Owner

balzack commented Nov 20, 2023

  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.

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

2 participants