Hi we have a script that is pointed at an external...
# suitescript
m
Hi we have a script that is pointed at an external api. the api has been changed from http to https we have changed the in the script to be https but we are now getting the following error SSS_INVALID_HOST_CERT i have checked the issuer of the certificate and it is not on the approved microsoft list does anyone have any suggestions?
b
cant use suitescript for your integration
m
what would we need to use?
b
you will require some sort of middleware to send the request for you
m
like celigo?
b
there are lots of choices
you could potentially write your own server if you want
m
thank you