Web page unable to connect

for some weird reason whenever i go a certain webpage it gives me the error "Unable to connect" yet when i use any other browser there is zero problems i connect as normal. How do i change the settings so i can continue useing firefox as my primary browser.

In CCM admin, have you checked to make sure web access is enabled for these phones?
Brandon

Similar Messages

  • RV320 SSL VPN web service unable to connect port 56000 56001...

    I have recently installed a RV320 dual WAN small business router in order to use the SSL VPN functionality to allow secure access to our intranet pages which are hosted on a server inside our network. I have the latest firmware installed on the router.
    With the firewall feature of the RV320 disabled - After logging in to the router remotely via the HTTPS interface, I am able to use the web-based services such as SSH and NetworkPls. However, when using the HTTP and HTTPS services I receive a web browser unable to connect error on port 56000, 1, 2, 3 ... This is regardless of whether I enter a URL or IP address on the network behind the router or on the internet.
    Enabling the firewall feature of the RV320 gives a different result - when any IP or URL is entered into the box in the second image below, the router log-in page is loaded instead of the required site. I have pasted an extract from the log at the bottom of this post although it doesn't seem to contain any relevant information. As a separate issue, you will also notice that users connecting to the router brings up [HACK] SynFlooding Attack in error.
    Can anyone explain why this is happening? Alternatively, does anyone have a guide for setting up a IPSec VPN with this router? There seems to be very little literature available for this model.
    Thanks in advance for your help.
    Log extract
    2013-11-02, 11:36:19
    Connection Accepted
    IN=eth1 OUT=eth0 SRC=178.239.83.183 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=60 TOS=0x00 PREC=0x00  TTL=54 ID=57573 DF PROTO=TCP SPT=54925 DPT=993 WINDOW=5840 RES=0x00 SYN  URGP=0
    2013-11-02, 11:36:19
    [HACK] SynFlooding Attack
    IN=eth1 OUT=eth0 SRC=178.239.83.183 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=60 TOS=0x00 PREC=0x00  TTL=54 ID=57573 DF PROTO=TCP SPT=54925 DPT=993 WINDOW=5840 RES=0x00 SYN  URGP=0
    2013-11-02, 11:31:53
    Connection Accepted
    IN=eth1 OUT=eth0 SRC=178.239.83.156 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=60 TOS=0x00 PREC=0x00  TTL=53 ID=50721 DF PROTO=TCP SPT=55634 DPT=993 WINDOW=5840 RES=0x00 SYN  URGP=0
    2013-11-02, 11:31:53
    [HACK] SynFlooding Attack
    IN=eth1 OUT=eth0 SRC=178.239.83.156 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=60 TOS=0x00 PREC=0x00  TTL=53 ID=50721 DF PROTO=TCP SPT=55634 DPT=993 WINDOW=5840 RES=0x00 SYN  URGP=0
    2013-11-02, 11:31:38
    User Log
    User cisco login success from 221.142.25.181
    2013-11-02, 11:31:38
    User Log
    User cisco login success from 221.142.25.181
    2013-11-02, 11:29:49
    Kernel
    kernel: upnp idx=83, ip=192.168.10.220, eport=59725, iport=59725
    2013-11-02, 11:29:49
    Kernel
    kernel: wrong ip[0],not_list[0]
    2013-11-02, 11:29:43
    Connection Accepted
    IN=eth1 OUT=eth0 SRC=176.251.102.32 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=64 TOS=0x00 PREC=0x00  TTL=52 ID=44670 DF PROTO=TCP SPT=49423 DPT=143 WINDOW=65535 RES=0x00 SYN  URGP=0
    2013-11-02, 11:29:43
    [HACK] SynFlooding Attack
    IN=eth1 OUT=eth0 SRC=176.251.102.32 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=64 TOS=0x00 PREC=0x00  TTL=52 ID=44670 DF PROTO=TCP SPT=49423 DPT=143 WINDOW=65535 RES=0x00 SYN  URGP=0
    2013-11-02, 11:29:12
    Kernel
    kernel: upnp idx=83, ip=192.168.10.220, eport=59725, iport=59725
    2013-11-02, 11:29:12
    Kernel
    kernel: wrong ip[0],not_list[0]
    2013-11-02, 11:29:12
    SSL Log
    User ben login success from 221.142.25.181

    After lots of trial and error, I was able to eliminate this problem.  What I wound up doing is defining the XE service again in the listener.ora file:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = XE)
          (ORACLE_HOME = C:\ProgramData\oraclexe\app\oracle\product\11.2.0\server)
    I know that typically you should not have to do this, especially since I already had defined DEFAULT_SERIVCE_LISTENER = (XE) at the bottom of the listener.ora file.  Explicitly defining the XE service in the listener.ora file allows the listener to find it while the system is running under the Cisco AnyConnect VPN.  The only hiccup I found by doing this is that the XE service is discovered twice by the listener when the system is NOT running under the Cisco AnyConnect VPN.  It still works OK.  The listener just seems to ignore the repeated definition of the XE service (see output below):
    C:\ProgramData\oraclexe\app\oracle\product\11.2.0\server\bin>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 13-JUN-2013 10:03:15
    .......(omitted output).......
    Service "XE" has 2 instance(s).
      Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
      Instance "xe", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "XEXDB" has 1 instance(s).
      Instance "xe", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: DEV-M-137GF, pid: 5544>
    (ADDRESS=(PROTOCOL=tcp)(HOST=DEV-M-137GF.paychex.com)(PORT=58257))
    The command completed successfully
    If anyone has a cleaner solution for this problem, please let me know.  Otherwise, I am moving forward with what I did.
    Thanks.....Paul

  • My husband keeps getting "problem loading page" "unable to connect" what can he do?

    he can't get on to firefox .He keeps getting problem loading page and unable to connect.It says to check for firewall and proxy.It also says make sure firefox is able to access the web.Please help.

    "This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More]"
    That was in the error console when I loaded it in Firefox 38. Is there a Firewall or an Antivirus that blocks the sites with these type of certs? FIrefox is beginning to phase these out. [https://blog.mozilla.org/security/2014/09/23/phasing-out-certificates-with-sha-1-based-signature-algorithms/]
    What else, I can only imagine that there might be something going on with the internet connection on the computer if other sites are not working either. However since it is just this site try these steps:
    *[[Websites look wrong or appear differently than they should]]
    Did this help?

  • Demonoid web page won't connect in Firefox

    Firefox refuses to open Demonoid webpage, with error msg "Unable to connect. Firefox can't establish a connection to the server".
    Other browsers open it okay.
    Followed solutions in Mozilla knowledge base, and other sites (seems to be a problem not just for me).

    Hi,
    Good news is that there seems to be just an issue with the cache. It does load on an updated version of Firefox 33.1.1 on Windows 7.
    Let's try this first clear the cache of the site:
    # Open the page about:permissions
    # search for the Demonoid site in the list
    # Click "Forget Site"
    # Restart Firefox
    [[Server Not Found - Troubleshoot connection problems]]

  • Browser cannot display E3200 router web page from ethernet connection but can from wireless

    I have installed my E3200 downstream from the Verizon FiOS Actiontec (going the other way disables FiOS functions).
    1.  My browser can get to the E3200 (192.168.1.2) when connected via wireless, but not when connected via ethernet cable.
         How do I fix that?
    2. When going to connect wirelessly, the 2GHz connection is visible but the 5 GHz connection is not
         (I have them named differently).
         How do I see both wireless connections?

    My browser cannot get to my E3200 setup web page from a wired Ethernet connection (wireless works fine).
    The Linksys E3200 (1Gb ethernet, “n” wireless) is installed downstream from a Verizon FiOS Actiontec router (10/100 ethernet, “g” wireless).
    I cannot put the E3200 upstream from the Verizon router because I would lose FiOS TV capabilities.
    The E3200’s fixed IP address is 192.168.1.2 (the Verizon router is 192.168.1.1)
    I cannot change the subnet (e.g. to 192.168.2.x)
    Clearing the browser cache and rebooting both routers doesn’t help.
    Both computers tested have dual band “n” network adapters.
    So... wireless connection works fine, but I cannot get to the setup page via wired ethernet.
    Help?

  • Specific web page won't connect says I need internet 7

    I have the latest browser for Firefox- and there is a web page that I can't get because says I need Internet explorer 7 (it is only this one site- its for my car payments)
    == This happened ==
    Every time Firefox opened
    == this past week

    If a website actually says that it requires IE7, there's not much you can do, but complain to the website owner. It's really quite surprising in this day and age; IE (all versions) don't even have 60 % of the market.

  • Verizon Web Pages (unable to view)

    I can not view media or web pages related to ringtones/ringback tones...anyone else having this problem now?

    Hello sweetness7408,
    I would like to make sure you are able to access the content available through the Verizon Media Store. Are you receiving a specific error message? Does this only happen when using the Safari browser?  I would suggest clearing the cookies within your browser. From Home screen press Settings>Safari> Clear Cookies and Data. Also, confirm JavaScript is turned on. I am available to troubleshoot further, if needed. I look forward to hearing from you.
    Thank You
    YaleK_VZW
    Follow us on Twitter @vzwsupport

  • How to create a link to a web page that is connected to the database?

    i am developing a web form in java using Oracle's JDeveloper. i created the form which is connected to the database and now i want to put a link in a page that when clicked it shows the form and populates it if necessary. i have no idea how to do that, can anyone please give me an example or where i can find an example?

    Its really hard to answer this question with this enough information....Which Jdeveloper version? which technology you are using to create this web form ? ADF BC or others
    If 11g then are you aware of Task flows?

  • Problem loading page, unable to connect

    I am trying to load the page, www.goiam.org. It wont work in FIREFOX or INTERNET EXPLORER. I have tried all possibilities. It loads on my phone and my IPAD. Not sure what can be done. History is clear. Cookies Clear. I need to get on this web site.

    "This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More]"
    That was in the error console when I loaded it in Firefox 38. Is there a Firewall or an Antivirus that blocks the sites with these type of certs? FIrefox is beginning to phase these out. [https://blog.mozilla.org/security/2014/09/23/phasing-out-certificates-with-sha-1-based-signature-algorithms/]
    What else, I can only imagine that there might be something going on with the internet connection on the computer if other sites are not working either. However since it is just this site try these steps:
    *[[Websites look wrong or appear differently than they should]]
    Did this help?

  • Trying to connect Ipad 3 to hot spot. Get connected but do not go to web page, Trying to connect Ipad 3 to hot spot. Get connected but do not go to web page, Trying to connect Ipad 3 to hot spot. Get connected but do not go to web page

    Trying to connect to a hot spot,i get connected but I can not go to na web page

    Trying to connect to a hot spot,i get connected but I can not go to na web page

  • Safari cannot open page unable to connect with server?

    Keep running into these errors? Safari is crashing, or Could not activate cellular network data because I am not a subscriber? Cannot get mail connection with server failed? Verizon denies network difficulties....??? Suggestions would be greatly appricated! Thanks in advance!

    Wi-Fi issue?  Are you in a home or business environment? Have you tried connecting and re-connecting to your wi-fi network? 

  • Hi. I keep getting this message when I try to load Firefox: Unable to connect. Can you help? Thanks.

    Here is the message I keep getting:
    Unable to connect
    Firefox can't establish a connection to the server at www.google.com.
    The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.
    Unable to connect
    Firefox can't establish a connection to the server at www.google.com.
    The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.

    Have you checked your firewall settings?
    * http://kb.mozillazine.org/Firewalls

  • After Firefox updated last night, I am no longer able to use it. "Unable to connect" I have added it back through the firewall, nothing works. Help!

    Starting last night, after an update, I am no longer able to use Firefox.
    "Problem loading page"
    "Unable to connect"
    Unable to connect"
    Firefox can't establish a connection to the server at.....
    I have tried various things, even uninstalled and re-installed, took it out of the firewall, and added it back in. But nothing is working.
    Please help!
    Thank You
    Mara

    Hello Mara, see if the next is helpful : [https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can Firefox can't load websites but other browsers can]
    also, try to boot the computer in [http://windows.microsoft.com/en-hk/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows Safe mode with network support] (press F8 on the boot screen) and check firefox again.
    (If works in Windows Safe mode then probably you have problem with other software, like security software or maybe a system driver, that is running on your computer).
    thank you

  • Home Network Web Pages and my IPOD

    My router recently died. Verizon installed a new router. I use a server with apache web server to access a custom web page that is connected to my X10 lighting. The web page will load and works properly from any laptop connected to the home network by Ethernet or WIFI. BUT!!!!! Now (it work fine before the new router was installed) my ipod cannot load any of the apache web pages I build. Can someone tell me what setting on the router is blocking these pages to my ipod????? I use my ipod to control my lights, my pool and pond pumps. I am really getting tired of trouble shouting this. It does not make sense that it works fine on my laptop but not on my ipod.

    Are you sure that the iPad is connected by wireless to your router and is not connected to someone's LAN OR is not connected to cell phone Internet service (3G, 4G/LTE) ?
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • When I try to access a web page or link from a web page I receive an error message like "Server not found" or "Unable to connect." After repeated "try again" attempts the page will load, but when I click on a button or link, the same thing repeats. Why?

    When I try to access any web page or any link from a web page, I receive an error message such as "Server not found" or "Unable to connect." After repeated "try again" attempts that the page will load, but as soon as I click on a button or link, the same thing repeats. Any suggestions?

    When I try to access any web page or any link from a web page, I receive an error message such as "Server not found" or "Unable to connect." After repeated "try again" attempts that the page will load, but as soon as I click on a button or link, the same thing repeats. Any suggestions?

Maybe you are looking for

  • IMac 1TB Seagate Hard Drive Replacement Program - how long does it take?

    I started a new thread for this issue since the original thread has degenerated into a rant. I just got my love letter from Apple informing me that my new 27" iMac has the bad drive. I backup to an external USB drive using Time Machine, and I am plan

  • Questions regarding going from iPhone 3G to iPhone 3G s

    I have the iPhone 3G, and want to get the iPhone 3G s. I have had my (AT&T) phone contract since 12-30-08. So, it hasn't been a year yet. If I were to go to the store and purchase the iPhone 3Gs (32 GB), could I simply pop-out my SIM card, put it in

  • Report with multiple queries

    Hi All, I need to develop a report with 5 big queries.. and i need to union these queries based on the parameters passed but we cannot use if condition in the report sql qurey.Also tried to use lexical parameter in the after paraform trigger but it d

  • DBConsole wont start

    Note: this is a DBConsole question not Grid Control but cannot find a more suitable forum. I have had a few issues with OEM on 10.2.0.4 Standard edition on Windows 2003. Scheduled jobs which ran fine in test were not running in Production. I decided

  • Excel type of table in flex

    Hello, i have a problem in designing excel type of table in flex UI.As i know only Data grid which display as rows.how to display the table loke excel sheet where sub headers and table as rows and columns and the user has to enter the data into each