• 0

Error visiting host in one browser but not another?


Question

When trying to visit my webhost, Bluehost, in Firefox I get this error:

 

  Quote

The connection to the server was reset while the page was loading.

    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem.

Expand  

In Chrome the site loads fine and lets me login.

 

The is problematic right now because my site is having issues and I need to know if the issue is because of the Bluehost issue or my website itself.

19 answers to this question

Recommended Posts

  • 0
  On 08/05/2016 at 05:03, KatGamer said:

When trying to visit my webhost, Bluehost, in Firefox I get this error:

 

In Chrome the site loads fine and lets me login.

 

The is problematic right now because my site is having issues and I need to know if the issue is because of the Bluehost issue or my website itself.

Expand  

Do you have a link by chance? Do you use SSL?

  • 0

http://www.bluehost.com

 

I can't seem to actually visit http Bluehost because it keeps redirecting me to https.

 

My site is http://sierraplanet.com It is a Wordpress site and I believe WP uses SSL. The main site is back up now but I get a blank page when I try to go to the Wordpress admin page at http://sierraplanet.com/wp-admin/.

 

Going here http://sierraplanet.com/wp-login.php results in this error: ERROR: Cookies are blocked due to unexpected output. But my browser has cookies enabled, which was the problem WP's knowledgebase suggested.

 

I already tried live chat with Bluehost but I had a completely unhelpful agent who said he believed it was an issue with the theme or plugin (I hadn't changed anything so nothing should have gone down unless WP tried to auto-update). I would like to troubleshoot WP but I also can't get into my FTP and I don't know if that's also a Bluehost issue.

  • 0

Did you just recently upgrade your WP? I know today was v4.5.2 release.

 

Looks like your wp-admin index is corrupted or broken. Something failed to work right.

 

I just checked my WP Admin panel, and it shows completely different code.

 

Edit:

 

Right Click http://sierraplanet.com/wp-admin and choose "Inspect Element". It shows standard HTML Tags, nothing else.
Now, if you go to my testing WP site, and do the same, you'll notice a difference in code.

http://datascorner.com/gxstesting/wp-admin

  • 0

I did not but since I used Bluehost's automatic installer, I think it upgraded it for me. LIke I said, I can't get into my FTP. I will try Bluehost again, maybe I'll get a better representative this time.

  • 0
  On 08/05/2016 at 06:27, KatGamer said:

I did not but since I used Bluehost's automatic installer, I think it upgraded it for me. LIke I said, I can't get into my FTP. I will try Bluehost again, maybe I'll get a better representative this time.

Expand  

You'll laugh, but are you sure it's FTP, I make this mistake all the time. My hosts all use SFTP. I forget to change it all the time, and it never logs in. I'm at work, so I can't help too much more. They frown upon us using company resources for personal stuff.

 

I'd keep trying, if all else fails, I'd switch hosts.

  • 0

I just redownloaded Bluehost's FileZilla configuration data for Filezilla so it should all be accurate. I've never had to switch before.

 

Filezilla is also giving me a bluehost.com certificate error so I feel like they're having a problem.

  • 0
  On 08/05/2016 at 06:37, KatGamer said:

I just redownloaded Bluehost's FileZilla configuration data for Filezilla so it should all be accurate. I've never had to switch before.

 

Filezilla is also giving me a bluehost.com certificate error so I feel like they're having a problem.

Expand  

there's a special configuration? O.o that's new to me. Usually you just put the site address, port, and the FTP/SFTP/FTPS and your credentials and you're solid.

  • 0

 

 

  On 08/05/2016 at 07:02, BinaryData said:

there's a special configuration? O.o that's new to me. Usually you just put the site address, port, and the FTP/SFTP/FTPS and your credentials and you're solid.

Expand  

Well, I forgot that you have to go into Site Manager and set it to "Only use plain FTP (insecure)." Apparently you can no longer use Filezilla's QuickConnect bar because of some kind of change FZ made that makes it not work with Bluehost. I got in after that.

 

I got a much more helpful agent this time who managed to restore the last version of my site to fix it, and is trying to see if the auto-updates on Bluehost's part can be stopped.

 

As for not being able to access bluehost.com in Firefox he suggested I clear my cache and cookies, which I did, and that didn't fix the problem, so he's passing that on to his supervisors.

  • 0
  On 08/05/2016 at 07:05, KatGamer said:

 

 

Well, I forgot that you have to go into Site Manager and set it to "Only use plain FTP (insecure)." Apparently you can no longer use Filezilla's QuickConnect bar because of some kind of change FZ made that makes it not work with Bluehost. I got in after that.

 

I got a much more helpful agent this time who managed to restore the last version of my site to fix it, and is trying to see if the auto-updates on Bluehost's part can be stopped.

 

As for not being able to access bluehost.com in Firefox he suggested I clear my cache and cookies, which I did, and that didn't fix the problem, so he's passing that on to his supervisors.

Expand  

I can access Bluehost.com via FireFox, and I checked via my home computer, as well as my cellphone.

 

You should really look into SFTP, which is FTP over SSH (Secure Shell), just passing on advice I received from others here. Glad you got it to work, drives me nuts when I can't login to do something.

  • 0

"SFTP, which is FTP over SSH (Secure Shell)"

 

No not exactly...  SFTP is an extension to ssh..  Secure File Transfer Protocol.

https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol

 

Yes you can run ftp over a ssh connection via a tunnel - but they are completely different things...

 

The site works fine via http, but it has not been setup correctly for https -- so if your browser is trying to go to https then yeah its going to fail since the cert being presented is not correct for the domain in question.. You could always add an exception I guess

 

Unable to communicate securely with peer: requested domain name does not match the server's certificate.

 

 

wrongcert.png

 

  • 0
  On 08/05/2016 at 15:02, BudMan said:

"SFTP, which is FTP over SSH (Secure Shell)"

 

No not exactly...  SFTP is an extension to ssh..  Secure File Transfer Protocol.

https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol

 

Yes you can run ftp over a ssh connection via a tunnel - but they are completely different things...

 

 

Expand  

Oops. Should probably think a little harder before I type.

  • 0
  On 08/05/2016 at 15:02, BudMan said:

The site works fine via http, but it has not been setup correctly for https -- so if your browser is trying to go to https then yeah its going to fail since the cert being presented is not correct for the domain in question.. You could always add an exception I guess

 

Unable to communicate securely with peer: requested domain name does not match the server's certificate.

 

 

 

 

Expand  

I just came here certain that Firefox was broken because now I'm suddenly unable to access Paypal as well! Augh! Again, it's working fine in Chrome. I even tried restarting Firefox in Safe Mode and still can't load either site.

firefoxpaypal.png

  • 0

I just remembered something. When I got this laptop in January, and I first got online, I was having a problem accessing any secure site. even Google. Firefox and Chrome kept telling me the websites' security certificates had an issue. It turned out that somehow when I was setting up Windows 10, I'd missed the part where you set your date, time, and time zone, and so the websites were getting the wrong time from my computer. As soon as I set the time, the problem was gone.

 

However, the time is now set correctly and Chrome isn't having this problem. I wonder if something similar is going on with Firefox...?

  • 0
  On 11/05/2016 at 06:15, KatGamer said:

I just came here certain that Firefox was broken because now I'm suddenly unable to access Paypal as well! Augh! Again, it's working fine in Chrome. I even tried restarting Firefox in Safe Mode and still can't load either site.

firefoxpaypal.png

Expand  

Did you make any changes to your browser at all? Have you tried using Chrome?

  On 11/05/2016 at 06:22, KatGamer said:

I just remembered something. When I got this laptop in January, and I first got online, I was having a problem accessing any secure site. even Google. Firefox and Chrome kept telling me the websites' security certificates had an issue. It turned out that somehow when I was setting up Windows 10, I'd missed the part where you set your date, time, and time zone, and so the websites were getting the wrong time from my computer. As soon as I set the time, the problem was gone.

 

However, the time is now set correctly and Chrome isn't having this problem. I wonder if something similar is going on with Firefox...?

Expand  

Hmmm strange. It's definitely on your end because PayPal works just fine for me. Something in FireFox is configured improperly.

 

I'd clear your cache, and try to reload FireFox / Paypal

  • 0

Here is the thing... That is the not correct common name.. your on https://paypal.com which should of redirected you to www.paypal.com

 

commonname.png

 

Go to https://www.paypal.com does that work?

 

If you go to https://paypal.com you should get redirected to www.paypal.com if that fails then sure you could have a problem...  Next time stuff like this happens look in the advanced section, and even if you do not know what its saying - post that info!!

  • 0

I did try clearing my cache and cookies, forgot to mention.

 

So, BudMan, it's not redirecting properly when I type in paypal.com?

 

I guess I'll try to reinstall Firefox.

 

I did try clearing my cache and cookies, forgot to mention.

 

So, BudMan, it's not redirecting properly when I type in paypal.com?

 

I guess I'll try to reinstall Firefox.

 

  • 0

I'd try backing up your bookmarks, then going to about:support and pressing the Refresh Firefox... button to start with a new profile.

 

It's possible your list of authorities are messed up, and starting with a new profile *should* address that. Firefox uses its own CA store when compared to other browsers, hence why it may be working in other browsers and not Firefox.

  • 0

Well, that was crazy. I tried the "old fashioned" way of uninstalling Firefox and deleting my user folder and that didn't fix it, but your Refresh Firefox suggestion worked! Thanks!

This topic is now closed to further replies.
  • Posts

    • The EU regulations force companies to respect users privacy, choice and data. Something all tech companies have abused to the hilt and would continue to do so if it wasn’t for important legislation and laws the EU brought in, which have been adopted elsewhere around the world. The EU can be a nuisance, but they actually do more good than harm. Forcing Apple, Google, Microsoft etc to make changes hasn’t negatively impacted anyone apart from their financials as they aren’t free to pillage our data like they once were, unless they explicitly provide options to obtain consent.
    • Windows 10 Enterprise IoT LTSC will continue getting updates until January 2032. I would expect support from most programs to continue until then. Firefox still supports Windows 7 (until the end of August), which will be just over 16 years since release. Windows 10 will be of a very similar age in January 2032. I'm sure some things like games will move on earlier, but I imagine a Windows 10 machine will be safe and usable for a long time to come yet, despite the pressure and fearmongering from those who stand to gain from selling you a new PC.
    • Refined dock and bug fixes land in latest Elementary OS 8 updates by David Uzondu If you're running Elementary OS 8, there's a new round of updates available, bringing some neat enhancements, particularly to its signature Dock and the underlying window manager, Gala. If you are not familiar, Elementary OS positions itself as a polished alternative to Windows and macOS. It runs its own custom desktop environment called Pantheon, with Gala handling all the window management magic, like animations and how windows behave. In the new update, the Dock gets some notable new tricks, including the return of a couple of features that old-school Plank (the Dock's foundation) users might remember. For starters, the Dock now shows multiple indicator dots beneath an app icon if you have more than one window open for that application, which is useful for quickly seeing what is running. Plus, if you are dragging something and hover over an app icon in the Dock, it will cycle through that app's open windows, making it easier to drop your item into the right place. You can also now long-press an app icon to bring up its context menu, a nice touch for those who prefer that interaction. The elementary OS team also squashed some bugs related to hide modes and memory usage, keeping things running smoothly. Gala itself recently got a massive update, addressing around 20 reported issues and introducing a brand new Gesture Controller. This means users can now swipe up in the Multitasking View to close windows, a slick and intuitive gesture. App titles are now always shown in Multitasking View, a significant improvement for touchscreen users. Users also get notified when they take a screenshot with a keyboard shortcut, and this notification lets them jump straight to the image in Files. Some other welcome Gala improvements include saving window states on sleep and shutdown, and fixing an annoying bug where menus might only show once. For gamers, a fix for Lutris Flatpak installations causing Gala to crash with GE Proton setups will be a relief, and users of the Postman app will be happy to know that window captures for it are no longer partially rendered. Shifting back to Elementary OS 8, in System Settings, choosing light or dark mode properly snoozes your schedule instead of outright disabling it. The Reduce Motion setting has been expanded to cover a wider array of animations, which is a blessing for folks prone to motion sickness. Hotcorners got some fixes too, and there is a new option to keep them active even when an application is full screen. Other notable updates include added screen reader support for notifications and the shortcut overlay, fixes for Flatpak sandbox issues that affected apps like Steam, and the latest version of GNOME Web, which brought better performance and a redesigned bookmarks sidebar. You can download all these updates by opening System Settings, heading to System, and hitting "Update All."
    • WSCC - Windows System Control Center 10.0.0.8 by Razvan Serea Windows System Control Center is a free, portable program that allows you to install, update, execute and organize the utilities from various system utility suites. WSCC can install and update the supported utilities automatically. Alternatively, WSCC can use the http protocol to download and run the programs. WSCC is portable, installation is not required. Extract the content of the downloaded zip archive to any directory on your computer. Free for personal use. The setup packages and updates are downloaded directly from their author's website! This edition of WSCC supports the following utility suites: Windows Sysinternals Suite (including support for "Sysinternals Live" service) NirSoft Utilities Mitec and more... WSCC - Windows System Control Center 10.0.0.8 changelog: Update Manager: scheduled updates will run even if WSCC is already running minor user interface improvements Download: WSCC (64-bit) | 6.9 MB (Free for personal use) Download: WSCC (32-bit) | 6.2 MB View: WSCC Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • It seems I was wrong. Modifying the registry manually does not have an effect at all, even after restart. Just use ViveTool for now. I'm going to need to investigate this...
  • Recent Achievements

    • Posting Machine
      Fiza Ali earned a badge
      Posting Machine
    • One Year In
      WaynesWorld earned a badge
      One Year In
    • First Post
      chriskinney317 earned a badge
      First Post
    • Week One Done
      Nullun earned a badge
      Week One Done
    • First Post
      sultangris earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      185
    2. 2
      snowy owl
      130
    3. 3
      ATLien_0
      127
    4. 4
      Xenon
      119
    5. 5
      +Edouard
      89
  • Tell a friend

    Love Neowin? Tell a friend!