Hi, I've a little problem. We use a MAG2640 with 7.3R5 installed and we use it as a passthrough for activesync email. Instead of connecting directly to Exchange we use a Mobile Iron appliance (sentry standalone) that will authorize the device. Untile version 4.5 of Sentry software all was working correctly but it seems that for enhanced security version 4.6 don't allow the SSA to get page with an error related to the SSL negotiation. MobileIron said that the Load Balancer (in this case the MAG2640 machine) should use SSLv3 with a strong cypher to get the pages. Anyone has any experience with this kind of connection? The error I get seems something standard related to negotiation so it's possible that someone got it on other application too (with Authorization only access): 2013-06-07 09:54:55,271 INFO [SocketThread.init:367] (pool-9-thread-33) (TAG,10.202.109.21:23377,DEVICE_TYPE,DEVICE_ID,USER_ID,COMMAND,SERVER) ********** SocketThread starting (running 1, total 33) for client /MAG2640:23377 2013-06-07 09:54:55,271 INFO [SocketThread.run:720] (pool-9-thread-33) (TAG,10.202.109.21:23377,DEVICE_TYPE,DEVICE_ID,USER_ID,COMMAND,SERVER) SSLHandshakeException: SSLv2Hello is disabled 2013-06-07 09:54:55,272 DEBUG [SocketThread.run:721] (pool-9-thread-33) (TAG,10.202.109.21:23377,DEVICE_TYPE,DEVICE_ID,USER_ID,COMMAND,SERVER) Exception: javax.net.ssl.SSLHandshakeException: SSLv2Hello is disabled at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:451) at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:863) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1203) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:818) at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75) at java.io.FilterInputStream.read(FilterInputStream.java:116) at com.mobileiron.alcor.utils.CountStatsInputStream.read(CountStatsInputStream.java:90) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read(BufferedInputStream.java:237) at com.mobileiron.alcor.http.HttpUtils.readNextLine(HttpUtils.java:68) at com.mobileiron.alcor.http.HttpUtils.getNextLine(HttpUtils.java:58) at com.mobileiron.alcor.http.HttpRequest.readRequestLine(HttpRequest.java:192) at com.mobileiron.alcor.http.HttpRequest.readStartLine(HttpRequest.java:185) at com.mobileiron.alcor.SocketThread.readMessage(SocketThread.java:2248) at com.mobileiron.alcor.SocketThread.getClientMessage(SocketThread.java:2127) at com.mobileiron.alcor.SocketThread.getClientMessageHeaders(SocketThread.java:2092) at com.mobileiron.alcor.SocketThread.processUpstream(SocketThread.java:408) at com.mobileiron.alcor.SocketThread.run(SocketThread.java:701) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:662)2013-06-07 09:54:55,272 INFO [SocketThread.run:733] (pool-9-thread-33) (TAG,10.202.109.21:23377,DEVICE_TYPE,DEVICE_ID,USER_ID,COMMAND,SERVER) SocketThread exiting (running 0, total 33) for client MAG2640:23377
... View more