You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been struggling to get this working with our on-premise TestRail environment.
I've managed to track it down to the version of HTTPS we're using (It's quite old!)
I could ask the server admins to upgrade it but that's going to take a while.
Can we add an option to configure the unirest security protocol?
The text was updated successfully, but these errors were encountered:
Chris153
changed the title
Option for lower SSL protocol
Option to configure HTTPS protocol
Aug 1, 2017
Hi. Sorry for long delay in response. For some kind of reason, GitHub didn't notify me of your email (or it got lost with overprotective anti-spam filter).
I couldn't find unirest security protocol setting you are talking about. Can you please provide URL or reference.
Hey, no worries, I went with the option of getting our infrastructure upgraded in the end! I will dig out the link though incase anyone else runs into it.
Here you go... https://github.com/Kong/unirest-nodejs#requestoptions
The two options I think I needed were strictSSL and secureProtocol.
Like I say, I got our admins to upgrade the server (which ultimately was the right thing to do anyway) so there's no real need for this anymore (or any rush for it). Thanks again.
I've been struggling to get this working with our on-premise TestRail environment.
I've managed to track it down to the version of HTTPS we're using (It's quite old!)
I could ask the server admins to upgrade it but that's going to take a while.
Can we add an option to configure the unirest security protocol?
The text was updated successfully, but these errors were encountered: