I have found this code on the internet to make a N...
# general
m
I have found this code on the internet to make a NetSuite connection with .net, but when using it with my data it is giving me the following error: Request aborted: unable to create SSL/TLS secure channel. Has anyone had a similar problem or know if there is a manual for integrating with the .net IDE, thanks a lot
b
that error would be if you cant even connect to your restlet
which means you have a lot of unnecessary code related to headers
figure out how to do a get to your restlet, worry about the authentication later
that said, the usual recommendation is to use https://restsharp.dev/
its usually far easier to use something that already supports oauth 1
m
thank you, I'm going to try
b
keep in mind that you still need to understand the documentation on TBA
for example, you would not want to use HMAC-SHA1