[V4MD] Examples, SSL connection to VSERVER -- solved

Ruslan Zasukhin sunshine at public.kherson.ua
Mon Nov 10 02:26:35 CST 2008


On 11/10/08 8:23 AM, "Ruslan Zasukhin" <sunshine at public.kherson.ua> wrote:

> On 11/9/08 11:37 PM, "michaeljlee at comcast.net" <michaeljlee at comcast.net>
> wrote:
> 
> Hi Michael,
> 
> I will check SSL in V4MD in nearest 2-3 hour.
> 
> To get info about betas please subscribe to beta list.
> 
>> Hello Rusan - Any word on this?  Or will SSL not be possible? If so, which
>> beta version fixes the problem, or if it's not aviailable yet, any guess when

Okay,

I have found that present small error in Example code.

Let me explain in details.
Please note in log of vserver what it write

/***************************************************************************
Mon Nov 10 2008 09:09:35.928032 VServer_Office (4.0, Kernel 4.0 b7)
Maximum number of connections: 5

 09:09:36.103745 (2695536756): Database engine inited
 09:09:36.167261 (2695536756): VProject facilities are disabled since no
appropriate license found
 09:09:36.167335 (2695536756): Server started
 09:09:36.167356 (2695536756): Non-secure port: 15432
 09:09:36.167378 (2695536756): SSL port: 15434
 09:09:36.167444 (2695536756): Scheduler started
 09:09:36.168251 (4030787584): No events found
 09:09:36.168366 (4030787584): Scheduler sleeps waiting for 'nothing'
forever
 09:09:36.917739 (4030255104): Bonjour service registered as Power Mac G5
ruslan._valentina-ssl._tcp.local.
 09:09:36.917800 (4029722624): Bonjour service registered as Power Mac G5
ruslan._valentina._tcp.local.
*************************************


So SSL works via port 15432


Now I look into Example code and see

>    gConnection = new(Xtra "VConnection", "localhost", "sa", "sa" )


Port is not specified, so it try connect to default 15432 port.
To fix SSL issue it needs to be

>   gConnection = new(Xtra "VConnection", "localhost", "sa", "sa", 15434 )


We will fix V4MD code. It need be little more complex thn I have show it
here, because gSSL flag must play here.


Kirill, please fix V4MD Examples, and check all other ADKs on this issue.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list