Sun GlassFish Enterprise Server v3 Prelude Administration Guide

ProcedureTo Delete SSL From an HTTP Listener

The remote delete-ssl command enables you to delete the SSL element in the specified listener. This disables secure communications for the listener.

  1. Ensure that the server is running.

    Remote commands require a running server.

  2. Delete SSL from an HTTP listener by using the delete-ssl(1) command.

  3. To apply your changes, restart Enterprise Server.

    1. Stop Enterprise Server.

      For instructions, see To Stop a Domain (or Server).

    2. Start Enterprise Server.

      For instructions, see To Start a Domain (or Server).


Example 8–5 Deleting SSL From an HTTP Listener

The following example command disables SSL for the HTTP listener named http-listener-1:


asadmin delete-ssl --type http-listener http-listener-1

Information similar to the following is displayed:


Command delete-http-listener executed successfully.

See Also

To see the full syntax and options of the command, type asadmin delete-ssl --help at the command line.