<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[WinInet und SSL]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>Ich hätte zwei kleine Fragen bezüglich WinInet und SSL bevor ich meine gesammte Applikation entsprechend umschreibe.</p>
<p>1.: Ist es überhaupt irgendwie möglich, verschlüsselte Seiten aufzurufen?<br />
2.: Wäre es möglich, ein Client- Zertifikat für die authenthisierung an den Request zu hängen?</p>
<p>Danke bereits im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/186023/wininet-und-ssl</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 09:14:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/186023.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Jul 2007 08:09:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WinInet und SSL on Wed, 04 Jul 2007 08:09:27 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>Ich hätte zwei kleine Fragen bezüglich WinInet und SSL bevor ich meine gesammte Applikation entsprechend umschreibe.</p>
<p>1.: Ist es überhaupt irgendwie möglich, verschlüsselte Seiten aufzurufen?<br />
2.: Wäre es möglich, ein Client- Zertifikat für die authenthisierung an den Request zu hängen?</p>
<p>Danke bereits im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1317969</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1317969</guid><dc:creator><![CDATA[dadevelopa]]></dc:creator><pubDate>Wed, 04 Jul 2007 08:09:27 GMT</pubDate></item><item><title><![CDATA[Reply to WinInet und SSL on Thu, 05 Jul 2007 07:50:14 GMT]]></title><description><![CDATA[<p>Ich habe nun selbst begonnen ein wenig herumzuexperimentieren:<br />
Folgender Aufruf:</p>
<pre><code class="language-cpp">File = HttpOpenRequest(Connection,NULL,TEXT
		(&quot;/verwaltung/getData.do?multiuser=t&quot;),NULL,NULL,NULL,INTERNET_FLAG_IGNORE_CERT_CN_INVALID | INTERNET_FLAG_IGNORE_CERT_DATE_INVALID | INTERNET_FLAG_SECURE,0);
</code></pre>
<p>Wenn ich nun HttpSendRequest Aufrufe wird ein Fehler mit der Fehlernummer 12045 geworfen. Laut API bedeuted das: The function is unfamiliar with the Certificate Authority that generated the server's certificate.</p>
<p>Das sollte aber doch durch meine Flags genau verhindert werden, soweit ich das sehe. Was habe ich falsch gemacht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1318666</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1318666</guid><dc:creator><![CDATA[dadevelopa]]></dc:creator><pubDate>Thu, 05 Jul 2007 07:50:14 GMT</pubDate></item></channel></rss>