Topic: [SOLVED] WolfSSL on Eclipse

Hello! I am not really used on C and i have a University Project to analyze some RSA keys from various SSL services. I am trying to connect WolfSSL on eclipse for C/C++ and i am failing big time. Can someone help me on how i can do it?  I have downloaded wolfSSL and configured it, enabled the keygen and i have also configured eclipse correctly to run C programs.

Share

2 (edited by Kaleb J. Himes 2020-02-25 14:15:17)

Re: [SOLVED] WolfSSL on Eclipse

Hi Haere,

I received a nearly identical inquiry this morning through our support channel and suspect this might be a duplicate inquiry but for others reading the forums I am copy/pasting my response to that Zendesk ticket that came in through support [at] wolfssl [dot] com:

Thank you so much for reaching out to wolfSSL support. Can you tell us a bit about your project, end goals, and which organization you represent to help us better classify this inquiry? Thank you in advance!

When doing a test with a traditional webbrowser you can run the example server with these parameters: ./examples/server/server -w -i -d -g

-w = wait for bidirectional shutdown
-i = loop forever
-d = disable mutual auth (IE don't try to authenticate the client, 99.9% of all server do not do mutual auth by default)
-g = return a simple html web page

Then in a browser connect to https://127.0.0.1:11111

You should get an error about the certificate from the server not being trusted, you'll need to add a security exception for that cert (it's just a test certificate, not signed by a trusted root CA). After adding the exception you should see something like the attached screenshot.

Warm Regards,

K

Post's attachments

Screen Shot 2020-02-25 at 11.46.39.png
Screen Shot 2020-02-25 at 11.46.39.png 72.42 kb, 2 downloads since 2020-02-25 

You don't have the permssions to download the attachments of this post.