Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

SSL and Verisign

 [1/5] from: sanyi:attglobal at: 29-Aug-2001 23:29


I am trying to implement credit card transaction/verification under Rebol. Is Rebol able to handle a VeriSign solution and Secure Socket Layer? TIA Sanyi

 [2/5] from: holger:rebol at: 30-Aug-2001 10:19


On Wed, Aug 29, 2001 at 11:29:25PM -0700, SANYI wrote:
> I am trying to implement credit card > transaction/verification under Rebol. > > Is Rebol able to handle a VeriSign solution > and Secure Socket Layer?
Command has SSL support build-in. As for VeriSign: if they provide an open API using shared libraries or DLLs then Command should be able to access it. -- Holger Kruse [holger--rebol--com]

 [3/5] from: sandorn:attglobal at: 30-Aug-2001 11:20


Thank you Holger. Does Rebol run under different versions of IE and Netscape natively or it requires to download an ActiveX/plug-in ? TIA Sanyi

 [4/5] from: holger:rebol at: 30-Aug-2001 11:51


On Thu, Aug 30, 2001 at 11:20:39AM -0700, Sandor Nagy wrote:
> Thank you Holger. > > Does Rebol run under different versions of IE and Netscape > natively or it requires to download an ActiveX/plug-in ?
REBOL runs stand-alone. On the server side it can be started through CGI or FastCGI. On the client side, starting it from IE or Netscape is possible using a plug-in. -- Holger Kruse [holger--rebol--com]

 [5/5] from: sandorn::attglobal::net at: 30-Aug-2001 12:16


Thank you Holger.