Skip to main content
Question

Can the httpcaller reference a pfx cert for authentication?

  • August 19, 2020
  • 1 reply
  • 17 views

robotix
Contributor
Forum|alt.badge.img+10
Can the httpcaller reference a pfx cert for authentication?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

siennaatsafe
Safer
Forum|alt.badge.img+12

Hi @robotix​ ,

Unfortunately, the HTTPCaller cannot use a pfx cert for authentication. The authentication methods we do support are When authenticating with a username and password, the basic, digest and NTLM access authentication methods are supported: When authenticating with a username and password, the basic, digest and NTLM access authentication methods are supported:

  • Basic (HTTP Basic authentication): This is the default choice, and the only method in widespread use and supported virtually everywhere. This sends the username and password over the network in plain text, easily captured by others.
  • Digest (HTTP Digest authentication): Digest authentication is more secure over public networks than the Basic method.
  • NTLM (HTTP NTLM authentication): NTLM is a proprietary protocol invented and used by Microsoft. It uses a challenge-response and hash concept similar to Digest to prevent the password from being eavesdropped.
  • Single Sign-On

You could try posting an Idea here: https://community.safe.com/s/idea/Idea/00B4Q00000ABiEt

Ideas are our way of tracking user submitted ideas. Additionally, any context you could provide as to why this enhancement is important to you would be great.