Create a protocol profile
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
- Role required: admin
- Uploading a certificate to an instance to authenticate the client certificate of the instance.
- Uploading a trusted server certificate to authenticate the server certificate of the web service provider.
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
Navigate to All > System Security > Protocol Profiles.
Click New.
Fill in the fields on the form, as appropriate.
| Field | Description |
|---|---|
| Protocol | Enter a unique name to identify this HTTPS protocol, such as
|
| 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. |
Parent Topic:Outbound web service mutual authentication