Search found 2 matches
- Sat Jun 01, 2019 6:07 pm
- Forum: ESP-IDF
- Topic: Not able to call function (SSL_CTX_use_certificate_chain_file) in ssl.h
- Replies: 3
- Views: 4480
Re: Not able to call function (SSL_CTX_use_certificate_chain_file) in ssl.h
Hi Ritesh, Thanks for the quick reply. I can see that this function is includes in the header file in esp-idf/components/openssl/include/openssl/ssl.h on line 987: /** * @brief load the certification chain file into SSL context * * @param ctx - SSL context point * @param file - certification chain f...
- Fri May 31, 2019 7:02 pm
- Forum: ESP-IDF
- Topic: Not able to call function (SSL_CTX_use_certificate_chain_file) in ssl.h
- Replies: 3
- Views: 4480
Not able to call function (SSL_CTX_use_certificate_chain_file) in ssl.h
Hi I am trying to create a WSS over HTTPS client. I am using the example project from esp-idf/examples/protocols/openssl_client/. This project builds and connects to my server, however it returns a http bad request 400. In order to fix this I think I need to secure the connection with my certificate...