Wieder ein neuer Traveler, wieder ein neues Problem...
Traveler 8.5.2.2
Domino 8.5.2FP1
Internet Sites aktiviert, SSL aktiviert mit self certificate, Keine automatische Weiterleitung von 80 auf 443
Ich versuche mit meinem iPad (das schon für die Verwendung mit 2 anderen Traveler- Servern konfiguriert ist und einwandfrei funktioniert) auf einen weiteren Traveler- Server zuzugreifen, der in einer DMZ steht.
Beim Versuch, das Konto hinzuzufügen bekomme ich nach der Passwort- Eingabe den oben genannten Fehler.
Ich habe die ILNT.mobileconfig schon per Browser heruntergeladen und alle Angaben geprüft. Die relevanten Werte sind korrekt:
| <key>Host</key> |
| <string>dtr.mydomain.com</string> |
| |
| |
| <key>SSL</key> |
| <true/> |
Ich habe per tell http debug thread on überprüft, ob der OPTIONS- Request am Server ankommt, und für mich sieht das OK aus:
| *** Start SSL Handshake: Session 6d, Thread 22c, Clock 626070794 |
| *** SSL Handshake Success: Session 6d, Thread 22c, Clock 626070856 |
| *** New Request -- Parse and Check Request: Session 6d, Thread 22c, Clock 626070872 |
| OPTIONS /Microsoft-Server-ActiveSync HTTP/1.1 |
| Host: dtr.mydomain.com |
| Content-Length: 0 |
| User-Agent: Apple-iPad1C1/803.148 |
| X-Ms-Policykey: 0 |
| Authorization: **************** |
| Accept: */* |
| Accept-Language: de-de |
| Accept-Encoding: gzip, deflate |
| Connection: keep-alive |
| |
| *** Process Request: Session 6d, Thread 22c, Clock 626070872 |
| *** Client IP Address [79.zzz.zzz.zzz], Server IP Address [172.aaa.xxx.yy]: Session 6d, Thread 22c, Clock 626070872 |
| |
| *** Start Request Step: Session 6d, Thread 22c, Clock 626070872 |
| *** Raw Request Step: Session 6d, Thread 22c, Clock 626070872 |
| *** Pre Authenticate Step: Session 6d, Thread 22c, Clock 626070872 |
| *** Authenticate Step: Session 6d, Thread 22c, Clock 626070872 |
| *** Post write Buffer, bytes [205]: Session 6d, Thread 22c, Clock 626070872 |
| |
| |
| HTTP/1.1 200 OK |
| |
| Server: Lotus-Domino |
| |
| Date: Wed, 11 May 2011 07:53:37 GMT |
| |
| Expires: Tue, 01 Jan 1980 06:00:00 GMT |
| |
| Content-Type: text/html; charset=UTF-8 |
| |
| Content-Length: 3515 |
| |
| Cache-control: no-cache |
| |
| |
| |
| |
| *** End Request Step: Session 6d, Thread 22c, Clock 626070872 |
Die apple.xml enthält nur Platzhalter und nicht die falschen Daten:
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <plist version="1.0"> |
| <dict> |
| |
| <key>PayloadUUID</key> |
| <string>8B9A9E2E-53E7-44EC-A361-74EC8136B4CE-ILNT_HostName-ILNT_User</string> |
| |
| |
| |
| |
| |
| <key>PayloadDisplayName</key> |
| <string>ILNT_User - IBM Lotus Notes Traveler</string> |
| |
| |
| |
| |
| |
| <key>PayloadOrganization</key> |
| <string>IBM Lotus Notes Traveler</string> |
| |
| |
| |
| |
| |
| <key>PayloadDescription</key> |
| <string>Configures the device for use with IBM Lotus Notes Traveler for ILNT_User.</string> |
| |
| |
| <key>PayloadIdentifier</key> |
| <string>ILNT_User - IBM Lotus Notes Traveler</string> |
| |
| <key>PayloadVersion</key> |
| <integer>1</integer> |
| |
| <key>PayloadType</key> |
| <string>Configuration</string> |
| |
| <key>PayloadContent</key> |
| <array> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <dict> |
| |
| <key>PayloadUUID</key> |
| <string>837AE5F3-1380-4234-BAD0-8246A644AC2F-ILNT_HostName-ILNT_User</string> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <key>PayloadDisplayName</key> |
| <string>ILNT_User - IBM Lotus Notes Traveler</string> |
| |
| |
| <key>PayloadDescription</key> |
| <string>IBM Lotus Notes Traveler for ILNT_User.</string> |
| |
| |
| <key>PayloadOrganization</key> |
| <string>IBM Lotus Notes Traveler</string> |
| |
| <key>PayloadVersion</key> |
| <integer>1</integer> |
| |
| |
| <key>PayloadIdentifier</key> |
| <string>ILNT_User - IBM Lotus Notes Traveler</string> |
| |
| <key>PayloadType</key> |
| <string>com.apple.eas.account</string> |
| |
| <key>UserName</key> |
| <string>ILNT_User</string> |
| |
| <key>EmailAddress</key> |
| <string>ILNT_Address</string> |
| |
| |
| |
| |
| |
| |
| |
| <key>Host</key> |
| <string>ILNT_HostNameILNT_HostPortHTTPILNT_HostPortHTTPSILNT_HostPath</string> |
| |
| |
| <key>SSL</key> |
| ILNT_HostProtocol |
| |
| </dict> |
| |
| </array> |
| |
| </dict> |
| </plist> |
Auf der Firewall, die die DMZ schützt, sehe ich keinerlei geblockten Verkehr.
Der Traveler- Server kann den Mail- Home- Server erreichen (trace MailServer/Domain ist erfolgreich)
Was sonst kann ich tun?
Thanx
Tode