Valentina 2.5 for Revolution Countdown: SSL Adapter

Lynn Fredricks lfredricks at proactive-intl.com
Fri Nov 10 19:57:45 EST 2006


Valentina 2.5 is the next major update to Valentina for Revolution ADK and
Valentina Developer Network (Platform Edition). Current license holders will
receive a free upgrade.

Valentina 2.5 for Revolution Countdown: SSL Adapter

Valentina 2.5 introduces a second Valentina Adapter: Valentina SSL Adapter.
Valentina SSL Adapter allows you to establish secure, SSL connections
between your Valentina based solution and Valentina Embedded Server.

Valentina Office Server 2.5 and Valentina Studio 2.5 incorporate support for
the Valentina SSL Adapter. To deploy support in an Embedded Server-based
solution, you will need to pass your own SSL Adapter key in the same way you
deploy your developer code for Valentina Embedded Server.

Valentina Office Server and Valentina Embedded Server have a default
port_SSL of 0. However, you can allow your server to listen to two ports at
a time: a secure port and a non-secure port. You can entirely disable the
non-secure port by specifying this in the server's .ini file.

Here is how you make a non-SSL connection to a server:

connection = new VConnection( host, user, passw, port )
connection.Open()

Using the Valentina SSL Adapter, the call is remarkably similar:

connection = new VConnection( host, user, passw, port )
connection.UseSSL()
connection.Open()

Standard OpenSSL Library
The Valentina SSL Adapter utilizes the OpenSSL library, the most widely used
SSL library available.

Using Valentina SSL Adapter in Your Solutions
The Valentina SSL Adapter is available to VDN Platform Edition 2.5
customers. You pay once to deploy it with your solutions, royalty free.

----------------------------------------------------------------------------
---
FYI: ROYALTY FREE EMBEDDED SERVER!

Valentina Developer Network lets you create end deploy solutions using
Valentina Embedded Server - the ultra fast server you can deploy royalty
free.

Learn more at http://www.valentina-db.com




More information about the use-livecode mailing list