E75 HTTP/ HTTPS proxy settings

Q: Why can't I browse the web even though
the WLAN connection is working and the IP
settings are correct?
A: Check that you have defined the HTTP/ HTTPS proxy
settings correctly in the advanced settings of your
WLAN access point.
But how and where !
Solved!
Go to Solution.

Its not VPN, cause yes VPN is a different ballgame.
On page  162 of the manual it tells you to check proxy settings, but does not give steps how and where, which is what i need.
Question 2:  if one needs access to another machine in the same network, you normaly don't want to go through the proxy when browsing http. (hence you exlude them)
Thanks for the effort.

Similar Messages

  • How do I disable http proxy settings on iPad mini?

    How do I disable http proxy settings on iPad mini?

    You can save zip file to GoodReader and unzip with GoodReader (tap to enlarge image)

  • Web service client ignores http proxy settings

    I have a web service client using Weblogic's web service client library. I'm trying to instruct it to use a http proxy. I've set all the following system properties:
    -Dhttp.proxyHost=127.0.0.1
    -Dhttp.proxyPort=8080 -Dweblogic.webservice.transport.http.proxy.host=127.0.0.1 -Dweblogic.webservice.transport.http.proxy.port=8080
    No traffic is passing through the proxy.
    When the proxy is down, the application works fine too. I suspect that the proxy settings are completely ignored for some reason.
    I'm using Weblogic 8.1 SP4 on a Windows XP box and JDK 1.4.2 (Sun's bundled JDK with Weblogic).

    Sorry about the delay,
    You just need to use the standard java http proxy properties, take a look at:
    http://download-west.oracle.com/docs/cd/A97329_03/web.902/a95453/useservices.htm
    Does this help?
    Gerard

  • What HTTP Proxy settings to use and when?

    On the Wi-Fi Networks menu there are three options for HTTP Proxy - Off, Manual, Auto
    Which one should I use and when/why would I use the others?
    thx, gordo

    99% of the time, you should have the proxy settings turned off. Unless you are trying to connect to a corporate network, or some other network that requires a proxy server. In that case you would need to talk to the network administrators to obtain the settings you would need. If your just connecting to your wireless network at home, your almost for sure not going to need to enter anything for the proxy server settings.

  • HTTP Proxy settings for WIFI

    I am trying to access the wifi at work which requires me to use a http proxy.
    I can connect to the network in my company from my PC without any issues by giving the url in the lan settings
    When I open the browser it asks for the user id and password and once I authenticate it allows me internet access
    However I am having trouble mapping this into the iphone I realise I have two options i.e manual and auto
    Can someone help me map these settings or direct me to a forum where some has done this successfully
    Thanks.

    Your post is not going to be seen by the Apple Engineers. This is a users forum. You should contact Apple Technical Services directly.
    There is a new version of Apple Configuration Utility that just came out in the last two weeks. Manually setting the proxy settings isn't really very hard to do so I'm not sure what the concern is.

  • Is there a way to define https proxy settings

    Other than system property setting, using jsse is there a way to define proxy settings. I am using Https connectivity.
    Thanks in advance.

    I'm not too sure I can follow your question. jsse is an extension used for j2se (included from 1.4.2 and up) and therefor has nothing to do with the Java EE SDK.
    But to answer your question a little: just use the java.net.Proxy class. The moment when you need to use https you can then use URL.openConnection() which can optionally take a proxy class as argument. So, for example:
    Proxy proxy = new Proxy(Proxy.Type.HTTP, new INetSocketAddress("proxy.intranet.lan", 3128));
    URL site = new URL("https://sunsolve.sun.com");
    HttpsURLConnection wcon = (HttpsURLConnection) site.openConnection(proxy);And then you can do with the connection object whatever you want, it'll fully utilize the proxy. For more information on this I suggest to check up on the API documentation.

  • HTTPS Proxy Settings

    Hello,
    I'm trying to connect to a HTTPS URL through a proxy.
    Everything works fine if I set the https.proxy and https.port properties:
    System.setProperty("https.proxyHost", "proxy.ieci.geci");
    System.setProperty("https.proxyPort", "8080"); or if I set the JVM settings
    -Dhttps.proxyHost=proxy.ieci.geci
    -Dhttps.proxyPort=8080But I would like not to set this system properties, because all the applications over this JVM will run with this settings. I would like to do in a different way, but I don't know how.
    I have tried with the next URL constructor, but it doesn't work.
    URL url = new URL("https", "proxy.ieci.geci", 8080, "https://apuc.cert.fnmt.es:443/TimeStamp/TimeStampServer");
    Please, help me.
    Thanks in advance

    Hello again,
    With a JVM 1.5, I get it through the java.net.Proxy Class.But I'm using the JVM 1.4 so it is not a solution for me the class java.net.Proxy. Any idea?
    Thanks !!

  • IPhone 6 problem with Wifi/Http Proxy settings being lost

    In Settings/Wifi, you can set up a Manual Http Proxy
    I have noticed a bug only seen on iPhone 6, where it doesn't store the Manual Http Proxy setting you enter.
    e.g. You enter a Server and a Port number. If you then press Wi-Fi in top left to exit this screen, it doesn't store your settings and the Manual settting is not there when you come back into the screen.
    This does not happen on the following devices
    iPhone 5 with iOS 8.1
    iPad Mini with iOS 7.1.2
    iPad Air with iOS 8.1
    It seems to be an iPhone 6 issue, not an iOS 8 issue, as it works in iOS 8 on other devices.
    Anyone else noticed this?
    Note: This "Manual Http Proxy" setting is used by Web Testers (such as me) when trying to use the program called Fiddler to setup access to development servers (on PC and Mac you edit the hosts file to achieve same thing)

    I 've met a similar issue.  It's about Auto proxy instead of Manual proxy in your case.
    I solved it by chose 'Forget this network'  then search that wifi, input password connect again.
    I guess the reason might be the new iPhone's network connection is restored from back-up of old iPhone?
    Anyway, reconnection solved my problem. Hope it works for you too!

  • Http proxy authentication for JDev 10.1.3

    Hi,
    I found the http proxy settings in the "tools->preferences->Web Browser and Proxy" but there are no settings for the username and password. Is there some other way that I can add these.
    The problem is that whenver JDeveloper wants to do some http stuff it (or something else is doing it) asks me for the proxy user name & password - this happens over and over again. If JDev is doing this then surely it should remember the username & password.
    I sometimes get a JDeveloper dialog "waiting for the connection" come up over the proxy auth dialog and I have to cancel the function so I can authenticate, then re-request the function.
    I wish I didn't have the proxy authentication but I have no choice in this dev environment. I do get to choose JDeveloper at least.
    Regards,
    Simon.

    Hi,
    I get it when I 'check for updates' and I get it again when I 'go to JavaDoc' - and this is the one where the "waiting for connection dialog" pops on top of the proxy log in and I have to cancel it to log in. Then all subsequent 'go to JavaDoc' requests go straight through.
    I would prefer it if I could just configure (in proxy preferences) the username and password so it never asks me. I dont care if it less secure storing the password since I think authenticating proxies are a dumb idea anyway. If the password is not supplied then JDev can ask for it like it does now to keep the security-paranoid people happy.
    Also, this morning I got this Exception which appeared at the same time I got a proxy auth window. When JDev finally started all my previously open windows were lost. No real problem but unexpected. Here is the stack dump:
    java.lang.NullPointerException
         at oracle.jdevimpl.webdav.api.DAVAuthenticator.getPasswordAuthentication(DAVAuthenticator.java:79)
         at java.net.Authenticator.requestPasswordAuthentication(Authenticator.java:300)
         at sun.net.www.protocol.http.HttpURLConnection$1.run(HttpURLConnection.java:267)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.net.www.protocol.http.HttpURLConnection.privilegedRequestPasswordAuthentication(HttpURLConnection.java:263)
         at sun.net.www.protocol.http.HttpURLConnection.getHttpProxyAuthentication(HttpURLConnection.java:1427)
         at sun.net.www.protocol.http.HttpURLConnection.resetProxyAuthentication(HttpURLConnection.java:1246)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:950)
         at oracle.ide.net.HttpURLFileSystemHelper.exists(HttpURLFileSystemHelper.java:191)
         at oracle.jdevimpl.webdav.net.WebDAVURLFileSystemHelper.exists(WebDAVURLFileSystemHelper.java:423)
         at oracle.ide.net.URLFileSystem.exists(URLFileSystem.java:498)
         at oracle.ideimpl.editor.EditorUtil.getNode(EditorUtil.java:126)
         at oracle.ideimpl.editor.EditorUtil.loadContext(EditorUtil.java:91)
         at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:950)
         at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1758)
         at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:353)
         at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:1824)
         at oracle.ide.layout.Layouts.activate(Layouts.java:758)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:179)
         at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:734)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

  • Http proxy setting

    Hi everyone, 
    I'm new to the forum but not new to Blackberry family. Currently am an proud owner of a bb z10 and runnng latest 10.2.1 this update rocks that is all i have to say but ofcourse there are some improvements need to be done.
    Anyway, what i wanted to do is to setup a http proxy settings on my z10 (when using my data service LTE on FIDO) like how it is done on BB playbook (WIFI then add my proxy information). Is there somewhere on the phone setting i can do this or a thirdparty software to achive this. Oh, by the way my phone is unlocked if you wondered.
    Thanks for reading.
    "BlackBerry: For Getting Things Done (TM)"

    I have not worked in SoA server, but since it uses weblogic server underlying (I assume), you can try setting the -Dhttp.proxyHost , -Dhttp.proxyPort system properties ( https for secured URL's) to WLS to specify the proxy details. Also the product might not have the capability to pass user credentials for authentication at the proxy. The version of OSB we are using had this problem. To overcome this you might require to add the URL to the proxy free list in your proxy server. This prevents the proxy from prompting for the user name when you access that URL.

  • Wi-Fi Proxy settings work in Safari, but not recognised by other apps?

    Hi all,
    At home, my iPod Touch (gen two, Firmware 2.2.1) connects fine to our wireless router and all applications (e.g. Safari, Tap Tap Revenge 2 etc) can access the internet. We have no proxy setting at home..
    Then, at uni we use special "manual http" proxy settings and had to jump through a bunch of hoops downloading certificates etc. I can connect fine to this wireless network at uni. Safari works perfectly with these settings, as expected.
    However when I try and access the internet from another application (for example, Youtube or Mail) the request will time out. My assumption is that it is because these applications are not using the proxy settings that i set -- whereas Safari is, and is therefore working normally. The same issue occurs on every other application besides Safari when connecting to the web. Keep in mind this all works at home.
    I don't think it is an issue with things being blocked by the uni, as we can get Live Messenger working fine on our laptops there. In fact there is documentation provided by the uni to connect to the wireless from an iPod/iPhone.
    Does anyone know why the other applications (including ones coming default on the phone) are ignoring these proxy settings?
    Thought i might ask here, as I'm not back at uni until tuesday.
    Thanks in advance.

    Proxy Settings may be set by connection however - that does not imply that all of the services provided by Apple Utilise these connections.
    *iPod Touch - No Firmware Updates Applied*: Able to use services like Google Maps, YouTube, Weather
    (Confirmed on 3 iPod Touches)
    *iPod Touch - Latest Firmware Updates Applied:* Unable to use services like Google Maps, YouTube, Weather. (Confirmed that this connection fails on 2/3 that have been upgraded, one is still pre v2 firmware and connects fine)
    Both iPod Touches are configured identically - with a static IP address, differing by one digit.
    Same DNS, Same Gateway, Same Proxy IP Address, Same Username/Password.
    The issue is not caused by configurations, it is caused by a difference in how authenticate proxy configurations are handled between the firmware supplied with a pre v2 iPod Touch, and the updated v2 firmware.
    Perhaps v3 will resolve this issue, but at this time if you have any choice, do not upgrade further iPod Touches to v2 if you require internet access via an authenticated proxy in applications such as Maps, Weather, Mail etc.
    Message was edited by: Caledai

  • How do you apply the school proxy settings to the ipad to filter website searches?

    How do you apply the school proxy settings to the ipad to filter website searches?

    Hi Stebop1987,
    You will want to apply a configuration profile with Global HTTP proxy settings to your proxy server. Use Apple Configurator or an MDM to deploy the configuration profile to your fleet of iPads. I recommend you contact your web filter provider for detials on what proxy details to enter in the configuration profile (type, server, port, username, password).
    Hope this helps!
    ~Joe

  • Where are proxy settings stored for JRE 6

    Where are the http proxy settings stored for JRE 6? I am trying to figure out how to centrally manage these settings for a large number of computers. I have heard about the deployment.properties file, however changing this file is not changing my proxy settings.
    Thanks for you help.

    Hi All,
    Thanks for the info.  I think this is what I need, but I opened the Javascript console and pasted in the code and nothing happened.
    (Programming, javascript, etc are not my area of expertise. My core competency is writing/editing.)
    What else do I need to do to make the Console recognize and respond that line of code?

  • BizTalk published WCF service throwing HTTP 404 error using ISA reverse proxy settings

    I have published my schemas as a WCF service from BizTalk 2010 "Publish WCF Service" wizard. I used Wcf-basicHTTP adapter in receive port. I am able to run the service successfully on localhost IIS and I tested my biztalk solution by sending request using SOAP UI and got response successfully.... Now: Actually, I need to give this service endpoint to my vendor who will send request from outside my company's network i.e. internet. In my infrastrucrue BizTalk is behind the firewall so, we setup a REVERSE proxy server at DMZ layer and it is configured properly. I have tested a simple WCF service by replacing the localhost with Proxy server configured address <DNSName> and it worked absolutely fine. But when I change localhost in my BizTalk schema based published WCF service it is not working and I am getting following error. Really strugling to get it resolved. I wasted a whole 3 days....very upset. Please help me out by giving the detailed step solution. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /BizTalkServiceInstance/MyService.svc I am surprized why other c# code based WCF services are working fine with reverse proxy settings. Server Error in '/' Application. The resource cannot be found.Is there any special things to consider Biztalk exposed wcf servcie over ssl in IIS cluster with ISA

    Hi Singam :)
    First I would start by browsing any other files (files other than the one from WCF) just to ensure that the reverse-proxy’s redirection rules are set correctly. If you get the same 404 error when you try to access other service/files “through reverse-proxy”,
    then it’s an issue in the redirection rule(s) in reverse-proxy.
    If others are fine i.e. no issue in reverse-proxy setup as such, then try the following for WCF service's web.config file. I have seen this issue in WCF service (not just BizTalk’s artifacts exposed as service in reverse-proxy). Add serviceHostingEnvironment
    config as show with in serviceModel section.
    <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    </system.serviceModel>
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • HTTP Adaptor for RESTful service calls -- Proxy Settings?

    Hi Guys,
    I have successfully configured an HTTP Adaptor on my Access Server, imported a REST service function, set up DTDs etc etc all ok.
    Now, when it comes to calling this function in a data-flow, the run of the job just times out while calling the function. I have tried this via another route and this time-out occured their too until I entered my proxy server login details.
    I am assuming I need to do this for the HTTP Adaptor but there is no parameter/setting around for me to do this.
    Could you please tell me how I can get my proxy settings in place for the HTTP call? If the solution involves the "axis2" file, please could you give me clear/step-by-step instructions on how to use this and deploy it as that area is all new to me.
    Thanks very much for any help.
    Flip.

    you can set the proxy server details in the Additional JVM Arguments of the HTTP Adapter Configuration using the following syntax. Add this to existing memory setting args
    -Dhttp.proxyHost=<enter proxyserver name> -Dhttp.proxyPort=<enter proxy port>
    have no idea how to specify the credentials, not sure if that can be done using Java arguments, if you are on windows try running the Jobservice under named user, and see if it works

Maybe you are looking for

  • Accept Liscense Agreement and Itunes Will Not Open

    I upgraded to current Itunes software and have not been able to open ever since. I have Windows XP. I have tried installing with antivirus turned off. I have tried installing quicktime standalone and then itunes. I have followed all the troubleshooti

  • "Restart and try again" Happens with whatever I download over and over

    Please help me out I cant download any adobe!!!

  • Canon 6D Missing Images

    On multiple shoots, since purchasing 6D, using multiple SanDisk Extreme 32G SDHC cards, when importing into Lightroom, I've noticed multiple images are missing - 'Previews Unavailable for this file'.  Via Finder, I see and can open the corresponding

  • Maverick, screen display on macbook pro corrupts

    I installed Mavericks yesterday. I have a MacBook Pro 15 inch with a display 1680x1050. Since the install I have had problems with the screen display corrupting with sections of the screen covered in linear 'noise'. I rebooted the first time it happe

  • How do I "bounce between locators" to render audio within a comp?

    Hi, Is there way to "bounce between locators" to render audio within a comp? In editing my vocal comp, I realized that I needed to extract a better version. So I just want to render the one phrase that I need and have it output to a separate track, o