Bearbeiten kann man die Daten innerhalb vom iPhone nicht (ausgegraut)
Kannst du nicht das EiFon einfach neu konfigurieren?
Na wenn das die einzige Lösung ist ;-) Habe mehrere EiFon's, die ich gerne umstellen möchte auf die proxy Variante. Die User werden nicht erfreut sein, wenn alle Daten inkl. aPPs wech sind.
Kann man denn die Cleintkonfiguration irgendwo resetten ? Wenn ich die nochmals erzeugen will, meint der Domino Traveler das man nur eine Konfiguration erstellen dürfte.
hier die Daten für den Proxy:
LoadModule proxy_module /usr/lib/apache2/mod_proxy.so
LoadModule proxy_http_module /usr/lib/apache2/mod_proxy_http.so
LoadModule headers_module /usr/lib/apache2/mod_headers.so
ProxyRequests off
ProxyPass /names.nsf http://10.18.127.8/names.nsf
ProxyPassReverse http://10.18.127.8/names.nsf /names.nsf
ProxyPass /eur_web_access.nsf http://10.18.127.8/eur_web_access.nsf
ProxyPassReverse http://10.18.127.8/eur_web_access.nsf /eur_web_access.nsf
ProxyPass /eur_web_access_ssl.nsf http://10.18.127.8/eur_web_access_ssl.nsf
ProxyPassReverse http://10.18.127.8/eur_web_access_ssl.nsf /eur_web_access_ssl.nsf
ProxyPass /dclf.nsf http://10.18.127.8/dclf.nsf
ProxyPassReverse http://10.18.127.8/dclf.nsf /dclf.nsf
ProxyPass /domjava/ http://10.18.127.8/domjava/
ProxyPassReverse http://10.18.127.8/domjava /domjava/
ProxyPass /mail/ http://10.18.127.8/mail/
ProxyPassReverse /mail/ http://10.18.127.8/mail/
ProxyPass /iNotes/ http://10.18.127.8/iNotes/
ProxyPassReverse /iNotes/ http://10.18.127.8/iNotes/
ProxyPass /icons/ http://10.18.127.8/icons/
ProxyPassReverse /icons/ http://10.18.127.8/icons/
ProxyPass /sametime/ http://10.18.127.8/sametime/
ProxyPassReverse http://10.18.127.8/sametime /sametime/
ProxyPass /servlet/ http://10.18.127.8/servlet/
ProxyPassReverse http://10.18.127.8/servlet /servlet/
ProxyPass /traveler/ http://10.18.127.8/traveler/
ProxyPassReverse http://10.18.127.8/traveler /traveler/
Auf der Firewall hab ich dann:
TCP 5001
TCP 8642
freigeschaltet.
Port 8442 ist auf der FW offen.
Typo ? 8442 ?
Ich habe den Apache mit SSL konfiguriert. Anfangs hatte das nicht so richtig hingehauen, weil ich auch kein spezi bin und hatte auch die Fehlermeldungen die du beschreibst:
Apache/2.2.10 (Linux/SUSE) PHP/5.2.6 with Suhosin-Patch mod_ssl/2.2.10 OpenSSL/0.9.8h configured -- resuming normal operations
[client 10.132.103.93] Invalid method in request \x16\x03\x01
Nachdem ich erfolgreich SSL auf dem Apache konfiguriert habe, sind die Fehlermeldungen verschwunden.
Der Nokia Client hat folgende Einstellung:
Sync Proto: https
Auto Sync: 8642
http port: 80
https port: 443
Ich meine irgendwo gelesen zu haben, das die Fehlermeldung aussagt, das man HTTPS Requests auf einen HTTP Port schcikt, oder vice versa.
Hast du schon SSSL auf deinem Apache, oder kannst das mal testen ?
Würde dir auch meine Config schicken wenne magst.
gruss
Hakan