Not sure if you answered there or not, but on re-reading your message, you seem to have a few fundamental misassumptions. SSL is a capability for a web server, most web servers available in the US have this capability built in, Apache does not. J2EE is not something you can "buy" from Sun, it is a specification that people comply to, but Sun do have a series of products - currently being renamed iPlanet, was JWS, Netscape Application Server & NetDynamics (steer clear of NetDramatics) and amalgamated. Other organisations have implementations as well (Inprise, BEA, IBM (ish), Oracle and so forth). Using an ActiveX and JIntegra won't solve your problems as SSL is something that needs to be built into the server really. So the important question is what web server do you have or want to use? If you don't have any particular choice, do you have a particular platform that you want to use? MS? Linux? Solaris? etc. Apache is a good free solution which, with a little bit of work (very little on *nix, but a whole lot of MSDOS) will provide a free implementation of SSL (I am using this at home on my Linux box at the moment). The Apache SSL project is located at www.apache-ssl.org. Richard ----- Original Message ----- From: Phil Swenson <[EMAIL PROTECTED]> To: Richard Vowles <[EMAIL PROTECTED]>; JSP Mailing List <[EMAIL PROTECTED]> Sent: Wednesday, February 02, 2000 6:33 AM Subject: Re: SSL > > ----- Original Message ----- > From: Richard Vowles <[EMAIL PROTECTED]> > To: Phil Swenson <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, February 01, 2000 12:59 AM > Subject: Re: SSL > > > > What web server are you using? > > ----- Original Message ----- > > From: Phil Swenson <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, February 01, 2000 7:46 AM > > Subject: SSL > > > > > > > What do people reccommend for SSL (ie posint to a credit card system at > a > > > bank for credit card auth) on a web site? > > > > > > Sun has a reference implementation of SSL - I guess it's the same thing > > you > > > get when you buy J2EE, right? Of course I can't find any info on J2EE > > > pricing on Sun's site. > > > > > > RSA wants some ungodly amount of money (30K + revenue sharing). > > > > > > Or I can get an ActiveX control for $200 and use JIntegra to call it. > > > > > > What other options do I have? > > > > > > Thanks, > > > Phil > > > > > > > > > =========================================================================== > > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > > JSP-INTEREST". > > > FAQs on JSP can be found at: > > > http://java.sun.com/products/jsp/faq.html > > > http://www.esperanto.org.nz/jsp/jspfaq.html > > > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
