Home > Articles > Operating Systems, Server > Solaris

Like this article? We recommend

Understanding the Secure Reverse Proxy

Secure reverse proxying occurs when one or more of the connections between the proxy server and another machine uses the Secure Sockets Layer protocol to encrypt data.

Secure reverse proxying has many uses, for example:

  • Provides an encrypted connection from a proxy server outside a firewall to a secure content server inside the firewall

  • Allows clients to connect securely to the proxy server, facilitating the secure transmission of information (such as credit card numbers)

Secure reverse proxying causes each secure connection to be slower due to the overhead involved in encrypting your data. However, because SSL provides a caching mechanism, two connecting parties can reuse previously negotiated security parameters, dramatically reducing the overhead on subsequent connections.

This scenario is effective if there is little or no chance that the information being exchanged between your proxy and content server can be accessed by unauthorized users (FIGURE 2). If your company requires a higher level of security, the proxy server can communicate securely with the back-end Web Server over SSL. Another alternative is to choose technologies such as IP Security Protocol (IPSec).

Figure 2FIGURE 2 Secure Reverse Proxy

To Set Up a Secure Reverse Proxy Server Instance

  1. Open a browser and go to http://myproxy.sun.com:81.

  2. You will be prompted for a user ID and password. Enter the user ID proxyadmin and the password selected during the installation (for example, sun1ProxySvr).

  3. Click the Create New iPlanet Web Proxy Server 3.6 link. The web proxy server starts the installation wizard. Do the following:

    1. Create a new Proxy instance:

    2. Server Name: myproxy.sun.com
      Bind Address: ip_address_of_server
      Server Port: 443
      Server Identifier: secure-myproxy
      Server User: proxyadmin
      Processes: 32
      Select: Attempt to resolve IP addresses only for access 
           control.
      Select: Extended log format (includes all byte counts, 
           transfer time).
      Enable Proxying of: HTTP and HTTPS
      Enable SSL Tunneling for: HTTPS
      Uncheck: Cache FTP
      Uncheck: Cache Gopher

      Leave all other options set to the default values.

    3. Click OK.

    4. The wizard creates the new proxy instance.

    5. Click Return to server selector.

  4. Generate your server's key pair (public and private keys).

  5. To generate a key-pair file, you need to run the key-pair file generator program from the command line.

    1. Log in as the proxy user.

    2. Run the key-pair file generation program by typing $PROXY_HOME/bin/admin/admin/bin/sec-key.

    3. When prompted, type an alias for the new key-pair file.

    4. Multiple instances can use different key pairs so you mightwant to choose an alias that matches your server (for example, myproxy). This way, you can easily identify the appropriate key pair to use for each specific instance. The alias cannot contain spaces, but it can use symbols that your operating system allows in file names (such as underscores). By default, the key-pair file is stored in server_root/alias/alias-key.db, where alias is the alias you typed. If you used the alias myproxy, your key-pair file would be server_root/alias/myproxy-key.db.

    5. A screen with a progress meter appears. Type random keys at different speeds until the progress meter is full.

    6. The time between each of your keystrokes is used to generate a random number for the unique key-pair file.

    7. When prompted, type a password of eight characters or more for your key-pair file.

    8. The password must have at least one non-alphabetical character (a number or punctuation mark). Make sure you memorize this password. The security of your server is only as good as the security of the key-pair file and its password. In this example, password is set to sun1ProxySvr.

      You must know the password for the key-pair file referenced by the alias—this is the password you must enter before starting or stopping a server that uses SSL encryption. The server uses the password to get your private key from the key pair.

  6. Request a certificate from a certificate authority (CA).

    1. Click the Keys & Certificates button from the Administration Interface.

    2. Click Request Certificate from the left menu options.

    3. Supply the appropriate information:

    4. Select: New Certificate
      Select: CA Email Address: <your_email_address>
      Alias: select_your_alias (that is, myproxy)
      Key Pair File Password: your_password (that is, sun1ProxySvr)
      Requestor Name: Your_Full_Name
      Telephone Number: Your_Telephone_Number
      Common Name: Fully qualified host name (that is, myproxy.sun.com)
      Email Address: your_email_address
      Organization: official name of your company
      Organizational Unit: optional organization within company
      Locality: optional entry describing your city
      State or Province: full name of state (that is, California)
      Country: two-character abbreviation (that is, US)

      NOTE

      We suggest that you specify your email in the "CA Email Address" field so that you can review the certificate request prior to submitting it to the Certificate Authority.

    5. Click OK.

    6. The wizard creates the certificate request.

      ----BEGIN NEW CERTIFICATE REQUEST-----
        MIIB1TCCAT4CAQAwgZQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlh
       MRQwEgYDVQQHEwtTYW50YSBDbGFyYTEeMBwGA1UEChMVU3VuIE1pY3Jvc3lzdGVt 
       cyBJbmMuMRQwEgYDVQQLEwtTdW4gT05FIFBUUzEkMCIGA1UEAxMbZ3Jhc3Nob3Bw 
       ZXIucmVkLmlwbGFuZXQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDI 
       +/4yIe1mJBHDQLy8sTtbAAaP6yy300pYj3t/i8diOsj/YCtYIJatWzkuoFgOQ+1K 
       hiD+diS+HlYTh0ki/q8hCIFm/e08BnhXQ+zhMdwtazDWGeNqqKR9P1A6+WZIVtxa 
       QWkdsXrYUkAkpKh+O8BsIpgBTelQQMbCetvhuI2oWwIDAQABoAAwDQYJKoZIhvcN 
       AQEEBQADgYEAoAo/iQlu7CByZpWauXjDCfy9/W6jSKxXvxWQf+A22DNZ/LszgCf9 
       uwPAyr8E9RS2HUGCUtoBgWhzynCM3kS4qZnaGKM4EuIY7tGq5xkj7epVA0PI7O5G 
       Pc5b2qs5NJOGVcvewZCOYtDQ1eaH4W5gZlHfu7PtG/CgH1Li5thKLTU= 
       
      -----END NEW CERTIFICATE REQUEST----- 
    7. Submit the generated certificate request to your CA.

    8. Remember that this capability can be provided internally by your organization, or this request can be fulfilled by organizations such as Verisign or Thawte.

  7. Install the certificate the CA sends to you.

    1. Click the Keys & Certificates button in the Administration Interface.

    2. Click Install Certificate from the left menu options.

    3. Supply the appropriate information:

    4. Certificate for: This server
      Select: Message Text (with headers):
      <PASTE THE CERTIFICATE>
      Select: alias from the drop-down list (that is, myproxy)
      Encryption: On
      Port Number: (default SSL port is 443)
    5. Click OK.

  8. Install the Trusted CA's certificate.

    1. Click the Keys & Certificates button in the Administration Interface.

    2. Click Install Certificate from the left menu options.

    3. Supply the appropriate information:

    4. Certificate for: Trusted Certificate Authority (CA)
      Certificate Name: My Trusted CA
      Select: Message Text (with headers):
      Select: alias from the drop-down list (that is, myproxy)
    5. Click OK.

  9. Activate SSL for your server.

  10. NOTE

    For instructions on how to select and disable "weak" ciphers, refer to the "Increase Server Security" section in the Sun ONE Web Proxy Server 3.6 SP3 Administrator's Guide.

    1. Click the secure proxy instance that was created.

    2. Click Encryption On/Off in the menu.

    3. Supply the appropriate information:

    4. Certificate for: This server
      Select: Message Text (with headers):
      <PASTE THE CERTIFICATE>
      Select: alias from the drop-down list (that is, myproxy)
    5. Click OK.

    6. Click Save and Apply.

    7. The server will apply the changes and try to restart itself. Since the server is not in SSL mode, it will need to read the key-pair password. Since you have not supplied it, the server will not start.

    8. Select On/Off from the menu.

    9. Click On to start your secure reverse proxy.

    10. When prompted, enter your key-pair password., that is, sun1ProxySvr.

