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

[BUG] HTTPS Web Server Does Not Start on Stored Port Number When Launching Companion #2610

Closed
2 tasks done
nriebesehl-pega opened this issue Oct 17, 2023 · 1 comment
Closed
2 tasks done
Labels
BUG Something isn't working

Comments

@nriebesehl-pega
Copy link

nriebesehl-pega commented Oct 17, 2023

Is this a bug in companion itself or a module?

  • I believe this to be a bug in companion

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

We have the HTTP Web Server enabled and the HTTPS Port setting set to 8990 instead of the default of 8443. This value is correctly stored in the configuration, but when launching or re-launching Companion, the HTTPS Web Server reverts back to binding to port 8443, requiring us to change it back each time we launch Companion.

Steps To Reproduce

  1. Enable the HTTPS Web Server setting and enter a port number 8990 and not 8443 into the HTTPS Port field. Specify certificate files.
  2. Navigate to https://:8990 in a browser and verify the Companion page loads.
  3. Quit Companion
  4. Relaunch Companion.
  5. Navigate to https://:8990 and observe page timeout
  6. Navigate to the management interface on the server at https://:8000 and adjust the HTTPS Port value back to 8990
  7. Confirm Companion now loads at https://:8990

Expected Behavior

We expect to be able to set the HTTPS Port value in the settings, and after closing/opening Companion, navigate directly to https://:8990 and see the HTTPS server is binding to the specified port.

Environment (please complete the following information)

- OS: Windows 11
- Browser: 117.0.5938.63
- Companion Version: 3.1.1+6229-stable-4593dd7f

Additional context

No response

@nriebesehl-pega nriebesehl-pega added the BUG Something isn't working label Oct 17, 2023
@Julusian
Copy link
Member

This looks to have been broken for a while, perhaps as far back as 3.0.0

This is fixed in the betas, and will be in a 3.1.2 release when that is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants