<p></p>
<p>It's quite trivial to change GeniusPaste to call <code>soup_session_new_with_options()</code> instead of the current <code>soup_session_async_new_with_options()</code>, the resulting object is still the <code>SoupSession</code>, and it seems that the plugin is in fact doing a <strong>synchronous</strong> send. We can implement the queue'ed send, if needed, of course.</p>
<p>However, the implication of the proper TLS validation now is the need to have the system TLS certs available. On Linux there's usually a central cert-db, but not sure there's such on Windows. This plugin does not have direct ways to configure the cert-db location.</p>
<p>What's the recommended way to handle TLS validation on Windows?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/1078#issuecomment-861162376">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYTH2FVPLX6EDNR64DTS3KENANCNFSM45PTM2BQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJZZXDKUWQO7IGYVHFLTS3KENA5CNFSM45PTM2B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGNKEXCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/issues/1078#issuecomment-861162376",
"url": "https://github.com/geany/geany-plugins/issues/1078#issuecomment-861162376",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>