Installation Guide for Oracle Self-Service E-Billing > Configuring Oracle WebLogic > Process of Configuring Oracle WebLogic for RESTful Web Services Server and Client Applications >

Enabling HTTPS on Your Client Server for Web Services


Follow these steps to enable HTTPS on your server for the Web Services Client application, which is required for compliance with the Payment Card Industry Data Security Standard.

The following examples show Web Services Client application URLs under an HTTPS configuration:

  • For logging in or getting the token in your application:

    https://host1:ssl_port1/ebilling-rs/rsLogin.action

  • For accessing RESTful Web services:

    https://host1:ssl_port1/ebilling-rs/rs/{E-Billing_RS_Resource}

This task is a step in Process of Configuring Oracle WebLogic for RESTful Web Services Server and Client Applications.

To enable HTTPS on your server for the Web Services Client application

  1. Log in to the Web Services Client application domain console, for example:

    http://localhost:7019/console/

    where:

    • localhost is the name of the server where you installed the Web Services Client application EAR.
    • 7019 is the port number where you installed the Web Services Client application.
  2. Click your domain name, Environment, and Servers.
  3. In the Servers table, click the server where you want to deploy your application.
  4. Select Configuration, General tab, and then click SSL Listen Port Enabled. Enter an SSL port number, then click Save.
  5. Click Activate Changes to save the changes.
Installation Guide for Oracle Self-Service E-Billing Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.