Kev 69 Posted December 19, 2020 Report Share Posted December 19, 2020 Hi all, I use an API that will require TLS 1.2 - I use http plugin. I was wondering how I might go about making this TLS 1.2 compliant? They emailed me to tell me I need to do this as it won't work come January. Thank you Quote Link to post Share on other sites
HelloInsomnia 1103 Posted December 19, 2020 Report Share Posted December 19, 2020 Set this header: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Upgrade-Insecure-Requests plugin command("HTTP post.dll", "http set headers", "Upgrade-Insecure-Requests", 1) Can see how it affects it by sending a get to this page: https://www.howsmyssl.com/ 1 Quote Link to post Share on other sites
Kev 69 Posted December 20, 2020 Author Report Share Posted December 20, 2020 Thanks Nick, so at the top of my code I've pasted in the plugin command code you've provided there and navigated to howsmyssl.com and it says it's fine. That all I need to do? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.