Did you build ctest yourself, or are you using Kitware&#39;s pre-built binaries?<br><br>The Kitware pre-built binaries do not have OpenSSL linked in. Therefore, you cannot submit via https with the pre-built binaries.<br><br>
If you built it yourself, you need to make sure the CMAKE_USE_OPENSSL option is ON. It&#39;s OFF by default.<br><br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Tue, Jan 18, 2011 at 12:04 PM, Gerhard Gappmeier <span dir="ltr">&lt;<a href="mailto:gerhard.gappmeier@ascolab.com">gerhard.gappmeier@ascolab.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="font-family: &#39;Sans Serif&#39;; font-size: 9pt; font-weight: 400; font-style: normal;">
<p style="margin: 0px; text-indent: 0px;">Hi</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">I tried to change the drop method from HTTP to HTTPS today,</p>
<p style="margin: 0px; text-indent: 0px;">because I want to secure my server before I make it world accessible.</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">However ctest crashes with segmentation fault.</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">The apache server uses a self-signed certificate, maybe this causes the problem.</p>
<p style="margin: 0px; text-indent: 0px;">How can I add this to the trust list? Does ctest have a trust list somewhere?</p>
<p style="margin: 0px; text-indent: 0px;">I tried to add add it to /etc/ssl/certs, but this seems not to work.</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">The coredump does not help a lot without debug symbols, but at least it shows the function that crashes:</p>
<p style="margin: 0px; text-indent: 0px;">Core was generated by `ctest -D Experimental -VV&#39;.</p>
<p style="margin: 0px; text-indent: 0px;">Program terminated with signal 11, Segmentation fault.</p>
<p style="margin: 0px; text-indent: 0px;">#0  0xb71ab900 in engine_unlocked_finish ()---Type &lt;return&gt; to continue, or q &lt;return&gt; to quit---</p>
<p style="margin: 0px; text-indent: 0px;">(gdb) bt</p>
<p style="margin: 0px; text-indent: 0px;">#0  0xb71ab900 in engine_unlocked_finish () from /usr/lib/libcrypto.so.1.0.0</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">The output using -VV looks like this if it helps:</p>
<p style="margin: 0px; text-indent: 0px;">...</p>
<p style="margin: 0px; text-indent: 0px;">Close file: CoverageLog-0.xml</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">        Covered LOC:         2154</p>
<p style="margin: 0px; text-indent: 0px;">        Not covered LOC:     2823</p>
<p style="margin: 0px; text-indent: 0px;">        Total LOC:           4977</p>
<p style="margin: 0px; text-indent: 0px;">        Percentage Coverage: 43.28%</p>
<p style="margin: 0px; text-indent: 0px;">UpdateCTestConfiguration  from :/home/gergap/work/buildbot/sidusttng/build/DartConfiguration.tcl</p>
<p style="margin: 0px; text-indent: 0px;">Parse Config file:/home/gergap/work/buildbot/sidusttng/build/DartConfiguration.tcl</p>
<p style="margin: 0px; text-indent: 0px;">Submit files (using https)</p>
<p style="margin: 0px; text-indent: 0px;">   Using HTTP submit method</p>
<p style="margin: 0px; text-indent: 0px;">   Drop site:<a href="https://cdash.ascolab.com/CDash/submit.php?project=sidusttng" target="_blank">https://cdash.ascolab.com/CDash/submit.php?project=sidusttng</a></p>
<p style="margin: 0px; text-indent: 0px;">   Upload file: /home/gergap/work/buildbot/sidusttng/build/Testing/20110118-1644/Build.xml to <a href="https://cdash.ascolab.com/CDash/submit.php?project=sidusttng&amp;FileName=ws-gergap___Linux-c%2B%2B___20110118-1644-Experimental___XML___Build.xml&amp;MD5=e27e48db416631db7f44d7e91e5f174f" target="_blank">https://cdash.ascolab.com/CDash/submit.php?project=sidusttng&amp;FileName=ws-gergap___Linux-c%2B%2B___20110118-1644-Experimental___XML___Build.xml&amp;MD5=e27e48db416631db7f44d7e91e5f174f</a> Size: 963</p>

<p style="margin: 0px; text-indent: 0px;">Segmentation fault (core dumped)</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">Some version infos:</p>
<p style="margin: 0px; text-indent: 0px;">gergap@ws-gergap ~ $ ctest --version</p>
<p style="margin: 0px; text-indent: 0px;">ctest version 2.8.3</p>
<p style="margin: 0px; text-indent: 0px;">gergap@ws-gergap ~ $ eix -I -c openssl</p>
<p style="margin: 0px; text-indent: 0px;">[I] dev-libs/openssl (1.0.0c@12/07/2010): full-strength general purpose cryptography library (including SSL v2/v3 and TLS v1)</p>
<p style="margin: 0px; text-indent: 0px;">gergap@ws-gergap ~ $ uname -a</p>
<p style="margin: 0px; text-indent: 0px;">Linux ws-gergap 2.6.36-gentoo-r1 #1 SMP PREEMPT Wed Dec 8 09:41:17 CET 2010 i686 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz GenuineIntel GNU/Linux</p>
<p style="margin: 0px; text-indent: 0px;"><br>-- </p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;; font-weight: 600;">Gerhard Gappmeier</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">ascolab GmbH - automation systems communication laboratory</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">Tel.: +49 9131 691 123</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">Fax: +49 9131 691 128</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">Web: <a href="http://www.ascolab.com" target="_blank">http://www.ascolab.com</a></span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">GPG Key Id: 5AAC50C4</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">GPG Fingerprint: 967A 15F1 2788 164D CCA3 6C46 07CD 6F82 5AAC 50C4</span></p>
<p style="margin: 0px; text-indent: 0px; font-family: &#39;arial&#39;;"></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">--</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;; font-weight: 600;">ascolab GmbH</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">Geschäftsführer: Gerhard Gappmeier, Matthias Damm, Uwe Steinkrauß</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">Sitz der Gesellschaft: Am Weichselgarten 7 . 91058 Erlangen . Germany</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">Registernummer: HRB 9360</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;arial&#39;;">Registergericht: Amtsgericht Fürth</span></p></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>