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? |
|
You can set |
|
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 |
|
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 |
|
my ideal solution would be to have https on access the GUI and be able to receive HTTP submissions |
|
Did you run |
|
i destroyed the containers and volumes and launched fresh |
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. |
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions