How should one handle expiring TLS certificates?
Posted: Mon Oct 08, 2018 7:55 pm
I've not done much work using HTTPS, but here's what I have so far.
Edit: My code is based on the https_request example.
- We have a server running at https://mydomain.azurewebsites.net
- I obtained a root certificate via the command openssl s_client -showcerts -connect <server_name>:443 </dev/null
- I am able to validate my connection, send data, and receive responses
Edit: My code is based on the https_request example.