<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Problem with urllib on https URLs"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109241">bug 109241</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Problem with urllib on https URLs"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109241#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Problem with urllib on https URLs"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109241">bug 109241</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>the important part from attachment
<a href="https://bugs.documentfoundation.org/attachment.cgi?id=135883">https://bugs.documentfoundation.org/attachment.cgi?id=135883</a>

soffice.bin     7992    CreateFile      C:\Program Files (x86)\LibreOffice
5\program\python-core-3.3.0\lib\LIBEAY32.dll NAME NOT FOUND
soffice.bin     7992    CreateFile      C:\Windows\SysWOW64\LIBEAY32.dll       
NAME NOT FOUND
soffice.bin     7992    CreateFile      C:\Windows\system\LIBEAY32.dll  NAME
NOT FOUND
soffice.bin     7992    CreateFile      C:\Windows\LIBEAY32.dll NAME NOT FOUND
soffice.bin     7992    CreateFile      C:\Program Files (x86)\LibreOffice
5\LIBEAY32.dll       NAME NOT FOUND
soffice.bin     7992    CreateFile     
C:\ProgramData\Oracle\Java\javapath\LIBEAY32.dll        NAME NOT FOUND
soffice.bin     7992    CreateFile      C:\Program Files (x86)\PC Connectivity
Solution\LIBEAY32.dll    NAME NOT FOUND
soffice.bin     7992    CreateFile      C:\Perl64\site\bin\LIBEAY32.dll NAME
NOT FOUND
soffice.bin     7992    CreateFile      C:\Perl64\bin\LIBEAY32.dll      NAME
NOT FOUND
soffice.bin     7992    CreateFile      C:\Program Files\Common Files\Microsoft
Shared\Windows Live\LIBEAY32.dll        NAME NOT FOUND
soffice.bin     7992    CreateFile      C:\Program Files (x86)\Common
Files\microsoft shared\Windows Live\LIBEAY32.dll  NAME NOT FOUND
soffice.bin     7992    CreateFile      C:\Program Files (x86)\Intel\iCLS
Client\libeay32.dll   SUCCESS

not sure how this entry got in there "C:\Program Files (x86)\LibreOffice
5\LIBEAY32.dll" - it shouldn't be the current dir?

this is what you would expect if the call to SetDllDirectoryW() from
sal_detail_initialize() worked as documented.

... which it does now, for me, too.

no, really: last week as described in <a href="show_bug.cgi?id=109241#c6">comment #6</a> i saw the current directory
being searched before the windows directories (which weren't searched at all
until i disabled that SetDllDirectory call), but today i see a very similar
results to what you see, and the "program" directory is searched at the end of
the PATH.

i haven't changed anything (other than pull the latest LO master) - no idea why
this changed.

but, well, good to learn that windows at least sometimes behaves as documented
:)</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>