Traveler: Change HTTPs Port?

Dear

is it possible to change the http’s port in traveler ?

I have change the settings in the serverdokument from port 443 to 8443.

I can’t use the 443 port - other software use this port.

When i will connect the device (IPhone), i get a error - Windows Mobile works.

I found that i can modify the APPLE.XML file.

There is a parameter: ILNT_HostPortHTTPS

“ILNT_HostPortHTTPS will be replaced with the server host port when using HTTPS”

Can i use this parameter ?

What is the syntax in the Apple.xml ?

Thanks for help

Regards

Max

Subject: Configuring Apple.xml to new SSL port

There are two lines you need to change in the apple.xml. The original section looks like this: -

<key>Host</key>

<string>ILNT_HostNameILNT_HostPath</string>



<key>SSL</key>

ILNT_HostProtocol

Edit to this: -

<key>Host</key>

<string>server.mydomain.com:8443/servlet/traveler</string>



<key>SSL</key>

<true/>

The Host key sets the full host name and path to your traveler service, the SSL key tell the client to use SSL by default. When I made these changes I restarted the server to be sure before trying to install the client, but I’m sure restarting the Traveler and HTTP services will do. For more info check out Vlad Tatarincevs’s Lotus Domino Blog under the Lotus Traveler category

Subject: also regarding apple.XML

  1. Backup the apple.xml file before changing it!!!

  2. Don’t copy and paste from my previous post as it has been trimed to fit the tiny forum posting editor