You can create a custom HTTPS protocol profile to specify the credentials and certificates used for outbound web services. For example, you can create a custom HTTPS protocol profile to enable mutual authentication.

Before you begin

About this task

Mutual authentication causes the web service provider and consumer to authenticate with each other before communicating. You must configure a REST or SOAP message to support mutual authentication.
  • Outbound REST: Create a REST message using basic authentication.
  • Outbound SOAP: Create a SOAP message using mutual authentication.
Note: Mutual authentication is not available when making outbound web service calls through a MID Server.

Procedure

  1. Navigate to All > System Security > Protocol Profiles.
  2. Click New.
  3. Fill in the fields on the form, as appropriate.
    Table 1. Name of form
    Field Description
    Protocol Enter a unique name to identify this HTTPS protocol, such as mauth. The protocol name allows you to differentiate between normal HTTPS connections and HTTPS connections that use this protocol profile. The name you enter becomes the protocol name in the URL. For example, mauth://endpoint.service.com
    Note:
    • Don't include upper case letters or special characters in the protocol name.
    • You can't create a custom protocol with an existing protocol name such as HTTPS.
    Default port Enter the port number for connections that use this protocol.
    Check box Select the client certificate the protocol uses to authenticate itself with the web service provider. The certificate must have a Type value of Java Key Store or PKCS12 Key Store.