how to change set(CTEST_DROP_METHOD "https") to http on production docker instance #2028
Replies: 8 comments 1 reply
-
is it possible to run the production docker instance without https? |
Beta Was this translation helpful? Give feedback.
-
You can set |
Beta Was this translation helpful? Give feedback.
-
Thanks @williamjallen, ive tried to set app_env to developement however it makes GUI not work - im able to see the top banner and login but nothing passed that - ive tried on both chrome and firefox. my env file looks like this:
and im using this command to launch the instance
|
Beta Was this translation helpful? Give feedback.
-
when i use https in the app_url - i do seem to resolve the GUI issues but then the set(CTEST_DROP_METHOD "https") is auto set to https also |
Beta Was this translation helpful? Give feedback.
-
my ideal solution would be to have https on access the GUI and be able to receive HTTP submissions |
Beta Was this translation helpful? Give feedback.
-
Did you run |
Beta Was this translation helpful? Give feedback.
-
i destroyed the containers and volumes and launched fresh |
Beta Was this translation helpful? Give feedback.
-
I don't think there's currently a "built-in" way to achieve this with CDash's docker images, but in the past we've achieved this with careful use of apache RewriteRules. Let me see if I can dig up an example for you. |
Beta Was this translation helpful? Give feedback.
-
Apart of our infrastructure we have some instances that are unable to submit throught https - is there a way of changing the drop method to http?
As part of this ive extended the docker compose files to be open on port 443 and 8080 and updated the apache config aswell.
Beta Was this translation helpful? Give feedback.
All reactions