• 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

    • LibreOffice 25.2.4 by Razvan Serea LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base. Support and documentation is free from our large, dedicated community of users, contributors and developers. You, too, can also get involved! Choosing Between LibreOffice Still and LibreOffice Fresh: LibreOffice Still is a good choice if you value stability, a longer support cycle, and a more conservative approach to software updates. It's suitable for businesses and organizations where reliability and compatibility are crucial. LibreOffice Fresh is ideal if you're an enthusiast or an early adopter who wants to stay on the cutting edge of LibreOffice development and is willing to accept more frequent updates and occasional minor issues. Features: Writer is the word processor inside LibreOffice. Use it for everything, from dashing off a quick letter to producing an entire book with tables of contents, embedded illustrations, bibliographies and diagrams. The while-you-type auto-completion, auto-formatting and automatic spelling checking make difficult tasks easy (but are easy to disable if you prefer). Writer is powerful enough to tackle desktop publishing tasks such as creating multi-column newsletters and brochures. The only limit is your imagination. Calc tames your numbers and helps with difficult decisions when you're weighing the alternatives. Analyze your data with Calc and then use it to present your final output. Charts and analysis tools help bring transparency to your conclusions. A fully-integrated help system makes easier work of entering complex formulas. Add data from external databases such as SQL or Oracle, then sort and filter them to produce statistical analyses. Use the graphing functions to display large number of 2D and 3D graphics from 13 categories, including line, area, bar, pie, X-Y, and net - with the dozens of variations available, you're sure to find one that suits your project. Impress is the fastest and easiest way to create effective multimedia presentations. Stunning animation and sensational special effects help you convince your audience. Create presentations that look even more professional than the standard presentations you commonly see at work. Get your collegues' and bosses' attention by creating something a little bit different. Draw lets you build diagrams and sketches from scratch. A picture is worth a thousand words, so why not try something simple with box and line diagrams? Or else go further and easily build dynamic 3D illustrations and special effects. It's as simple or as powerful as you want it to be. Base is the database front-end of the LibreOffice suite. With Base, you can seamlessly integrate into your existing database structures. Based on imported and linked tables and queries from MySQL, PostgreSQL or Microsoft Access and many other data sources, you can build powerful databases containing forms, reports, views and queries. Full integration is possible with the in-built HSQL database. Math is a simple equation editor that lets you lay-out and display your mathematical, chemical, electrical or scientific equations quickly in standard written notation. Even the most-complex calculations can be understandable when displayed correctly. E=mc2. LibreOffice also comes configured with a PDF file creator, meaning you can distribute documents that you're sure can be opened and read by users of almost any computing device or operating system. LibreOffice also comes configured with a PDF file creator, meaning you can distribute documents that you're sure can be opened and read by users of almost any computing device or operating system. Download: LibreOffice 64-bit | LibreOffice 32-bit ~300.0 MB (Open Source) View: LibreOffice Website | Screenshot | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I'm not sure why, but for some reason I think that if they are deciding to use the year for the version history they should use the whole year (i.e. iOS 2026).
    • Here's why it makes sense to name it iOS 26 and why it doesn't by Aditya Tiwari It has been almost 18 years since Apple launched the first version of its popular mobile operating system alongside the original iPhone. Recent reports and rumors circulating on the web suggest that the company is all set to unveil a major overhaul for iOS 19 at this year's WWDC keynote. There is something that baffled many when they found that the Cupertino giant is reportedly planning to rename iOS 19 to iOS 26. Yes, a company like Apple skipping eight versions for iOS is enough to leave users with a "why?" expression on their face. However, even if Apple pulls it off, there are two sides to the coin. Why it makes sense to call it iOS 26 There are several reasons why calling it iOS 26 instead of iOS 19 isn't as weird as it sounds. To begin with, it's something that has been done in the past. Samsung is a well-known example when we think about renaming device lineups and skipping version numbers. Samsung launched the Galaxy S20 series in 2020. But what was its predecessor? Galaxy S19? No, it was the Galaxy S10. The South Korean giant renamed its device lineup and aligned it with the year of launch, jumping ten versions in the process. So, someone viewing a Galaxy S23 can easily determine that the device was launched in 2023. It also gives them a feeling that they are using the 'latest and greatest' product. On the flip side, a device from the previous year may feel outdated, potentially motivating them to upgrade. Skipping version numbers isn't fun and games for everyone. Microsoft became the butt of jokes when it skipped Windows 9 and announced that Windows 8.1 will be upgraded to Windows 10 (that too in 2015). Windows 10 was thought to be "the last version of Windows", but things turned out differently. Apple's case would be a bit different, where the iOS version number is one year ahead. So, iOS 26 will release in 2025, iOS 27 in 2026, and so on. This approach is similar to how game companies like Electronic Arts name their gaming titles. Although it may seem off track, the naming scheme aligns with Apple's development schedule. The company typically announces new iOS versions at WWDC in June and rolls them out to the public in the fall season. After that, it continues to push incremental updates through the following year. In other words, a particular iOS version lives on your iPhone for a quarter of the launch year and about nine to ten months in the following year. Meanwhile, Samsung releases new Galaxy S devices at the start of the year, so it makes more sense to align their name with the current year. Not just iOS 26, reports said that Apple will streamline its confusing software naming system by renaming almost all of its operating systems to a single version. So, there will be iPadOS 26, macOS 26, tvOS 26, and watchOS 26 instead of iPadOS 19, macOS 16, tvOS 12, and so on. While the big move will make things easier for users, it will also highlight the work Apple has been doing to unify its software experience across devices. iOS and iPadOS have been related to each other from the beginning, but macOS gained ARM support in 2020 and began incorporating iOS-like UI elements. Apple has already developed a suite of Continuity features that enable different Apple devices to work together. macOS 14 Sonoma further bridged the gap between iPhone and Mac in 2023 with a revamped widgets picker UI, which allows access to and syncing with widgets stored on your iPhone. New widgets introduced in macOS 14 are interactive, similar to those on iPhone. They let you do stuff like checking off reminders, playing or pausing media, accessing smart home controls, and more. Apple's iOS 26/iOS 19 would be the second major naming shake-up in the history of iOS. The first one was when Apple renamed the operating system from iPhone OS to iOS in June 2010. iOS 26 is expected to be the biggest update in years, reportedly featuring a 'dramatic' glass-like UI overhaul, a revamped Camera app, live translation for AirPods, a new gaming app, and a new set of accessibility features. The glass-like design, first introduced on Apple's Vision Pro headset, is expected to make its way to tvOS and watchOS. Why doesn't it make sense to call it iOS 26 It already feels a bit awkward when you realize that the iPhone 16 runs iOS 18, for whatever reason, when the first iterations of both iPhone and iOS arrived in the same year. Adding eight more digits to the iOS version number will make it sound even weirder. The 19th generation of iPhone's operating system will be called iOS 26. Imagine buying an iPhone 17 later this year, and it runs iOS 26 out of the box. However, there are a couple of things Apple can do to tone down the awkwardness. Perhaps Apple can rename the iPhone series and start calling it iPhone 26 to match its software counterpart. A far-fetched and even more unlikely option is to drop version numbers from the iPhone's name entirely. Apple is already doing it for its tablets (iPad, iPad Pro, and iPad Air) and its Mac computers. Therefore, it won't be an issue once the users absorb the initial shock of the announcement. But we can't ignore that not having a version number tied to a product has its downsides. These are all speculations anyway. Whatever happens, Apple fans will get over it and learn to live with it, like they are living with the hopes of an upgraded Siri and AirPower to charge their Apple devices together.
    • I'd prefer the disclaimer being more transparent by putting it above the article.
    • dBpoweramp Music Converter 2025-06-05 by Razvan Serea Audio conversion perfected, effortlessly convert between formats. dBpoweramp contains a multitude of audio tools in one: CD Ripper, Music Converter, Batch Converter, ID Tag Editor and Windows audio shell enhancements. Preloaded with essential codecs (mp3, wave, FLAC, m4a, Apple Lossless, AIFF), additional codecs can be installed from [Codec Central], as well as Utility Codecs which perform actions on audio files. After 21 days the trial will end, reverting to dBpoweramp Free edition (learn the difference between Reference and dBpoweramp Free, here). dBpoweramp is compatible with Windows 10, 8, 7, Vista, both 32 and 64 bit. dBpoweramp Music Converter features: Convert audio files with elegant simplicity. mp3, mp4, m4a (iTunes / iPod), Windows Media Audio (WMA), Ogg Vorbis, AAC, Monkeys Audio, FLAC, Apple Lossless (ALAC) to name a few! Multi CPU Encoding Support Rip digitally record audio CDs (with CD Ripper) Batch Convert large numbers of files with 1 click Windows Integration popup info tips, audio properties, columns, edit ID-Tags DSP Effects such as Volume Normalize, or Graphic EQ [Power Pack Option] Command Line Encoding: invoke the encoder from the command line DSP Effects - process the audio with Volume Normalize, or Sample / Bit Rate Conversion, with over 30 effects dBpoweramp is a fully featured mp3 Converter dBpoweramp integrates into Windows Explorer, an mp3 converter that is as simple as right clicking on the source file >> Convert To. Popup info tips, Edit ID-Tags are all provided. dBpoweramp Music Converter 2025.06.05 changelog: Darkmode added Core Converter Debug log dumps ID Tags written VST Effect Folders dialog fixed missing InitCommonControls would not show correctly FLAC/Ogg/Opus/etc - allows editing of CDTOC ID Tag CD Ripper secure ripping log where shows TOC was not showing CD Extra correctly CD Ripper was incorrectly setting data track length on main display (for certain drives) CD Ripper internally better handling of corrupt TOCs CD TOC to Tag was incorrectly adding 150 to CD Extra disc CD Ripper shows "AccurateRip Unconfigured" in rip status rather than "not in accuraterip" if unconfigured CD Ripper art paste accepts https CueSheet added as standard - log file written to same folder as cue and folder.jpg AIFF internal code merge (macos >> windows) Download: dBpoweramp Music Converter R2025.06.05 | 82.2 MB (Shareware) View: dBpowerAMP Music Converter Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      abortretryfail earned a badge
      Week One Done
    • First Post
      Mr bot earned a badge
      First Post
    • First Post
      Bkl211 earned a badge
      First Post
    • One Year In
      Mido gaber earned a badge
      One Year In
    • One Year In
      Vladimir Migunov earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      snowy owl
      255
    3. 3
      +FloatingFatMan
      252
    4. 4
      ATLien_0
      227
    5. 5
      +Edouard
      191
  • Tell a friend

    Love Neowin? Tell a friend!