-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add https support to apache2 on ICF-CI #22
Draft
christian-monch
wants to merge
17
commits into
psychoinformatics-de:main
Choose a base branch
from
christian-monch:enh-ci-https
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add https support to apache2 on ICF-CI #22
christian-monch
wants to merge
17
commits into
psychoinformatics-de:main
from
christian-monch:enh-ci-https
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
christian-monch
force-pushed
the
enh-ci-https
branch
9 times, most recently
from
May 31, 2023 10:54
ff22b36
to
840ced5
Compare
mih
added a commit
that referenced
this pull request
May 31, 2023
Won't be fixed before #22 has landed
The remaining errors are not related to https (datalad get fails) |
This commit updates the server keys to carry the FQDN in CN and subjectAltName
christian-monch
force-pushed
the
enh-ci-https
branch
from
May 31, 2023 12:07
04964ee
to
62bcbfd
Compare
christian-monch
force-pushed
the
enh-ci-https
branch
from
May 31, 2023 13:19
1de95cd
to
97ffe0e
Compare
christian-monch
force-pushed
the
enh-ci-https
branch
from
May 31, 2023 13:43
45ab5d6
to
134172f
Compare
Rename ChristianMoenchCA.crt to INM-ICF-TestCA.crt Clone this branch when building a singularity container. This should be removed, once the certificates are in main-branch
christian-monch
force-pushed
the
enh-ci-https
branch
from
May 31, 2023 15:43
568e4c3
to
ffa982d
Compare
christian-monch
force-pushed
the
enh-ci-https
branch
from
May 31, 2023 15:48
ffa982d
to
2732615
Compare
Remaining get-errors where fixed by merging the latest changes from main into the branch. |
christian-monch
force-pushed
the
enh-ci-https
branch
from
May 31, 2023 20:39
086d218
to
fe31335
Compare
ste-phi
pushed a commit
to Aswendt-Lab/inm-icf-utilities
that referenced
this pull request
Sep 10, 2024
Won't be fixed before psychoinformatics-de#22 has landed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR enables SSL on the test-HTTP server. It installs all necessary certificates to enable
requests
andgit-annex
to establish connections to the server.The PR changes the
data_webserver
-fixture to return anhttps:
-URL on an appveyor-VM. So all tests should run against an https:-endpoint.Fixes #17
BEFORE this PR can be merged, the following tasks have to be completed:
./singularity/icf.def:27
according to the comment after Add certs for a test https server #36 was merged..appveyor/data
from this branch (optional)To indicate that the previous tasks should be completed before the merge, this PR is put into draft mode