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 Server for the Web Services Server Application


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

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

  • URL for logging in or getting the token in your application:

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

  • URL 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 Web Services Server application

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

    http://localhost:7017/console/

    where:

    • localhost is the name of the server where you installed the Web Services Server application EAR.
    • 7017 is the port number where you installed the Web Services Server 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.