Connection Code
In the PowerScript connection code, change the EAServer host�s
address to a URL that begins with �iiops� and
ends with the correct SSL port.
All other code is the same as if
the client was connecting to a server without using SSL.
The following sample code connects with EAServer using an
SSL connection:
SSL connection:
1 2 3 4 5 6 7 8 9 10 11 |
Connection myconnect int rc myconnect = create Connection myconnect.Application = "pbtest" myconnect.Driver = "jaguar" myconnect.UserID = "admin@system" myconnect.Password = "abc" myconnect.Location = "iiops://mydesktop:2001" rc = myconnect.connecttoserver( ) |
Parent topic: Server Authentication
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest