|
Notes |
|
|
(0014220)
|
|
Julien Jomier
|
|
2008-11-28 08:53
|
|
CDash itself supports https submissions but CTest doesn't. The main issue is that the OpenSSL library is tricky to compile cross-platform (unless someone has a good alternative).
The workaround is to forward the https to http on your server configuration just for the submit.php script, while leaving the rest of CDash https. |
|
|
|
(0014257)
|
|
Bill Hoffman
|
|
2008-11-30 12:46
|
|
|
I think if you built CMake with an external curl that had ssl enabled, then it might just work. I have not tried this, but it should work. |
|
|
|
(0018438)
|
|
Julien Jomier
|
|
2009-11-15 21:58
|
|
|
Bill, do we have the SSL dynamic library support with CMake 2.8? |
|
|
|
(0018439)
|
|
Bill Hoffman
|
|
2009-11-15 22:02
|
|
|
No, I never got around to changing the default build of CMake for that. So, you have to rebuild CMake and build with SSL support. I did test it, and it should work. So, on linux you build with an external curl that has ssl support and you are set. On windows you can enable ssl in the curl that comes with CMake, you just have to find one you can link to. |
|
|
|
(0018440)
|
|
Bill Hoffman
|
|
2009-11-15 22:02
|
|
|
This can't be in the standard cmake distro because of export control issues with the ssl library... |
|
|
|
(0018441)
|
|
Julien Jomier
|
|
2009-11-15 22:05
|
|
|
|
|
(0028051)
|
|
Julien Jomier
|
|
2011-12-22 16:25
|
|
|
I'm closing this bug. This is more a CTest configuration. CDash does work with https. |
|