Other Parts Discussed in Thread: UNIFLASH
Hi,
Can anyone please tell me how do I make Secured HTTP client connection. Please I got stuck because there is lack of examples in SDK.
Regards
Manish
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
First of all thanks to Ben and Michael, you both have cleared my doubts, but one question is still exists that if we are client and connecting to HTTPS server do we need a certificate for that or no?
Regards
Manish Thakur
Hi Manish,
When connecting to an HTTPS server, the same requirements apply as for other TLS connections. Refer to section 7.5.3 of the Network Processor Programmer's guide for details:
The expectation of our HTTP library and example is that, at a minimum, server authentication will be performed. The device needs to have the server's Root CA stored on the file system for this and the secParams we are referring to configured accordingly. Client authentication is optional and depends on the configuration of the server.
Best Regards,
Ben M
Hi Ben,
Thanks for the info and i'll get back to you when this is done meanwhile do not close this thread.
Regards
Manish