I am connecting to JAMF API using Basic Auth. The POST response should return the token and expires values. I am getting the following error from PAM-
"IO Error or connection aborted while executing request or processing HTTP response. class javax.net.ssl.SSLPeerUnverifiedException. peer not authenticated"
I supplied HTTP URL INFORMATION-
URL- "https://company.jamfcloud.com/api/v1/auth/token"
Authentication Type - HTTP Authentication
User name- "username"
Password- "pwd"


It works from Postman.

I updated the screenshot. I am using Authorization not Authentication in the HTTP Header.
I am new to using IT PAM. Any help is welcomed. Thank you.