AnyConnect on Apple iOS - VPN-Connect via HTTP-Proxy

Hi,
is it possible, that the AnyConnect-Client for Apple iOS (i.e. iPAD) automatically uses the configured HTTP-Proxy in the WLAN properties for the establishment of the VPN-Connection (via SSL/TLS)?
I've tested it, but it does not work. In the documentation is stated, that VPN establishment via HTTP-Proxy works only in Windows (AnyConnect uses the IE Proxy settings to connect to the ASA for VPN establishment).
Thanks

As per w2k3 sniffer trace, 2851 requesting with user=vpnfamily and encrypted password. The password "Password1" which is VPN group's key sending to IAS?
->I have "vpnfamily" with password "Password1" but no luck
Event log shows "Fully-Qualified-User-Name = INFRA\vpnfamily". INFRA is AD NetBIOS name. 2851 router's domain name is "family.com"
->Is this something wrong?

Similar Messages

  • VPN connect via menu extra fails, but works via prefpane - anybody else?

    Is anybody out there with the same symptom, getting an error message when trying to establish a VPN connection via VPN menu extra but being able to connect properly via networking prefpane? Would be interesting to know if this could be a bug worth sending a report to Apple...
    PB G4, Mac OS X 10.5.5

    Tim, you made it. Another example for that famous tricky problems after OS migration. I had the VPN prefs already on Mac OS X 10.4 and trusted them on Mac OS X 10.5 after their automatic
    adoption too...
    Thx mate!

  • Problem: HTTPS connections via authenticated proxy

    Hi all,
    we are facing a problem with the BEA implementation of the HTTPS
    client/server protocol. As you might know it's possible to tunnel T3 via
    HTTP/HTTPS. We are evaluating that at the moment. To make authentication for
    proxy servers possible we followed the documentation and created a class
    implementing the ProxyAuthenticator interface. Everything worked find until
    we tried to use this together with the HTTPS-protocol. Whereas it works as
    long as the proxy doesn't ask for authentication, the ProxyAuthenticator
    class isn't even called in the other case. Has anyone of you already made it
    work?
    Your help is highly appreciated,
    Tchaw!
    Christoph Krüger

    implementing the ProxyAuthenticator interface. Everything Think your are trying to authenticate the jdk 1.2 way,
    maybe just trying it jdk 1.1 like will help.
    What i found in the jsse Docu:
    When accessing HTTPS servers through a web proxy, you must set the "https.proxyHost"
    and "https.proxyPort" system properties to
    the correct host name and port number of the web proxy.
    For example, to set this property on the command line to access HTTPS servers
    through the proxy host "webproxy" running at port 8080 you would use:
    java -Dhttps.proxyHost=webproxy -Dhttps.proxyPort=8080
    And some of my sample code for proxy auth:
    System.getProperties().put( "proxySet", "true" );
    System.getProperties().put( "proxyHost", "proxyurl" );
    System.getProperties().put( "proxyPort", "8080" );
    String authString = "userid:password";
    // enter the username and password for the proxy
    String auth = "Basic " + new sun.misc.BASE64Encoder().encode authString.getBytes());
    URL u = new URL("http://www.bild.de/");
    URLConnection connection = u.openConnection();
    connection.setRequestProperty( "Proxy-Authorization", auth ); // Set up the connection
    so it knows you are sending proxy user information
    connection.setRequestProperty( "Authorization", auth );
    connection.setDoInput( true ); // Set up the connection
    so you can do read and writes
    connection.setDoOutput( true );
    // request.getAuthType() // Rueckgabewert ueberpruefen
    Bye, Klaas

  • OSB call to remote Web Service via https proxy and https CONNECT problem

    Hi
    I have a service that calls a web service on another server as a web service. This call is via https and the certificate validation raises no errors.
    I now want this call to go via a squid httpd proxy on port 3128 on some machine. So I would like to use HTTP CONNECT (RFC 2817) proxying,. But when I set up this as a proxy, I am getting "Certificate chain" error messages. The certifcate chains is no different now from when I called without the http proxy, so what am I doing wrong? Does OSB support HTTP CONNECT?
    -Johan

    The exeption we are getting is BEA-380000
    General runtime error: [Security:090477]Certificate chain received from XXX - 123.123.123.123 --> test.salesforce.com was not trusted causing SSL handshake failure.
    This is of course not relevant if the callout were using CONNECT. In the CONNECT scenario, OSB would not care about XXX's certificate.

  • Remote connection via http connection-URL access

    Hello all,
    I would like to connect to the customer Business object system from our solution manager. The customer has configured http connection and has opened the connection in marketplace and has maintained http connection-URL access. The URL has also been maintained.
    I have added the corresponding entry also in my hosts file. But i am not able to access the customer URL.
    Anyone please tell me how to do remote connection for the connection type "http connection - URL access".
    Thanks,
    Aishwarya.

    Hi Tim,
    I am getting "The page cant be displayed" error while trying the BO system's URL in my browser.
    Please tell me which of the below methods i can use:
    1. By directly connecting to the BO system URL from the browser (is it possible?)
    2. By using VPN connection
    3. By installing diagnostic agent in solution manager
    4. By following the steps in this link:
    Establishing a Connection Using a Destination (SM59) - Components of SAP Communication Technology - SAP Library
    Regards,
    Aishwarya.

  • EA3500 drops VPN connections via wireless

    I don't have problems with the computer on other wireless connections with using VPN, so its not the laptop.  If I am connecting just to the internet and not trying to connect to the VPN i don't have any issues.   If I connect a CAT5 cable directly to the laptop I don't have any issues.  If I try to connect via the wireless the VPN will connect and then drop, usually every 30 to 60 seconds.  I have looked at the settings and can't see any that would make a difference.   Any suggestions on what might be happening and what I need to change on the settings?
    thanks

    Maybe the wireless connection is not enough to handle wireless VPN connection. Try adjusting the wireless settings to improve the signal. Change the wireless channel under the 2.4 GHz to 6, 9, 11, and 1. And use 161 or 157 for the 5 GHz band.

  • Apache is throwing NLS_LANG error when connecting via HTTPS using a DAD

    Our Apache server is throwing this error
    [Wed May  6 11:53:52 2009] [alert] [client 69.246.251.48] [ecid: 223452213192,1] mod_plsql: Unable to issue alter session : alter session set nls_language= "AMERICAN" ""
    every time we connect to the server using HTTPS (the connection is using DAD -- see below for the DAD configuration).
    If we run the same connection using HTTP it works fine.
    Anyone know why this would happen and how we can correct it?
    DAD configuration:
    <Location /plshes>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername hes
    PlsqlDatabasePassword @<password here>=
    PlsqlDatabaseConnectString hpprd NetServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA_WE8ISO8859P1
    PlsqlAuthenticationMode PerPackageOwa
    PlsqlSessionStateManagement StatelessWithFastResetPackageState
    PlsqlErrorStyle ModPlsqlStyle
    PlsqlAlwaysDescribeProcedure Off
    </Location>

    @AMN -- I'm sort of in your camp in that I don't think I should have to remove that line (which I've not been able to test yet, by the way). It's possible removing the line might bypass the issue since the statement will never get issued in the first place, but I will know there is some sort of issue between HTTP and HTTPS that is throwing this error.
    To answer your questions:
    1. The portal database (IASDB) returns:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET WE8ISO8859P1
    2. What do you mean by "pls/hes"?
    3b. Which type of OAS? Can you clarify this question? OAS 10g (which means IASDB is version 9i). We run Apache using Webcache. This OAS serves up a custom application written largely in Forms and PL/SQL. Hmmm, maybe that's not what you mean by this question , though...
    3a. Explain our SSL configuration -- I'll try. I configfured this 4 to 5 years ago and haven't changed it at all other than to update the Oracle Wallet certificates every year or two. We have a single physical server that hosts our infrsastructure and mid-tier components and nothing more. As mentioned, Apache is our webserver and we run Oracle's Webcache. The twist in our configuration (and probably the source of this issue we are having is somewhere in this twist) is that we use one physical server and one Apache web server to serve up both HTTP and HTTPS using a virtual host within Apache and then we deifned multiple sites and origin servers with several redirects on various ports so we can handle SSL and non-SSL connections depending on whether they come to us externally (inTERnet) or internally (inTRAnet).
    Webcache sites (hes2 is the server name):
    Site Origin Server
    hes2:7778 hes2:7779
    www.OurWebSite.com:80 hes2:8000
    hes2:80 hes2:7779
    sso.OurWebSite.com:80 hes2:7777
    www.OurWebSite.com:443 hes2:4444
    Webcache origin servers:
    hes2:7777 HTTP
    hes2:7779 HTTP
    hes2:8000 HTTP
    www.OurWebSite.com:4444 HTTPS
    Webcache listen ports:
    443 HTTPS -- has Oracle wallet defined for it
    7778 HTTP
    80 HTTP
    Navigating to http://www.OurWebSite.com will redirect to hes2:8000, which is our virtual server (configuration below). Navigating to https://www.OurWebSite.com will redirect to hes2:4444.
    There is probably a little more I need to provide to answer the "SSL configuration" question, but I think that is enough for now as this is already a long response -- my apologies for that.
    Virtual host configuration in httpd.conf:
    <VirtualHost *:8000>
    ServerName www.OurWebsiteName.com
    ServerAdmin [email protected]
    Port 80
    DocumentRoot "/u01/app1/oracle/10gasm/Apache/Apache/htdocs"
    RewriteEngine on
    RewriteOptions inherit
    RewriteCond %{HTTP_HOST}!^www\.OurWebSite\.com [NC]
    RewriteRule ^/(.*) http://www.OurWebSite.com/$1 [L,R]
    OssoIpCheck off
    OssoConfigFile /u01/app1/oracle/10gasm/Apache/Apache/conf/osso/osso-www.conf
    <Location /portal>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /forms>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /discoverer>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/docs>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/images>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/optiform>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    LogLevel error
    ErrorLog "|/u01/app1/oracle/10gasm/Apache/Apache/logs/www_error_log 43200"
    </VirtualHost>

  • How to get a connection via a proxy?

    Hello all,
    I'm writng an application that sends a request to the google search engine and then downloads the contents of the web page returned. Connecting from home via a dial up causes no problems but when i try the same code from college (which uses a proxy) i get an IOException. I think this is what is causing the problem. Another developer posted a message with a similar problem to myself and i used the code he was given as a possible solution but it hasn't solved the problem. I posted the code i'm using below. any suggestions would be welcome because i'm clueless as to what to do next.
    import java.net.*;
    import java.io.*;
    import java.util.*;
    public class GoogleConnector {
    String hostname = "www.google.com";
    int port = 80;
    String s1, s2 = new String();
    Set hs = new HashSet();
    Properties systemProperties = System.getProperties();
    // here is the method to get the URLs
    public Set getList(String arg1) {
    try {
    systemProperties.put("proxySet","true");
    systemProperties.put("proxyHost","192.168.5.251");
    systemProperties.put("proxyPort","3129");
    systemProperties.put("socksProxyPort","3129");
    systemProperties.put("socksProxyHost","192.168.5.251");
    System.setProperties(systemProperties);
    Socket s = new Socket(hostname,port);
    InputStream sin = s.getInputStream();
    BufferedReader fromServer = new BufferedReader(new InputStreamReader(sin));
    OutputStream sout = s.getOutputStream();
    PrintWriter toServer = new PrintWriter(new OutputStreamWriter(sout));
    Send request as specified in arg1 to the server
    and write whole page as a string broken up by newline character
    toServer.print("GET " + arg1 + " HTTP/1.1\n");
    toServer.print("Host: " + hostname + "\n\n");
    toServer.flush();
    for (s1 = null; (s1 = fromServer.readLine()) != null; ) {
    s2 += s1 + "\n";
    // close all connections
    toServer.close();
    fromServer.close();
    s.close();
    I do some other processing here but it's not relevant to the connection problem.
    catch (UnknownHostException ue) {
    System.out.println("UnknownHostException");
    catch (IOException ie) {
    System.out.println("GoogleConnector: IOException");
    return hs; //can ignore this return statement
    } // end getList
    } // end GoogleConnector

    Here's a working code sample to connect using a proxy server:
    http://www.esus.com/docs/GetQuestionPage.jsp?uid=666
    and don't forget, you can use the google web api's:
    http://www.esus.com/docs/GetQuestionPage.jsp?uid=1570
    Cheers

  • Contribute connection problems, http proxy?

    I've been trying to set up a contribute connection on a client machine for a while now without any luck, Adobe support haven't been much help at all.
    We're using CS4 on a vista machine, connecting to a website via normal FTP. The FTP connection itself seems fine.. and we've connected to the site from this machine with normal ftp and downloaded/uploaded without problems. Don't have any problems setting up contribute on other machines for this site either. One symptom is that contribute always has trouble determining the remote path (on this machine only).
    We can connect to the website ok via Internet Explorer on the same machine. However, I noticed that IE is setup to use a proxy server for web connections.
    I'm wondering whether this is the problem - can Contribute use a proxy server for the HTTP part of its operation?
    Pat.

    If you have specified HTTP proxy in IE, Contribute uses it for HTTP part of the operation. If on that machine FTP is also configured to use a proxy server, in Contribute you can specify the same in the Preferences dialog of Contribute. There is FTP proxy setting in the Preferences dialog, where you can specify the address of the FTP proxy server.
    Hope this helps.

  • Connecting through HTTP Proxy

    How can I make connection to a port of some remote server when I am connected to internet using HTTP Proxy?

    If you are going to use the URL object then set your proxy IP and Port in your system properties before you create your URL object.
    For example:
    System.getProperties().put( "proxyHost", proxyIp );
    System.getProperties().put( "proxyPort", proxyPort );
    URL url = new URL("http://www.foo.com" );

  • VPN and unwanted HTTP proxy

    I have a VPN tunnel working to my customer's site. However, it forces an HTTP proxy setting which routes all my http traffic through their proxy server. A side effect of this is that I can't access internal machines because the proxy server is only set up to access machines outside their network. This kind of defeats the point of the VPN.
    So, my goal is no http or https proxy. DNS should resolve based on search domains. This all works for non http/https requests. My mac can resolve all the domain names properly and can send traffic to the machines just fine. Ssh, vnc and other non-web access works great, both hosts over the VPN tunnel or just out my WAN interface.
    It's just the web proxy that is causing grief.
    Thanks for any help.

    Another piece of information. I screwed up and had a bogus entry in the /etc/hosts file for the machine I was testing web access to. Now I can access internal machines at my customer's site. However it looks like the web proxy is still in effect. If I set the Bypass proxy settings for these Hosts & Domains to * I see the change take effect with the scutil --proxy command. However my traffic still goes through their proxy server.

  • SQL Developer fails to access update center via http proxy

    Hi,
    I've configured HTTP Proxy exactly like MS-IE. Anyway, sql developer fails to access web. This is the error message:
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://htmldb.oracle.com/pls/otn/f?p=38606:2
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
         at oracle.ideimpl.webupdate.CheckMasterListRunnable.run(CheckMasterListRunnable.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Using the same URL in IE gives the following result:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <centers xmlns="http://xmlns.oracle.com/jdeveloper/update/master">
    - <center id="oracle.sqldeveloper.webupdate.internal">
    <url>http://htmldb.oracle.com/pls/otn/f?p=raptor:internal</url>
    <name>Internal Update Cetner</name>
    <domain>.*\.us.oracle.com</domain>
    </center>
    - <center id="oracle.sqldeveloper.webupdate.otncenter">
    <url>http://htmldb.oracle.com/pls/otn/f?p=raptor:center</url>
    <name>Official Oracle Extensions</name>
    </center>
    </centers>
    What's wrong?
    I'm using sql developer 1.0.0.14.22.
    Martin

    Given that the update centre worked for me with proxy authentication in v1422 (and Production v1467 - I would recommend that you upgrade to this with a full download if you can't sort out your proxy issues), I would assume that it is not a SQL Developer bug.
    Are you still getting HTTP 407 errors when you have entered your username and password?
    Unfortunately, I don't know what username/password expectations a RADIUS based proxy authentication would expect. The only thing I can suggest to try is to explicitly put your username/password in your MS-IE proxy setup and see if you can still access the http://htmldb.oracle.com/pls/otn/f?p=38606:2 URL through IE. If this fails through IE, the username/password that you are supplying are not what the proxy is expecting.

  • Get InitialContext for P4-connection via Http tunneling

    Hi,
    I have to use an Http tunnel to access my integration J2EE engine.
    Now, I want to create a P4-connection. It doesn't work. No InitialContext will be returned.
    I can open the VisualAdmin on the http tunneling port. But in the connection GUI I can select 'Http tunneling' as connection type. Is there any setting, i.e. property, for the InitialContext to signal that Http tunneling should be used ?
    Regards,
    Astrid

    Hi Astrid,
    yes, you need ot use TransportLayerQueue property of the InitialContext to specify that you need Http Tunneling as the transport layer. See <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/5bc0417951cf17e10000000a155106/frameset.htm">this</a> page for description.
    Did you use that already?
    Regards,
    Ivo

  • My apple tv3 is connected via LAN to the Internet. Ipad 2 will not mirror.

    Can I only mirror being on the same wifi network as my Apple TV or is there a work around so that I can still use my LAN for better Internet connectivity yet allow ipad connection thru AirPlay to stream and mirror to my tv?

    no airplay is over lan not a point to point connection
    if it was then changing between 1 appeltv and another or a shared itune lib on a computer would be painful slow

  • Connecting to Http Proxy on Lion under parental controls

    Hello.
    Ive been looking for a couple of days for a fix for this. The issue im having is running parental controls on an account (any settings enabled/disabled, even with no web access permissions) and using a proxy (http, https, ftp) to connect to the internet. Connected as a standard/administrator user I can connect to the internet fine, but as soon as parental controls are enabled i cannot. I can't even connect to a local address without an error in the browser.
    I have tried this on multiple lion computers with the same outcome.
    The error im getting is:
    Chrome: is no data received, no server data was sent.Error 324
    Firefox is the default connection was reset error
    And safari dosen't even give an error just a white screen.
    And external programs don't seem to work.
    The computer is 100% uptodate.

    Parental controls use an internal proxy which ignores the proxy set in Network Preference.  By making the internal proxy non-executable to the user with parental controls request can be passed to the external proxy.
    You can run the following command from Apple Remote Desktop as root (or locally with sudo).
    chmod a-x /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/Resources/webfilterctl 
    Note: This also works in 10.8 which has the same problem.

Maybe you are looking for

  • Can anyone help? installed tiger, now can't open address book

    when i click on the icon, it opens up for about a nanosecond and then disappears. so it's useless. anyone else experience this and know what to do? thanks! --nancy

  • Specifying nested element with two different XML Schema

    Hello, I am trying to convert one xml file to another file. I figure data services would be great for this. My problem relates to how to have a source xml file with a certain xml schema be transformed to one of a different xml schema. I cannot build

  • Why can't I actually put widgets on the desktop?

    Why can't I actually put widgets on the desktop and have stay on the desktop; not float on top of all my programs so I can't see what I am doing? I know there are a few widgets that claim to do this, but they don't! (Dashit) Here is the main problem

  • How to downsize a QuickTime file for uploading?

    I want to upload a short film to vimeo. I have made a QuickTime movie by simply exporting to via QuickTime Movie in my Export option (instead of the Quick Time conversion I usually use) in order to have a high quality master. The QT movie file weighs

  • Satellite 1900 (PS192E) - Doesn't recognize any CD/DVD

    Hey all, I have just bought a Toshiba Satellite 1900 (PS192E) and put an old 20GB HDD into it from an old laptop. When I boot up, the display is in VGA 16 colour mode, it recognises the DVD drive but doesn't recognise any CD/DVD when inserted. I have