Jump to content
UBot Underground

TLS 1.2 and http


Recommended Posts

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 

Link to post
Share on other sites

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/

  • Like 1
Link to post
Share on other sites

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?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...