Sure, I am planning on implementing an entropy system that does not totally depend on these instructions for randomness.
Hi @Doczom
About the port issue, the logic is correct and actually works, but DEBUGF prints before the HTTPS check changes 80 to 443. I will fix the logging order.
And the rest of the…
What CPU are you using, if I may ask? is it something that does not support RDRAND and RDSEED ?
Hi @Doczom ,
I have set these as default paths:
mbedtls_path = /kolibrios/lib/mbedtls.obj
ca_path = /sys/network/ca-bundle.pem
does this work? I'm unsure about the ca_path since…
Hi @Sweetbread ,
I've improved the debug messages. Now, the library should clearly indicate if TLS engine is failing and it's falling back to HTTP-only mode.
If you're still having trouble…
Thank you!
I implemented it in a way so that the whole https chain gets triggered automatically when they pass an https:// url to the library, so no, the old apps don't need to change any…
Weekly Report:
- Cleaned up the HTTP library to remove messy, repeated code and added internal functions to handle connection states better.
Weekly Report:
- Raised this PR for PUT and DELETE methods along with test examples.