-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Pulled from: Innovar-Healthcare/BridgeLink#77
Describe the bug
When using a URL like http://localhost:8080, the client is launched but this exact URL is used on the Admin Client login screen. That URL cannot be used to log in. There should be some setting to use the exact URL or update it to the correct https protocol and 8443 port number.
I can see this default behavior being useful in some environments where proxies are in place and we specifically want the URL to be exactly as we entered it. Perhaps creating a toggle to update to the default protocol and port would be useful here?
To Reproduce
Steps to reproduce the behavior:
- Enter a URL into the launcher like http://localhost:8080
- Click on Launch
- Once the client launches, it will have a URL that matches exactly what was entered. If that URL is not https, it will give an error to the user.
Expected behavior
To work like the original MCAL launcher, the URL should be forced to https and 8443.
Desktop (please complete the following information):
- OS: Any
