-
Notifications
You must be signed in to change notification settings - Fork 0
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
Self-cert SSL for local https #7
Merged
Merged
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ae49a8 - Browse repository at this point
Copy the full SHA 3ae49a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913c5ba - Browse repository at this point
Copy the full SHA 913c5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ff45c - Browse repository at this point
Copy the full SHA 48ff45cView commit details -
- Improved readability of `fullSetup.sh` - Added logic to create self-cert SSL when running locally. This is needed to support testing with http/2
Configuration menu - View commit details
-
Copy full SHA for 13141e4 - Browse repository at this point
Copy the full SHA 13141e4View commit details -
Create docker-compose-local.yml
- Created `docker-compose` file for self-cert testing
Configuration menu - View commit details
-
Copy full SHA for 5e9ed0e - Browse repository at this point
Copy the full SHA 5e9ed0eView commit details
Commits on Oct 22, 2024
-
- Improved `fullSetup.sh` - Fixed `local.conf` - `docker-compose-local.yml` now starts up correctly. `curl -I --http2 -k https://localhost` shows that http/2 is working as expected
Configuration menu - View commit details
-
Copy full SHA for a5f6090 - Browse repository at this point
Copy the full SHA a5f6090View commit details -
Updated syntax for Docker network
- Updated syntax for Docker network
Configuration menu - View commit details
-
Copy full SHA for e58eddd - Browse repository at this point
Copy the full SHA e58edddView commit details -
- Improved logic for setting `/etc/sysctl.conf` settings
Configuration menu - View commit details
-
Copy full SHA for c668c4d - Browse repository at this point
Copy the full SHA c668c4dView commit details -
- Docker is no longer reinstalled when running `fullSetup.sh` multiple times
Configuration menu - View commit details
-
Copy full SHA for 2c28bdd - Browse repository at this point
Copy the full SHA 2c28bddView commit details -
- Local Nginx config updated to proxy_pass to the correct container. Now the local development UI uses http/2 when the URL is `https://localhost` (note that we don't include the port)!
Configuration menu - View commit details
-
Copy full SHA for 27e792f - Browse repository at this point
Copy the full SHA 27e792fView commit details
Commits on Oct 23, 2024
-
Remove "hello-world" container
- Docker testing container is now removed after we verify that the Docker engine is working correctly
Configuration menu - View commit details
-
Copy full SHA for 13a6ffa - Browse repository at this point
Copy the full SHA 13a6ffaView commit details -
- local Nginx config updated to use variables for DNS resolution, which should help ensure that Nginx works even when started before the app's containers
Configuration menu - View commit details
-
Copy full SHA for ff5fe54 - Browse repository at this point
Copy the full SHA ff5fe54View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.