Once a relay server farm has been properly configured, a client connects to the relay server farm using the following URL:
http://<relay server client extension URI>/<farm>/<application URI>
Option | Description |
---|---|
<relay server client extension URI> |
For IIS on Windows, <domain name>/ias_relay_server/client/rs_client.dll For Apache on Linux, <domain name>/cli/iarelayserver |
<farm> | Identifies the backend farm (a group of backend servers) that relay server forwards the client request to. |
<application URI> | Application-specific information in the URL. This information is not relevant to MobiLink clients. |
A SQL Anywhere MobiLink client should specify the following options to connect to server farm F1 using HTTPS:
-e "ctp=https; adr='host=testrelay.ianywhere.com; url_suffix=/ias_relay_server/client/rs_client.dll/F1;certificate_company=Sybase;certificate_unit=Hosted Relay'" |
An UltraLite MobiLink client should set the following properties in the ULSyncParms class to connect to server farm F1 using HTTPS:
Stream=https StreamParms="host=testrelay.ianywhere.com; url_suffix=/ias_relay_server/client/rs_client.dll/F1;certificate_company=Sybase;certificate_unit=Hosted Relay" |
A SQL Anywhere MobiLink client should specify the following options to connect to server farm F1 using HTTP:
-e "ctp=http; adr='host=testrelay.ianywhere.com; url_suffix=/ias_relay_server/client/rs_client.dll/F1'" |
An UltraLite MobiLink client should set the following properties in the ULSyncParms class to connect to server farm F1 using HTTP:
Stream=http StreamParms="host=testrelay.ianywhere.com; url_suffix=/ias_relay_server/client/rs_client.dll/F1" |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |