1 Reply Latest reply on Jan 7, 2003 11:00 AM by msaringer

    encryption with JBOSS

    eli_b

      hi.. this is the frist time i post something in this forum. im making an application in EJB, and im using JBOSS as a server. does the information goes encrypted from my client to the server?? if not, how i can do it??
      im new to this techology, and its basicly for a project for school, i hope someone can help me.
      thank you very much

      Eli

        • 1. Re: encryption with JBOSS
          msaringer

          By default, the information from a jboss client to the server is passed without encryption.
          How to encrypt the communiction (rmi over ssl) is described in the jboss documentation.

          michael