Safari can't connect through proxy

I just installed OS X 10.5.6 on a new MBP and migrated my old 10.4.11 PB account. Now when I connect to a vpn and set a proxy to be used, every web access times out.
But this only happens with Safari! When I use the same settings in FireFox, I can perfectly access the web.
What also puzzles me is: When checking the proxy settings in terminal, I get a segmentation fault:
# networksetup -getwebproxy airport
Enabled: Yes
Server: proxy01.domain.secret.com
Port: 8080
Segmentation fault
Also when I telnet to proxy01.domain.secret.com on port 8080 and give it a HTTP command like
GET http://google.com/ HTTP/1.0
I get a proper response. But still Safari is not using the proxy.

I entered the proxy manually.
But in the meantime I got the slight suspicion that it might be vpnc that's causing the trouble.

Similar Messages

  • Safari Can't Connect To Proxy Server - Why?

    I was using Safari with a proxy server on my Macbook Pro for the last week or so, because people who log ip addresses on places like LiveJournal etc annoy me and I'd rather not reveal all to whoever happens to be looking. It was all working fine, then suddenly when I went to use it this morning, Safari won't connect through a proxy server at all, no matter what I do. All I get is; +Safari can’t open the page “http://www.google.com/” because Safari can’t connect to the web proxy server (HTTP).+
    I know the ip address I'm using is fine because it will work in Firefox, and not only that, Safari on my sister's Macbook will accept that same ip address and load webpages fine, so it's obviously something screwy over here. I hadn't touched settings or anything between using it yesterday and it not working today. I've even updated Safari to see if that's the problem. It's not, and I'm stuck as to why it's suddenly thrown a hissy fit.

    Hello !
    Does Software Update from Apple menu connect? If not
    Go to:
    System Preference > Network.
    Click Advanced.
    Click Proxies Tab on top.
    In Configure Proxies box click up-down arrows for the pop-up window and select Manually.
    In the pane that opens up make sure no box is checked, if checked uncheck it.
    Click OK at the bottom of the window.
    Click Apply at the bottom of the window.
    Close System Preference.
    Relaunch Safari. It should connect. This worked for me.
    Firefox does not use the Proxy system Safari uses.

  • 3GS - YouTube only plays through Safari, can't connect through e-mail links nor app icon. Fixable?

    iPhone 3GS: YouTube only connects/plays through Safari but not through links in e-mail messages nor from the app icon. Fixable? Thanks.

    Thanks for joining the discussion.
    Although port 8443 is mosten quoted as correct port for CalDAV and CardDAV, port 8843 can be found both on Apple's website and other places:
    see Technical Note 1649 to find port 8443 listed for iCal and port 8843 for Address Book
    Mac OS X Lion Server for Dummies (sic) lists port 8843 on pages 236 and 238 but port 8443 in many other places
    when you want to push iCal and Address Book information with Profile Manager, Profile Manager lists port 8443 for iCal but port 8843 for Address Book as default:
    So I hope you understand I'm somewhat puzzled.
    I did get the Address Book working for my Lion desktops with the all the necessary certificates as far as I know, just not for the iOS devices (iPhone and IpPad). iCal sharing from Lion Server works fine on both Lion and iOS devices.

  • Can't connect throut proxy to the Web.

    I can't connect through proxy to the Web by use URLConnection or HttpURLConnection.
    I used:
    Properties prop = System.getProperties();
    prop.put("http.proxyHost","your-proxy-host");
    prop.put("http.proxyPort","proxy-port");
    get err:
    Error Code: 407 (Proxy Authentication Required).
    Error: Access is Denied.
    1. How can I setup my app to work through a proxy server?
    I think that is must the proxy server get username and password, because browser demand login too, when connect URL via proxy.
    2. How can I send username and password to the proxy server?
    PS: with browser (IE) I connect to the Web perfectly.
    Thanks,
    Hill

    See if this works:
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.text.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    public class randomYahooLink
    {     private      URL randomYahooLinkURL;
         private      String pageSource;
         private     JEditorPane pageHolder = new JEditorPane();
         public randomYahooLink()
         {     System.out.println("Entering default constructor.");
              try
              {     randomYahooLinkURL = new URL "http://random.yahoo.com/bin/ryl");
              }     catch(MalformedURLException MUE)
              {     System.out.println("ERROR: Malformed URL!");
              System.out.println("-fin- default constructor");
         public randomYahooLink(String proxyHost, String proxyPort)
         {     System.out.println("Entering proxy constructor.");
              System.getProperties().put("proxyHost", proxyHost);
              System.getProperties().put("proxyPort", proxyPort);
              try
              {     randomYahooLinkURL = new URL("http://random.yahoo.com/bin/ryl");
              }     catch(MalformedURLException MUE)
              {     System.out.println("ERROR: Malformed URL!");
              System.out.println("-fin- proxy constructor");
              public void getPage()
         {     System.out.println("Entering getPage() function");
              try
              {     pageHolder.setPage(randomYahooLinkURL);
              } catch (IOException IO)
              {     System.out.println("ERROR: Could not retrieve link.");
              } catch (Exception e)
              {     System.out.println("ERROR: Some unknown error thing.");
              System.out.println("-fin- getPage()");
         public void displayResults()
         {     System.out.println("Entering displayResults() function.");
              try
              {     pageSource = pageHolder.getText();
                   System.out.println("RETRIEVED " + pageSource.length() + " bytes of data");
              } catch (Exception e)
              {     System.out.println("ERROR: Could not display results.");
              System.out.println("-fin- displayResults()");
         public static void main(String args[])
         {     boolean done = false;
              long thisTime;
              randomYahooLink thisLink = new randomYahooLink("proxy","port");
              System.out.println("Program initialized.");
              while (!done)
              {     try
                   {     thisLink.getPage();
                        thisTime = System.currentTimeMillis();
                        while (System.currentTimeMillis() < thisTime + 5000)
                        {     // do something
                        thisLink.displayResults();
                   } catch (Exception e)
                   {     System.out.println("ERROR in main program loop.");
              System.out.println("Completed program.");
    }email me at [email protected] if you have trouble.

  • Safari 5.0.1 can't connect to proxy server (when 5.0 could)

    Hi,
    I use a MacBook Pro at home and at work. At work I have to access the internet via an http proxy server.
    After updating Safari to 5.0.1 I now get a "Safari can’t open the page “http://www.openstreetmap.org/” because Safari can’t connect to the web proxy server (HTTP)." and then goes on to tell me how to access my proxy settings in System Preferences. Safari works fine at home, accessing the internet via ADSL.
    Camino works fine, OSX Software Update works fine. I have the same problem with extensions enabled/disabled. I do have the WebSnapper plugin working but this was not a problem with 5.0. I have tried resetting Safari but to no avail.
    Any ideas
    Thanks
    Iain

    HI Ian,
    Please click My Settings on the right side of this page and tell us which Mac OS X you are running. Thanks!
    I do have the WebSnapper plugin working but this was not a problem with 5.0
    Turn off Extensions, try Safari using that proxy server. That extension may have been compatible with the previous version of Safari, but not the latest update.
    Carolyn

  • "Safari can't connect to the proxy server"

    Hello again...
    My 10.6 Server is up and running! thanks for all the help...however...
    When I try to access the internet via Safari from the actual server, I get the "Safari can't connect to the proxy server" message" but all the client machines can successfully access the internet....
    I'll start to read up on proxies but if someone can offer a suggestion in the meantime, that would be terrific. I know it's something simple I am missing...
    thanks!

    No snarkiness taken Mr. Hoffman...As a full-time high school teacher, I've been setting up our small school server on my own time for the past three months...with the help of the server docs, manuals, and the great help found within this forum, we are finally to a point where we can begin using the server.
    What I'm just not understanding is WHAT proxy do I use? I see all kinds of proxy servers out there but is there a specific one I should be using?
    Again, forgive me for my ignorance on this matter...I just don't understand why after a year of not using a proxy server, all of a sudden we need to have one? And this issue came about when Safari was unable to "connect to the proxy server"...
    MrHoffman wrote:
    1) So normally, there ISN'T a proxy being used?
    Proxies are used in school and corporate environments, and as a mechanism to >implement "network nanny" or parental controls, or when information leakage >involving sensitive or classified data, or personal or credit card data, or >other sensitive data is involved.
    When IT folks (or parents) are looking to monitor or control or track network access.
    up to this point I don't believe we were using a proxy server?
    2) A proxy "regulates" what traffic is passed between machines?
    A proxy can enforce access, or can cache access, yes.
    So no proxy in effect means traffic goes unchecked between computers...?
    Correct.
    do we HAVE to use a proxy server with the server?
    3) Where does a proxy take effect? At the Router/Gateway? The Server? or >individual machines?
    A functional proxy requires a proxy server, and settings at the firewall, and >on the client box.
    The proxy setting can be established via WGM, or locally via the system >preferences, or (and the following are less common) via malware or such, or due >to a bug. These settings are usually altered with WGM and system preferences, >in the vast majority of cases.
    Enabling a proxy server on the snow leopard server should help us out...but again, which address do I use? (in the server doc you referenced, it had "proxyserver.apple.com:8080")but I think that was just the format to use...
    Without intending any snark, read the manuals? Servers are big and complex >and expect an understanding of much more than the client boxes do; that's the >inherent difference between "server computing" and "client computing", after >all.
    I'm definitely appreciating how much involvement and understanding it takes to get one of these set up...and over the past three months, we've come a long way...
    again, thanks for the guidance and help!

  • Safari can't connect to the web proxy server (HTTP)

    Hello,
    I have following problem. I need to connect to the internet using a proxy server. I went to System Preferences/Network/Wi-Fi/Advanced.../Proxies. Then, I selected Web Proxy (HTTP) and enetered server's IP address and port. It looks like I did everything correctly, but Safary can't open any page because "Safari can't connect to the web proxy server (HTTP)". Does anyone know how to solve this problem?

    There are three possibilities:
    1. You entered the wrong address and port number for the proxy.
    2. You entered the wrong user name and password, if applicable.
    3. The proxy doesn't work or is incompatible.

  • Internet connected according to Network Diagnostic but Safari can't connect

    I just bought a new iMac in Australia yesterday; when I brought it back home and connected the ethernet cable to it I thought it would automatically connect to the internet as my other family members' Macs have in their homes, and as my old PC did.
    Unfortunately it did not, so I bumbled through Network Setup in System Preferences with little idea of what I was doing and essentially hoped for a miracle. I copied the 'IP address', 'Router' address and 'Subnet mask' numbers over manually from my PC but that didn't work. I then selected 'Using DHCP' and it gave me a seemingly normal IP starting with 192.xxx.xxx.xxx and the same subnet mask. When I run 'Network Diagnostics' it says my internet connection appears to be working correctly, and there's green lights next to everything. But when I go to Safari and type in www.google.com it takes forever before finally telling me that "Safari can't connect as the server is not responding'.
    I have scrolled through pages of this forum trying to find answers but I haven't yet. I tried changing the DNS addresses to the ones from OpenDNS but that didn't seem to work.
    Any suggestions would be greatly appreciated!

    What kind of connection do you have?
    -DHCP, this assigns the IP automaticly
    -PPPoE, you will have to enter the information from your ISP manually in rder to connect
    If you copy the IP from another machine it will create an issue since IP´s are unique to for machine.
    Can you verify you internet connection, just to make sure it actually works?
    +you can connect with other machines?
    - you have to look at the settings on you machine
    +you can ping www.google.com from Network utility
    - if you can you have a connection to the internet, there might be a problem with your DNS server
    +you can connect with IP addresses but not the HTTP
    - copy and paste googles IP into your web browser, if it connects you should contact you ISP or look for DNS trojans in your system
    +what does network utility show of send errors and link speed.

  • Safari can't connect to server with parental controls on

    I have one user with admin rights and one user plus guest with parental controls turned on. Recently when parental controls are turned on, I get 'safari can't connect to server' error. When I turn parental controls off again I can connect to the internet again. Why is this?

    Hi and welcome....
    Unfortunately, Parental Controls can only be enabled on a non admin account.
    See if there's a proxy set up for Safari. From the Safari menu bar click Safari / Preferences then select the Advanced tab. Click "Change Settings" next to: Proxies.
    That will launch System Preferences / Network - Proxies.
    If there are any boxes checked under: Select a protocol to configure, deselect the box then click Ok.
    Quit Safari (Command + Q) then relaunch Safari.
    See if Safari can connect in a parental controlled user account.
    Carolyn

  • Safari can't connect to the server - still causing problems

    Hi
    I have read through several topics relating to this problem - but have yet to be able to resolve the issue. So apologies in advance if it has already been answered in one of the many threads.
    I have 2 computers both working off the same broadband hub connection.
    Both have the same version of the OS and the same version of Safari: OS 10.4.11 and Safari 4.0.4
    I have checked that the network settings are the same and all parental control settings are the same.
    The laptop will access sites that the desktop will not.
    Can anyone shed some light as to why numerous sites I try to access on the iMac result in a Safari message "Safari can’t connect to the server".
    Same applies when I attempt the same sites with Firefox.
    I have emptied caches, resolved all font issues, addressed terminal and plists etc. etc. - all to no avail.
    Help!!!

    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up as well as added security:
    If you are using a single computer: Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296
    If your computer is part of a network: please refer to this page: http://www.opendns.com/start/bestpractices/#yournetwork and follow the advice given.
    You could also try these codes as well: 4.2.2.1 & 4.2.2.2
    If you use a Router, make sure it has the latest firmware installed.

  • Safari Not Loading Web Pages (Safari can't connect to the server)

    I'm seeing increasing problems with Safari being unable to connect to websites. When the problem starts to manifest itself you see the error:
    Safari can't connect to the server.
    Safari can't open the page.
    Then you see the URL information. It is always seems to be sites that are trying to load HTTPS pages.
    Clearing the cache and resetting Safari will make it go away temporarily, but it always comes back.
    Note that when this happens you might happen to see something like this in the address bar:
    file:///Applications/Safari.app/Contents/Resources/

    I'm having the same problem, I can open safari but when I try to go to a website it just says "server stopped responding." I just updated to the new version and that's when it started happening, it was working find before the update. Any suggestions???

  • Os x isnt showing my iphone4s when i plug it in through usb and i can't connect through bluetooth.

    os x isnt showing my iphone4s when i plug it in through usb and i can't connect through bluetooth.help!

    Try the steps in this article: http://support.apple.com/kb/ts1591

  • Problem with Safari **Safari can't connect to the server**

    My internet is working fine, but I keep having to refresh the page because I'm always getting "safari can't connect to the server".  Same thing happens with different browsers.  I've read a couple things online and unistalled everything that I think is causing the problem but it's still happening frequently.  Any help would be greatly appreciated!

    Most school networks are closed networks. You can access their Intranet, with all the files and peripherals and everything, but you need to have a specific password or IP address to access any outside connection. I have an ibook G4 that's 3 years old. I used it in high-school to access AOL wirelessly. That was before closed and protected networks were prefered. It shouldn't matter if the school intranet is widows based or not. You need to access your own internet service sometimes in order to get any reaction. If you simply use safari, you might only be connecting to the schools intranet, which only links together the schools computers and keeps the system isolated. Also, you need to check your firewall settings, in fact, just turn off the firewall. The schools sytem is firewalled up the bum and you shouldn't get attacks anyway because you're running the mac os.
    You might also try an alternative approach. Go into a computer lab, access one of the systems, then go to control panels and look up every connection you can find. Take down all of the info and then see which matches up with similar info on your mac. Then go to another pc and look up the same info again. Is it different? How? Then take that listing to the system administrator and show them. They may not know that a mac has a simpler interface than the pc, so you may have to do some prodding to get them to take a look. If they still tell you it wont work, you could try boot-camp or a virtualizer (to let you run windows alongside the mac os). If you use a virtualizer, you can get your own copy of windows and then share it's connection to the main system to the mac.

  • Almost constant "Safari can't connect to server"

    Starting a few weeks ago, I have started getting regular error messages that "safari can't connect to server". It is getting really annoying! It also affects Firefox. I have made every change I know to with internet settings (Open DNS settings, etc..), but nothing works. I have contacted my DSL ISP and they cannot find any problems with my service, which makes sense as I have had the service for nearly 2 years and this problem has just started recently. Oh yeah...I upgraded to 10.4.8 about the same time this started. ANY SUGGESTIONS?
    Thanks in advance!

    Update....after installing "Cocktail" system utility software and running all the systems, guess what??????
    No more issues! I'm not sure if it was the combination of the re-install and then the system utilities run....but I am back to surfing the web with ease!
    Thanks a million for your help!

  • WRT150N v1.1: Can't connect through router, internet light isnt on

    Recently there was a thunderstorm last week and it somehow shorted out my cable modem. (It was hooked up to a surge protector and still somehow got damaged..) The router seemed to be fine, however, after having replaced the modem, my desktop can't connect through to the internet nor my laptop on it's wifi. The internet only works when I direclty link the modem to my desktop/laptop.
    I've tried unplugging the modem and router for 30 seconds then re-plugginging the modem, waiting for initialization, then booting up the router but i've found no luck in getting it working as it used to.. I searched up past posts, and the "Setting-Up a Linksys Router with Cable Internet Service" doesnt say what to do if the light for internet doesnt turn on.
    Another odd thing the router does is that, for some reason, the 3rd port for ethernet is lit up when theres no cable in the port. I checked to see if the light would work in other ports when it was connected and it shows to work fine, just with the additional 3rd port constantly on.
    I'm not sure if it helps, but after hooking up the router I pinged it and it responded with:
    C:\Documents and Settings\Administrator>ping 192.168.1.1
    Pinging 192.168.1.1 with 32 bytes of data:
    Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
    Ping statistics for 192.168.1.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 1ms, Average = 0ms
    C:\Documents and Settings\Administrator>
    Anyone know how I can get this router working again? 

    Hm, i didn't see any change in anything after completing the steps.. I just had my cable/internet provider service technician come over and take a look at it. Basically, he told me the modem is probably fried somewhere and said I should invest in getting a new router. Surge protectors are apparently just a pretty name for "a good way to blow out multiple expensive devices." So now I'm out to get a wrt160N

Maybe you are looking for

  • How to remove the 1st level folder under the main ones at each level

    In the normal mode, either in the Content Areas section or in your Folder Portlet on your page - all the sub folders are rendered in blue, and then under each one, its corresponding sub folders are also rendered in smaller font. Is there a way to dis

  • Monster ITV Link

    HI guys after seeking advice from apple over the phone as to the best way to connect my macbook to my TV they advised I get a Monster ITV Link cable with a scart adapter. The picture displays by using this but in black and white, is there anything I

  • Problem with file manager

    ok.. so i've downloaded the pc suite for my nokia 6280. it was working just fine a while ago. now its just stuffed up! first of all my music transfer for some reason wont transfer music anymore.. but what worries me most is that my file manager wont

  • My applications are not responding

    It started with Word, now Pages and iTunes are doing the same thing. I can open the apps but as soon as I start working in them I get the spinning wheel and have to force quit, quite maddening. Help.

  • WRT54GS Access Restriction for WiFi Connected Devices

    I have the WRT54GS v4 running with the latest Firmware Version: v1.06.3 -- I am attempting to add Access Restrictions for a few MAC addresses and IP addresses (my kids iPod Touch and laptop).    I am simply wanting to deny total internet access from