IPad cannot 'see' ATV2 when using VPN

I have a private local network with a number of machines on it (mostly Mac) managed by a Mac Mini Server. This network is secured and has no internet connection. Within this network is an Apple TV2 which is used to show media on a large video wall. Up until recently (before security requirement) it was also used to mirror iPad displays and run Keynote presentations. This was all working fine up until I was forced to rebuild and secure the network.
So I rebuilt the network. A security device manages the wireless access point on the outside and access to the inside network from devices connected to the wireless access point is via IPSec VPN (authentication managed by RADIUS server on Mac Mini). There is no internet connectivity anywhere near this network.
This is all working fine. iPads can access the wireless access point and when the VPN is connected they can access the web server on the inside and other various apps on the iPads can access network shares or screen shares. The problems start when setting up the ATV2 config.
First, to allow external devices to access the ATV2 or for a central library to be accessible Home Sharing needs to be active. Guess what, Home Sharing can only be activated by authenticating against the Apple servers which requires an internet connection. After jumping through several convoluted hoops to get home sharing activated on the ATV2, and separately on the iPads and Mac Mini Server I am now trying to get the Remote app, AirPlay and Display Mirroring to work. No luck.
With the iPad connected to the network via VPN it can still access all of the web services, the network tool app that I have can even ping the ATV2 and I can show videos via AirPlay from iTunes on the Mac Mini Server but for the life of me I cannot get the Remote app, Air Play or display mirroring on the iPad to recognise that there is an ATV2 on the network.
In frustration I switched the wireless access point to the other side of the security device (don't tell IT dept) and reconnected the iPad to the network, this time without the requirement for VPN. Lo and behold the ATV2 appeared immediately in the remote app and it was available for AirPlay and display mirroring. Switching the AP back to the outside and going in again with the VPN and the iPad is blind again to the ATV2.
Any clues as to what is breaking? I suspect that the Bonjour service is not passing through the VPN. This is the only explanation I can think of.
Any suggestions on how to get this working would be great. Otherwise I am going to have to rethink how I use the iPads and ATV together. The constraint I have is that the connection between the iPads and the internal network MUST be secure.

Yes, Bonjour is needed for AirPlay.
As its multicast, typically VPN's don't allow the broadcast msg to spread as it would produce too much noise to the end devices.
You are basicially SOL
Ashish

Similar Messages

  • Cannot see image when use sendRedirect

    HI,
    I have a little servlet that try redirct to external link
    response.sendRedirect("http://wap.yahoo.com/");
    I get the yahoo page but cannot see the image,
    I look on the source of the page I got
    <img src="/images/yahooicon.wbmp" alt="Yahoo!"/>
    I cannot chage yahoo page :-(
    any suggestions ?
    Thanks

    Hi,
    The site http://wap.yahoo.com/ does not contain HTML. It contains WML scriptlets. It will not work if you are using a Internet browser. You need to have a Mobile browser to see the content properly.
    I tried to redirect to http://www.yahoo.com/ and I am able to see the images in this site properly.
    The problem is not with Yahoo site but the Browser you are trying to access it with. :D
    Thanks and regards,
    Pazhanikanthan. P

  • BINDING.JCA-12510 JCA Resource Adapter - Cannot call rollback when using di

    Hi,
    i'm facing a simillar issue with dbadapter while trying to insert a record.
    The issue that I'm facing is: (BINDING.JCA-12563)
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception. insert failed. Descriptor name: http://InsertEmployee.TestEmp. Caused by java.sql.SQLException: Cannot call rollback when using distributed transactions. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    I faced the same issues that have been posted in this thread before but this is a new one I'm seeing.
    Following are the configurations that I'm using.
    WEBLOGIC ADMIN CONSOLE
    JDBC datasources
    General tab:
    JNDI Name: jdbc/SOADataSource
    Connection Pool tab:
    URL - jdbc:oracle:thin:@localhost:1522/XE
    Driver Class Name - oracle.jdbc.xa.client.OracleXADataSource
    Properties - user=SATRA_SOAINFRA
    oracle.net.CONNECT_TIMEOUT=10000
    Deployments
    Inside DbAdapter - Configuration
    The general tab shows blank values for 'Native lib dir' and 'JNDI name' fields. Is this normal or I need to populate values into these.
    Inside Outbound Connection Pools the javax.resource.cci.ConnectionFactory created an entry 'eis/DB/10gXE_DBCon'
    following is the settings for dataSourceName property
    dataSourceName java.lang.String jdbc/SOADataSource
    I have kept the value for xADataSourceName as blank as giving the same value of 'jdbc/SOADataSource' throws error.
    The JNDI value that I'm using while creating the database adapter from Jdev is eis/DB/10gXE_DBCon where 10gXE_DBCon is the database connection name.
    Can you please tell me what is the issue and where I'm going wrong.
    Thanks in advance,
    Satrajit

    Hi Sunil,
    I followed your advice and did the changes, that error has gone but a new error is popping up.
    BINDING.JCA-12563 Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception. insert failed. Descriptor name: [InsertEmployee.TestEmp]. Caused by java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist . ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    The name of the table i'm inserting to is test_emp and it exists in the database.
    the .jca file for dbadsapter is like
    <adapter-config name="FileToDB_DBAdp" adapter="Database Adapter" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/DB/10gXE_DBCon" UIConnectionName="10gXE_DBCon" adapterRef=""/>
    <endpoint-interaction portType="FileToDB_DBAdp_ptt" operation="insert">
    <interaction-spec className="oracle.tip.adapter.db.DBWriteInteractionSpec">
    <property name="DescriptorName" value="FileToDB_DBAdp.TestEmp"/>
    <property name="DmlType" value="insert"/>
    <property name="MappingsMetaDataURL" value="FileToDB_DBAdp-or-mappings.xml"/>
    <property name="DetectOmissions" value="true"/>
    <property name="GetActiveUnitOfWork" value="false"/>
    </interaction-spec>
    </endpoint-interaction>
    </adapter-config>
    and the .xsd file for dbadapter is
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <xs:schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/FileToDB_DBAdp" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/top/FileToDB_DBAdp" elementFormDefault="qualified" attributeFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="TestEmpCollection" type="TestEmpCollection"/>
    <xs:complexType name="TestEmpCollection">
    <xs:sequence>
    <xs:element name="TestEmp" type="TestEmp" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TestEmp">
    <xs:sequence>
    <xs:element name="empid" type="xs:decimal" nillable="true"/>
    <xs:element name="name" type="xs:string" minOccurs="0" nillable="true"/>
    <xs:element name="designation" minOccurs="0" nillable="true">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="50"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="salary" type="xs:decimal" minOccurs="0" nillable="true"/>
    <xs:element name="deptno" type="xs:decimal" minOccurs="0" nillable="true"/>
    </xs:sequence>
    </xs:complexType>
    </xs:schema>
    If I change element name from 'TestEmp' to 'Test_Emp' in the .xsd file,
    I'm getting the following issue ...
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: Could not create/access the TopLink Session. This session is used to connect to the datastore. Caused by java.lang.NullPointerException. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    I'm confused why does it take the table name as TestEmp and not as Test_Emp.
    Regards,
    Satrajit

  • My iPad 2 keeps crashing when using iPhoto.

    My iPad 2 keeps crashing when using iPhoto. Have cleared my 'open' apps, reset and restored the iPad, reinstalled iPhoto. But same result when editing pictures imported from SD card. Seems like iPhoto is built for the quad core GPU of the new iPad? Pretty a waste of my $5 until I get it to stop crashing. I'm on OS5.1. Thanks!

    Ratm68 wrote:
    My iPad 2 keeps crashing when using iPhoto. Have cleared my 'open' apps, reset and restored the iPad, reinstalled iPhoto. But same result when editing pictures imported from SD card. Seems like iPhoto is built for the quad core GPU of the new iPad? Pretty a waste of my $5 until I get it to stop crashing. I'm on OS5.1. Thanks!
    It works on the ipad 2.  I heard of an issue where if you have too many photos in your library may cause app
    to crash.  Try to uncheck but a few of your albums in your library in itunes.  Sync.  See what happens.

  • Is it possible to ignore "Rigid relationships between attributes cannot be changed" when using ProcessUpdate for Dimension?

    As per the title is it possible to ignore "Rigid relationships between attributes cannot be changed" when using ProcessUpdate for Dimension?
    We have a case where very rarely an item might have been miscategorised so the brand is manually changed.  We want this dimension to be rigid to speed up ProcessUpdate.
    We do a ProcessFull each night, so it will get corrected then, but during the hourly updates we would just like to ignore this error if possible?

    Hello,
    The rigid relationship should be defined when the members will not change over time. Here are some threads regarding rigid relationship for your reference, please see:
    Processing OLAP Cube: http://social.technet.microsoft.com/Forums/sqlserver/en-US/17a55593-9543-404e-a579-0a011965585d/processing-olap-cube?forum=sqlanalysisservices
    Flexible and rigid relationship: http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2d8f5443-065d-4485-9385-6f0b5fa417da/flexible-and-rigid-relationship?forum=sqlanalysisservices
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support

  • Java.sql.SQLException: Cannot call rollback when using distributed transac

    Hi all,
    I am getting the below exception trace when I tried to rollback the data in WLI.I am getting the db connection Object from DBControl.
    java.sql.SQLException: Cannot call rollback when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.rollback(JTAConnection.java:313)
    at controls.DailyFeedFileJavaImpl.excuteBatch(DailyFeedFileJavaImpl.jcs:
    904)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java
    :371)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:42
    3)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:39
    6)
    at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:381)
    at $Proxy59.excuteBatch(Unknown Source)
    at QnbDailyFeedProcess.feedFileJavaObjExcuteBatch(QnbDailyFeedProcess.jp
    d:274)
    at QnbDailyFeedProcess_wf$ImplControlSend15.invoke(QnbDailyFeedProcess_w
    f.java:146)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessS
    tate.java:726)
    at QnbDailyFeedProcess_wf$_ProcessState.executeInternalCallback(QnbDaily
    FeedProcess_wf.java:311)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessS
    tate.java:685)
    at com.bea.wli.bpm.runtime.ProcessState.processNodeOrchestration(Process
    State.java:681)
    at sun.reflect.GeneratedMethodAccessor193.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java
    :371)
    at com.bea.wli.bpm.runtime.JpdInternalDispMethod.invoke(JpdInternalDispM
    ethod.java:87)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:42
    3)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:39
    6)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:24

    shanmuga gomathi nayagam wrote:
    Hi all,
    I am getting the below exception trace when I tried to rollback the data in WLI.I am getting the db connection Object from DBControl.
    java.sql.SQLException: Cannot call rollback when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.rollback(JTAConnection.java:313)Hi, Ideally, you should obtain the Transaction object and roll it back/ set it
    to rollback only.
    Joe
    at controls.DailyFeedFileJavaImpl.excuteBatch(DailyFeedFileJavaImpl.jcs:
    904)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java
    :371)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:42
    3)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:39
    6)
    at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:381)
    at $Proxy59.excuteBatch(Unknown Source)
    at QnbDailyFeedProcess.feedFileJavaObjExcuteBatch(QnbDailyFeedProcess.jp
    d:274)
    at QnbDailyFeedProcess_wf$ImplControlSend15.invoke(QnbDailyFeedProcess_w
    f.java:146)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessS
    tate.java:726)
    at QnbDailyFeedProcess_wf$_ProcessState.executeInternalCallback(QnbDaily
    FeedProcess_wf.java:311)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessS
    tate.java:685)
    at com.bea.wli.bpm.runtime.ProcessState.processNodeOrchestration(Process
    State.java:681)
    at sun.reflect.GeneratedMethodAccessor193.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java
    :371)
    at com.bea.wli.bpm.runtime.JpdInternalDispMethod.invoke(JpdInternalDispM
    ethod.java:87)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:42
    3)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:39
    6)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:24

  • HT1277 Cannot open links when using Safari (will open in Chrome). Anybody have an idea? Settings??

    Cannot open links when using Safari (will open in Chrome). Anybody have an idea? Settings??

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • Cannot print anything when using safari

    Cannot print anything when using safari.  OSX is Mavericks.  Printer is Canon MP620.  Have downloaded Mavericks  software for printer, but still will not print.  I have also repaired the disk hoping that would solve the problem, but to no avail.  Can anyone help me please?

    Hey ivorfromborehamwood,
    Thanks for using Apple Support Communities.
    For more information, take a look at:
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    Delete the affected printer, then add the printer again.
    If the issue persists, try these additional steps:
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again.  Download and install your printer's drivers. Then, add the printer again.
    Have a nice day,
    Mario

  • I want to use my iPad with a projector using apple tv. How do I homeshare if the iPad cannot access itunes when away from home?

    I want to use my iPad to give presentations using Apple TV. How do I get the two to homeshare so that they "talk" to one another. Instructions say use iTunes but I am getting very confused over why this is necessary when all I want to do is link 2 pieces of equipment without having to use wi-fi.! Wi-fi won't be available at the locations where I have to give presentations. Help!

    Thanks Dave. There is still a problem. The iPad will only stream to the projector whilst connected to Wi-fi. The icon disappears from "iPod" on the iPad (the only place it appears, not iTunes as the instructions say) once Wi-fi is disconnected. Only audio will stream, no icon appears in the drop-down menu to show that pictures will go over. The outcome of courrse is that, as it stands, the iPad cannot be used for presntations using Keynote, neither can it be used in a location without Wi-fi, which rather defeats the object of have having bought the equipment in the first place having been assured that with Apple TV it would be possible. Is there anything else I can try? I would add that I have downloaded any available updates to Apple TV. All itmes were bought 3 weeks ago so should be reasonably up to date anyway.

  • I just upgraded my iPad to iOS8.  I use VPN for work, when I start Safari up with the VPN on, Safari crashes the VPN.  VPN stays up when I use Chrome or Opera, but not Safari.  I had no problem with iOS7.

    I use my iPad for work when I'm out of the office.  I have to use VPN to access my company's applications and servers.  I just upgraded my iPad (an iPad Air) to iOS8 from iOS7.  Now, every time I start Safari up, it crashes VPN.  If I use either Chrome or Opera, the VPN stays up.  It also works fine with Mail, etc.  Only Safari crashes the VPN.  Anyone else experiencing this?  It always worked fine with iOS7.

    More info, it's not simply when I start up Safari, it's when I open multiple tabs and go from one tab to the next in Safari.  Doing this sporadically caused the VPN to turn off.   It happens whether I'm on a work web page, or I simply open up several public sites like CNN, MSN, etc.  I've had to go to using Chrome all the time when using the VPN so that the VPN will stay up (it stayed up all day yesterday while I was on Chrome, while using work web sites, and public web sites).  I tried getting back into Safari at the end of the day, opened a couple of tabs, went back and forth to the opened tabs and VPN immediately shut off.

  • Ipad cannot see wireless network

    Hi, I have a wireless network using several Cisco 1131AG wireless access points.  I have several Mac computers that see the wireless SSID and connect to the internet wirelessly.  However, Ipads and Iphones don't see the wireless network.  They cannot see the SSID at all.  I have tried ipad 2, iphone 4 and 5.  The network is not secured at this point.  Any help with this would be appreciated.

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Hp printer control app for ipad cannot see my printer

    Hello Everyone,
    I downloaded hp printer control app for ipad & hp eprint app. the eprint could see my printer (hp 6450 all in one printer) but I cannot print documents. The hp printer control app cannot see my printer, what can i do to print my documents.
    Peter

    Hi grandslam36,
    I see that you're trying to print using your iPad.  I would take a look at the document below.
    Hp Photosmart 5520
    Let me know how it goes. 

  • Exchange 2007 Certificate Expired Error when using VPN

    We recently did a server migration to a new domain (split away from part of the company - sept 2013).  I set up the exchange certs and everything worked fine, even when people used the vpn.  Recently (it probably started a few months ago) it has
    started giving cert errors again, but just for VPN users.
    This happens when someone takes their computer or has Outlook 2010 set up on their home computer.  They VPN in and when the program starts, it gives the certificate errors for exchange and for autodiscover saying "The security certificate has expired
    or is not yet valid".  I have checked to make sure that the certs are in fact up to date and are pointing to the correct certificates in IIS.  They haven't changed since I originally set them up.  
    One of the users sent me a picture of the certificate and it is the old cert (that is expired) that used to belong to the previous address when we used the other (completely different) exchange server.  The other users haven't sent me the errors they
    see, but I assume they are similar.  They are able to use exchange if they hit ok on the error box.  I couldn't find anywhere online saying that there was any kind of local caching for certs - it should always call home when connecting.  So
    why are their systems pulling up the old cert when they VPN in, but not when they are hardwired to the internal network on the same computer?
    When using the internal network without the vpn, there aren't any error messages.
    Any ideas?  I've looked around the forums, but I didn't see anything that has helped.  I'm using godaddy for my certs currently.

    Hi,
    Since the Outlook clients work well without VPN, I suggest re-build the VPN (if you don't mind) to verify whether it is a caches issue.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Cannot see image when scanning check for neteller OS X 10.10

    I am trying to use my bank's electronic deposit app.  When I scan the check I do not see the image and cannot submit it to the bank.  So far I have to use my Windows PC to do this.  Will HP provide full software for the MAC ever or must I keep using a PC forever so I can deposit my checks?

    Hey there @iMACguy13!
    Thanks for posting on the HP Forums!
    I can see that when scanning cheques to your Mac running 10.10 your unable to see the image.  I may be able to provide some helpful suggestions!
    From what I can see there is no full feature software and drivers for the Photosmart C410a on Mac OSX 10.10.  You should still be able to scan using the application in the Mac called Image Capture.  Image Capture is located in the Application folder of your Mac.  Using Image Capture your should see your scanner on the left side.  It may be listed under shared.  Once you select your scanner you should see settings on the right side for scanning.  There is also an option to preview the scan before you save it. 
    Within Image Capture you can also change the DPI settings to increase the resolution of the image.  This may help fix the quality issue!
    Please post back and let me know how it goes!
    Cbert
    I work on behalf of HP.
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" at the bottom of this post to say “Thanks” for helping!

  • Probem connecting a server when using VPN

    Hi,
    I am new to Linux. I installed a new Oracle Linux server and was able to connect to it from my laptop using putty when I am inside my office. I have static IP on the linux server and everything seems to work fine when I am in the office.
    However, when I work from home using VPN, I am having problem connecting to the Linux server using putty. I got timed out.
    How do I troubleshoot this issue?

    Eski wrote:
    I don't have any firewall on the server
    So you think the only place for a firewall is on your server?
    see this:
    [root@poc2 network-scripts]# service iptables status
    Firewall is stopped.
    It's not a firewall issue. I beg to differ. You are going through a network that has multiple firewalls. You probably have a home router, and that probably has a firewall implementation. Your ISP most certainly has multiple firewalls, as does your company system at the other end of the VPN.
    Where can I check next? (I don't have a network admin support. This is my POC proof-of-concept project.)If you are using a VPN, then you have a network admin somewhere at the other end of that VPN and it appears he/she is in your own company. What prevents you from talking to him? Certainly it's not because you are trying to secretly circumvent your company's security to do your POC project?
    Edited by: EdStevens on May 18, 2013 3:33 PM

Maybe you are looking for

  • Ipod died. Need help!!!!!!!!!!

    My friends thought it would be funny if they deleted all content and media off my 8GB 2nd gen ipod touch. It wont connect with any computer i've tried with. Can somebody help please?

  • Microphone Static - SB Live 5.1 Digi

    On my Creative SB Li've! 5. Digital soundcard (came stock with the Dell) with ANY microphone I use there is massi've static that everyone hears. This is the case on any voice program I use whether it be in Counter-strike, Ventrilo, Teamspeak etc. I h

  • Help with learning Triggers

    Hello, I'm afraid this is a very basic question from someone just learning Oracle. I have downloaded 10g onto my work Windows XP laptop. When trying to create a trigger through sql*plus, I keep getting 'trigger created with compilation errors' When g

  • Apps/app updates not downloading since ios 5.1

    I've restarted the phone 6 or 7 times, signed out and back into the app store 5 or 6 times and app updates are stuck 'Waiting...' indefinitely. iPhone 4S, >7GB free and 5 bars of '4G' service.

  • Connecting to MySQL with JDBC in Reports

    Hi, I need help connecting to a MySQL db through oracle reports using a jdbc connection. I have downloaded the MySQL JDBC driver:mysql-connector-java-3.0.17-ga-bin.jar. I can succesfully use it to connect if I write a simple java program. So I know t