To Set Up URL Mappings

  1. Select the URLs button in the server menu.

  2. Remove the default Client autoconfig mappings:

    1. Click Remove in the Administration Interface.

    2. The proxy will request verification that you want to remove that entry.

    3. Click OK.

    4. Click Save and Apply.

    5. This will ensure that the changes are recognized by the proxy server and restart the proxy instance to ensure that the changes take effect immediately.

  3. Create Regular URL mappings.

  4. To illustrate the configuration with the example in FIGURE 2, the reverse proxy server at:

    https://myproxy.sun.com

    will be configured to proxy the content web server at:

    http://www.sun.com

    Note that the reverse proxy server address is the advertised address, and users may access it without any knowledge of the main server.

    1. Click Create Mappings in the Administration Interface.

    2. Select Regular for Mapping type.

    3. Enter the following for Map Source Prefix:

    4. https://myproxy.sun.com
    5. Enter the following for Map Destination:

    6. http://www.sun.com
    7. Click OK.

    8. Click Save and Apply.

    9. This will ensure that the changes are recognized by the proxy server and restart the proxy instance to ensure that the changes take effect immediately.

  5. Verify Reverse Proxy configuration.

  6. Open a browser and access the proxy server. In this example, enter:

    http://myproxy.sun.com

Controlling Access with Client Certificates

