Topic: Embedded Linux with wolfssl call web service
Could you tell me how to implement a web service call for embedded linux using wolfsll embedded ssl?
Thanks in advanced!
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → wolfSSL → Embedded Linux with wolfssl call web service
Could you tell me how to implement a web service call for embedded linux using wolfsll embedded ssl?
Thanks in advanced!
Hi anhdv,
Can you explain a little more about what you would like to do?
Thanks,
Chris
I intend to develop a vending machine with embedded linux and I would like to use wolfssl for a secure connection to back-end via a web service or WCF service hosted in IIS
Adding SSL/TLS to your application code and switching from using TCP/IP directly to using SSL/TLS is usually fairly simple. I'm guessing that you'll already have a thin HTTP client that will communicate back to your server, which you now want to add HTTPS support to?
You can take a look at our example client (<cyassl_root>/examples/client/client.c), which sends a simple "GET" command when used with the "-g" option. We also have several documentation resources which may be of assistance, including:
1) SSL Tutorial: http://yassl.com/yaSSL/Docs-cyassl-manu … orial.html
2) wolfSSL Embedded SSL Manual: http://yassl.com/yaSSL/Docs-cyassl-manual-toc.html
Best Regards,
Chris
wolfSSL - Embedded SSL Library → wolfSSL → Embedded Linux with wolfssl call web service
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.017 seconds (89% PHP - 11% DB) with 11 queries