Re: [CMake] ctest crashes with HTTPS drop method

2011-01-18 Thread Gerhard Gappmeier
Hi David, I compiled it using the Gentoo package manager: "emerge cmake" Gentoo compiles (almost) everything from source. But I did not do a manual cmake+make. Using ldd I can see that ctest is linked against openssl, so that should not be the problem. The coredump even shows that it crashes wh

Re: [CMake] ctest crashes with HTTPS drop method

2011-01-18 Thread David Cole
Did you build ctest yourself, or are you using Kitware's pre-built binaries? The Kitware pre-built binaries do not have OpenSSL linked in. Therefore, you cannot submit via https with the pre-built binaries. If you built it yourself, you need to make sure the CMAKE_USE_OPENSSL option is ON. It's O

[CMake] ctest crashes with HTTPS drop method

2011-01-18 Thread Gerhard Gappmeier
Hi I tried to change the drop method from HTTP to HTTPS today, because I want to secure my server before I make it world accessible. However ctest crashes with segmentation fault. The apache server uses a self-signed certificate, maybe this causes the problem. How can I add this to the trust li