<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - LibreOffice win32 comes with a broken ssl module"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108316#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - LibreOffice win32 comes with a broken ssl module"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108316">bug 108316</a>
from <span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span></b>
<pre>in my master dev build it is working fine (with CPython 3.5 and MSVC 2017).
the obvious difference between the 2 _ssl.pyd is that the small one
is dynamically linked and the large one is statically linked.
if put the following in instdir/share/Scripts/python/usessl.py:
def UseSSL():
import ssl
xModel = XSCRIPTCONTEXT.getDocument().getText().setString("UseSSL success")
...and run it from Writer, there is no error and the expected
success message appears in the document.
do you perhaps have some files "ssleay32.dll" and "libeay32.dll"
somewhere in C:/Windows ? that is known to ruin one's day.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>