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
battk
03/13/2020, 1:16 PM
cant use suitescript for your integration
m
Mark Walker
03/13/2020, 1:17 PM
what would we need to use?
b
battk
03/13/2020, 1:17 PM
you will require some sort of middleware to send the request for you
m
Mark Walker
03/13/2020, 1:18 PM
like celigo?
b
battk
03/13/2020, 1:18 PM
there are lots of choices
battk
03/13/2020, 1:19 PM
you could potentially write your own server if you want