Valentina 2.5 for REALbasic 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 _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>