Since you have enabled SSL on your server, you can use client certificates in conjunction with access control. The server gathers information from the client certificate and matches it with a user entry in a Lightweight Directory Access Protocol (LDAP) directory. This match ensures that the client has a certificate and an entry in the LDAP directory. It can also ensure that the client certificate matches the one in the LDAP directory. Servers can use client certificates to ensure authenticity when communicating with a client. They can also use the certificate to determine if a user has access to the server. For a server to do this, you must specify that a resource requires a client certificate to access it. When users attempt to access a restricted resource, their client sends the server the client certificate, which the server checks against its list of mappings. If the certificate belongs to a user to whom you have granted access to the resource, the resource is served.

To leverage this function, you must first configure your directory services. The directory services tell the proxy server where to look for user and group data that you want to use to secure access to the proxy.

The following example uses the Sun ONE™ Directory Server to facilitate this function. This article assumes that you can configure and administer the Sun ONE Directory Server to have access through the firewall.

NOTE

The system administrator should be familiar with installing and configuring a Directory Server. To facilitate the SSL Client Certificate authentication, this configuration is required.

Currently, the proxy server does not support secured directory server access (LDAP over SSL).

To Set Up the Directory Services

This example leverages the Sun ONE Directory Server.

  1. Open a browser and go to http://myproxy.sun.com:81.

  2. You will be prompted for a user ID and password. Enter the user ID proxyadmin and the password selected during the installation (for example, sun1ProxySvr).

  3. Click the Global Settings link in the menu.

  4. In the left panel, click the Configure Directory Service link.

  5. Select the LDAP Directory Server by supplying the appropriate information:

  6. Host Name: myldap.sun.com
    Port: 389
    Use SSL for secure connections?: no
    Base DN: o=sun.com
    Bind DN: cn=directory manager
    Bind Password: sun1ProxySvr

    NOTE

    This bind DN is used only to initially search for the user name you entered in the administration server authentication dialog box. Once the entry corresponding to this user name is located, the administration server rebinds to the directory server using the retrieved entry. Therefore, if the user name you supplied when you first logged in to the administration server does not have access to the directory server, you will not have any access to the directory server, regardless of the bind DN information provided in this field.

  7. Click Save Changes.

To Set Up Users in the Directory Server

  1. Open a browser and go to http://myproxy.sun.com:81.

  2. You will be prompted for a user ID and password. Enter the user ID proxyadmin and the password selected during the installation (for example, sun1ProxySvr).

  3. Click the Users and Groups link in the menu.

  4. From the left panel, click the New User link.

  5. Supply the appropriate information:

  6. Given Name (First Name): Proxyadmin
    Surname (Last Name): Administrator
    Full Name: Proxy Administrator
    User id: proxyadmin
    Password: sun1ProxySvr
    Password (Again): sun1ProxySvr
    Email Address: proxy@sun.com
    Add New User to: o=sun.com
  7. Click Save Changes.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020