<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Proxy settings disregarded for reporting crashes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114227">114227</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Proxy settings disregarded for reporting crashes
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.4.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>baron@caesar.elte.hu
          </td>
        </tr>

        <tr>
          <th>Blocks</th>
          <td>113285
          </td>
        </tr></table>
      <p>
        <div>
        <pre>- Set a non-existent proxy in LibreOffice (Tools -> Options...; Internet ->
Proxy), eg. select Manual proxy server, and set 127.0.0.1 / 8080 both for HTTP
and HTTPS.
- Provoke a crash. (<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CRASH: Crash clicking somewhere in the sheet after adding a textbox with zero undo steps"
   href="show_bug.cgi?id=111187">bug 111187</a> is a good candidate at the moment)
- Report crash.

=> Crash is reported fine, while it should fail due to the false proxy
settings.

Can be tested in the opposite way as well, if the internet is only available
through a proxy, setting the server (or using the default setting: System)
should work, but it doesn't.

The details for the crash about to be reported (before hitting Submit) are
stored in <profile>/dump.ini. It can be verified with a text editor that the
INI file contains no proxy details.
The config reader is prepared to read Proxy details, see the uploadContent(...)
function:
<a href="https://opengrok.libreoffice.org/xref/core/desktop/source/minidump/minidump.cxx#85">https://opengrok.libreoffice.org/xref/core/desktop/source/minidump/minidump.cxx#85</a>

Reporting crashes through a proxy can be manually tested by adding the
following to the dump.ini before submitting the crash report (the report can
also be manually submitted using minidump_upload from the program dir, and
giving the location of dump.ini as parameter):

Proxy=http://<proxy ip>:<proxy port>
or
Proxy=https://<proxy ip>:<proxy port>

My experience with a local setup of a simple proxy [1] is that the following
line works, despite that the crash reporting is done via https (this might be
another bug?):
Proxy=http://<proxy ip>:<proxy port>

I also encountered a proxy setup (details are unknown apart from server and
port, coming from proxy configuration script) where crash reporting was
unsuccessful even after manually setting the proxy as above.

Observed using LO 6.0beta1 & 5.4.3.2 / Windows 7.

[1] <a href="http://www.analogx.com/contents/download/Network/proxy/Freeware.htm">http://www.analogx.com/contents/download/Network/proxy/Freeware.htm</a></pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] Crash report system bugs and enhancements"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113285">Bug 113285</a>] [META] Crash report system bugs and enhancements
              </li>
          </ul>
        </div>
        <br>

      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>