<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WinCairo][MiniBrowser] Add ca-bundle to display secure pages"
   href="https://bugs.webkit.org/show_bug.cgi?id=168486#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WinCairo][MiniBrowser] Add ca-bundle to display secure pages"
   href="https://bugs.webkit.org/show_bug.cgi?id=168486">bug 168486</a>
              from <span class="vcard"><a class="email" href="mailto:Basuke.Suzuki&#64;am.sony.com" title="Basuke Suzuki &lt;Basuke.Suzuki&#64;am.sony.com&gt;"> <span class="fn">Basuke Suzuki</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=168486#c6">comment #6</a>)

<span class="quote">&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=302689&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=302689&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/platform/network/curl/ResourceHandleManager.cpp:102
&gt; &gt; +    char* envPath = getenv(&quot;CURL_CA_BUNDLE_PATH&quot;);
&gt; 
&gt; Preferring this if it exists seems ok.
&gt; </span >

<span class="quote">&gt; I'm not sure it's a good idea to download this file every time you build. 
&gt; It could slow things down, it would require network access while building or
&gt; fail, it would ping the curl server every time a developer runs cmake and
&gt; developers might worry that they are being tracked,</span >

That's right. Actually that is exactly annoying thing by update-webkit-dependency do for me. I agree to avoid this kind of download on build process.

<span class="quote">&gt; CMake's
&gt; file(DOWNLOAD ...) seems to ignore ssl errors, so it's unclear how secure it
&gt; really is.</span >

OMG, this must be the biggest reason to deny this patch.


<span class="quote">&gt; It would be nice to print out instructions for how to get the
&gt; cacert.pem, but I don't think this is a good idea to commit to the
&gt; repository as-is.</span >

My idea is not downloading it separately, but include it inside WinCairoRequirements, because that library must maintain regularly. But at this moment, it seems not easy to make change to WinCairoRequirements.

Until then, I just want to remove the download patch.</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>