Re: cant accept path in ota example
Posted: Tue Nov 03, 2020 12:22 am
Hello k.ifantidis ,
When you said "If your CA certficates are ok" what do you mean exactly?
I'm testing right now a code with a local server and I created local self-signed certificates using:
openssl s_server -WWW -key ca_key.pem -cert ca_cert.pem -port
After that, as I am using esp_https_ota library, I just paste the ca_cert.pem to the code and it seems it isnt not working and is having problems getting the connection.
Am I right putting the ca_cert.pem in the code? I also try to find the cert chain in my local server but it turns out it's exactly the same as cert.pem.
Hope you can help me
When you said "If your CA certficates are ok" what do you mean exactly?
I'm testing right now a code with a local server and I created local self-signed certificates using:
openssl s_server -WWW -key ca_key.pem -cert ca_cert.pem -port
After that, as I am using esp_https_ota library, I just paste the ca_cert.pem to the code and it seems it isnt not working and is having problems getting the connection.
Am I right putting the ca_cert.pem in the code? I also try to find the cert chain in my local server but it turns out it's exactly the same as cert.pem.
Hope you can help me