Response Body showing message : [ERROR CODE: -1 ] peer not authenticated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 07:10 AM
We have performed rest integration between snow and third party tool.
in some transactions that are getting failed , i am seeing Response body = [ERROR CODE: -1 ] peer not authenticated.
this is only happening for some of the transactions not all, any idea what could be going wrong here.?
I don't suspect Certificates to play a role here as some transactions are successful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 07:45 AM
Hi Deepanshanand,
Do you see any pattern for the requests which are failing? i.e. request body containing similar type of data
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2018 07:16 AM
Hi Deepanshanand,
Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2018 04:36 AM
Hi Deepanshanand,
Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2018 03:54 AM
Hi Ankur,
i am seeing difference in request headers for transactions in outbound logs
correct transaction headers : {Content-Length=66, Content-Type=application/json, Authorization=Basic abc, User-Agent=Jakarta Commons-abc, Host=abc.com}
failed transaction : {Content-Length=66, Content-Type=application/json, Authorization=Basic abc}
for failed transactions , i am seeing data missing, but not sure about the cause of this.
there is a single code which is generating both headers, have you came across anything like this?