[Libreoffice-bugs] [Bug 108316] LibreOffice win32 comes with a broken ssl module

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 12 13:07:25 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=108316

--- Comment #8 from Michael Stahl <mstahl at redhat.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170612/20319585/attachment.html>


More information about the Libreoffice-bugs mailing list