Hello, Im trying to configure a connection to an endpoint but after I have added the url to the serverConf.xml file I get this error.
IOB-090007 Network error (connect(), errno=10061: no connection could be made because the target machine actively refused it.)
The URL in the API call:
https://blabla.no.test.net/CRM/Report/G15/ViewingParticipant?viewingDate=2022-09-02
and the configuration in the serverConf.xml file.
<url dnsSuffix="blabla.no.test.net" urlRegEx="https://.*"/>
Any ideas?
Best Regards,
Martin
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @marting66652718
Looks like the URL permissions are alright else the error would have been something else. Also, the error says the connection was refused by the target machine.
My assumption is that the API needed some sort of authorization that is not passed in the headers. Checking the authorization will be a starting point to fixing this issue.
Hello @marting66652718
Looks like the URL permissions are alright else the error would have been something else. Also, the error says the connection was refused by the target machine.
My assumption is that the API needed some sort of authorization that is not passed in the headers. Checking the authorization will be a starting point to fixing this issue.
Hi @marting66652718 ,
From the error logs you shared it can been that the problem is from your endpoint server where it is not accepting connection request made from you campaign server. Now, if you are trying to connect to the endpoint Url from campaign instance then make sure that public IP addresses of your campaign instance is whitelisted on the endpoint server authorization list.
Br,
Shubham
Hi @marting66652718,
Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!
Views
Replies
Total Likes