-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setup needs to guess https URL and URI prefixes correctly #778
Comments
Looks like can use req.secure to know if it is https. Need to do this for by SBH1 and SBH3 |
Fixed by PR #1580 for SBH1. Still needs fix for SBH2 setup. |
Not working on SBH1 |
Another PR created for SBH1 to hopefully fix this issue |
SBH2 is guessing https correctly. However, it is not guessing the backend URL correctly. However, it is not clear how it can guess that. Backend URL cannot be easily guessed, so it must be a required option not an advanced option. It should have instructions that indicate that it should be http://localhost:7777 when testing locally, but it should be the URL of the SBH1 backend otherwise. |
Closed with #818 |
Right now, it is guessing these as http, it needs to guess it as https, if it is running as a secure web server
This setup fix should also be done for SynBioHub 1
The text was updated successfully, but these errors were encountered: