<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[wolfSSL - Embedded SSL Library — wolfSSL-2.8.0 for embedded SSL on STM32F417 (FreeRTOS - Lwip).]]></title>
		<link>https://www.wolfssl.com/forums/topic483-wolfssl280-for-embedded-ssl-on-stm32f417-freertos-lwip.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic483.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in wolfSSL-2.8.0 for embedded SSL on STM32F417 (FreeRTOS - Lwip)..]]></description>
		<lastBuildDate>Mon, 20 Jan 2014 23:14:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: wolfSSL-2.8.0 for embedded SSL on STM32F417 (FreeRTOS - Lwip).]]></title>
			<link>https://www.wolfssl.com/forums/post1509.html#p1509</link>
			<description><![CDATA[<p>Hi djconcept,</p><p>The -208 error is a SOCKET_ERROR_E, or &quot;error state on socket&quot;.</p><p>We typically use the echoserver (./examples/echoserver/echoserver) to test against browsers, as it handles connections a little different. Browsers usually need to re-try the SSL handshake at least twice, as they need to ask the user to confirm connecting to an &quot;unsecure&quot; site (because our test certificates are self-signed).</p><p>It may be that your client (Chrome) is trying to do a second connection attempt, when your server has already shut down.&nbsp; To see the difference, if you run our example server on your desktop machine (./examples/server/server), then connect through your browser:</p><p><a href="https://127.0.0.1:11111">https://127.0.0.1:11111</a></p><p>You&#039;ll see the inaccessible error from Chrome like you listed above.&nbsp; If you then try with our echoserver example (./examples/echoserver/echoserver), you should see that it works like expected.</p><p>Best Regards,<br />Chris</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Mon, 20 Jan 2014 23:14:09 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post1509.html#p1509</guid>
		</item>
		<item>
			<title><![CDATA[Re: wolfSSL-2.8.0 for embedded SSL on STM32F417 (FreeRTOS - Lwip).]]></title>
			<link>https://www.wolfssl.com/forums/post1493.html#p1493</link>
			<description><![CDATA[<p>In Wireshark, I see a problem. </p><p><span class="postimg"><img src="http://w3.dvc-co.com/web/info/Capture4.PNG" alt="http://w3.dvc-co.com/web/info/Capture4.PNG" /></span></p><p>And the error is here:</p><div class="codebox"><pre><code>        case SERVER_HELLO_DONE :
            if (!ssl-&gt;options.resuming) {
                while (ssl-&gt;options.clientState &lt; CLIENT_FINISHED_COMPLETE)
                    if ( (ssl-&gt;error = ProcessReply(ssl)) &lt; 0) {
                        WOLFSSL_ERROR(ssl-&gt;error);
                        return SSL_FATAL_ERROR;
                    }
            }</code></pre></div><p>ssl-&gt;error = -208</p><p>Can you help me? I may be missing something.</p><p>I thank you in advance for your help.</p>]]></description>
			<author><![CDATA[null@example.com (djconcept)]]></author>
			<pubDate>Fri, 03 Jan 2014 12:50:08 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post1493.html#p1493</guid>
		</item>
		<item>
			<title><![CDATA[wolfSSL-2.8.0 for embedded SSL on STM32F417 (FreeRTOS - Lwip).]]></title>
			<link>https://www.wolfssl.com/forums/post1492.html#p1492</link>
			<description><![CDATA[<p>Hello and Happy New Year!&nbsp; <img src="https://www.wolfssl.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> </p><p>For my first post I will try to be clear. I&#039;ve searched a lot the solution on this forum, but I found nothing.&nbsp; <img src="https://www.wolfssl.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /> </p><p>- The exercise is to install a webserver on a STM32 project. And this part works perfectly!</p><p>Now, I try to implemented a secure communication. =&gt; With wolfSLL 2.8.0</p><p>My problem is this:</p><p>1- Client/Server =&gt; Client on Visual studio/Server on STM32</p><p>Everything seems to work correctly.</p><p><span class="postimg"><img src="http://w3.dvc-co.com/web/info/Capture1.PNG" alt="http://w3.dvc-co.com/web/info/Capture1.PNG" /></span></p><p><span class="postimg"><img src="http://w3.dvc-co.com/web/info/Capture2.PNG" alt="http://w3.dvc-co.com/web/info/Capture2.PNG" /></span></p><p>2- Client/Server =&gt; <strong>Client Web browser/</strong>Server on STM32</p><p>This is where the problems begin:</p><p><span class="postimg"><img src="http://w3.dvc-co.com/web/info/Capture3.PNG" alt="http://w3.dvc-co.com/web/info/Capture3.PNG" /></span></p><p>More ... in the next post.</p>]]></description>
			<author><![CDATA[null@example.com (djconcept)]]></author>
			<pubDate>Fri, 03 Jan 2014 12:43:04 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post1492.html#p1492</guid>
		</item>
	</channel>
</rss>
