LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 08-06-2018, 07:27 PM   #1
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Rep: Reputation: 51
Question Why this https site cannot be loaded?


I am checking Diaspora* pods using the page https://podupti.me/

With a curiosity basically moved by the domains shown, I tried to visit

https://dia.goexchange.de/

with Firefox ESR 52.2.0 which gives an error like this, which I translated to English, so these may not be the actual words you see:

Quote:
Failed secure connection

The connection to dia.goexchange.de was interrupted during the loading of the page.

The page you are trying to view can not be seen because the authenticity of the received data could not be verified.
Please contact the responsible for the website to inform them about this issue.

Learn more...

[Try again]

[ ] Report errors like this to help Mozilla identify and block malicious websites
What is wrong here? The page seems fine, according to podupti.me!

I tried to change https to http, but the error just changed to something about a redefined connection, with no option except "try again" to repeat it.

Last edited by dedec0; 08-06-2018 at 07:29 PM.
 
Old 08-06-2018, 07:53 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,272
Blog Entries: 28

Rep: Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124
I was able to connect to it with Firefox v. 52.9.0. I had to allow scripts in No Script, though.
 
Old 08-06-2018, 09:06 PM   #3
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Javascript is enabled here. And I do not have No Script (assuming it is an addon).
 
Old 08-06-2018, 09:31 PM   #4
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
About the Firefox version you said, I only have firefox-esr and iceweasel available and installed in Debian 9.

And Synaptic shows last available version for firefox-esr as "52.8.1esr-1~deb9u1". Would that be equivalent?

Is there a way for me to confirm, before installing this newer version of firefox-esr, that it will solve or not that connection problem? Can you help me extract or find more details about the problem happening here?
 
Old 08-06-2018, 09:35 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,272
Blog Entries: 28

Rep: Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124Reputation: 6124
(No Script is an add-on, a most venerable one.)

If it were I, the first test I would do is to try another browser.

Let us know what happens.

It could be that the site was just having a bad day; it happens. Heck, earlier today, I tried to log into my hosting provider and got a 504. A few minutes later, I tried again and was able to log in and do my weekly SQL backup.
 
Old 08-06-2018, 11:02 PM   #6
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Venerable? Another time I will read about No Script. Maybe I install it too, then. (:

To try another browser is fine. There is no hurry with it, anyway. But did the site work for you? Or you did not try it?

Tomorrow I should test the site again, and see. I will test another browser, since being away from home will be easier to do that. So, around or at least 24 hours from now, I say again a bit how things are. Lets see. (:
 
Old 08-07-2018, 01:52 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by dedec0 View Post
Failed secure connection

The connection to dia.goexchange.de was interrupted during the loading of the page.

The page you are trying to view can not be seen because the authenticity of the received data could not be verified.
Please contact the responsible for the website to inform them about this issue.

Learn more...

[Try again]

[ ] Report errors like this to help Mozilla identify and block malicious websites
this is just a warning.
usually there is some way to load the page anyway.
maybe click on "Learn more...", then "Add Exception"?


edit:
nope, i just tried, i'm getting the same (seamonkey 2.49.4).
seems the site is broken.

Last edited by ondoho; 08-07-2018 at 01:53 AM.
 
Old 08-07-2018, 09:44 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,131

Rep: Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302
I've just got "Midori can't find the page you're looking for. Page corrupt." That doesn't seem hopeful!
 
Old 08-09-2018, 08:32 AM   #9
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by DavidMcCann View Post
I've just got "Midori can't find the page you're looking for. Page corrupt." That doesn't seem hopeful!
Try from terminal as "a test"
Code:
curl "https://dia.goexchange.de/"
Result should be similar or exactly like http://termbin.com/rg3n7

FF 61.0.0 and FF 61.0.1 and Safari 11.1.2
 
Old 08-13-2018, 02:44 AM   #10
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Thumbs down

Quote:
Originally Posted by Habitual View Post
Try from terminal as "a test"
Code:
curl "https://dia.goexchange.de/"
Result should be similar or exactly like http://termbin.com/rg3n7

FF 61.0.0 and FF 61.0.1 and Safari 11.1.2
termbin? I did not know that one. (:

I just tried that command from 2 different machines. In both of them, my PS1 has two lines, one with several info, and the second with "$" and the command used.

From my machine, where I still have the original issue (with Firefox ESR 52). My term output here:

Code:
2018.08.13 04:27:47 [  0] me@debian9: /dev/shm/goexchange.org
$  curl "https://dia.goexchange.de/" |view -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Vim: Lendo da entrada padrão...
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)

2018.08.13 04:28:15 [  0] me@debian9: /dev/shm/goexchange.org
$  curl "https://dia.goexchange.de/"
curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
2018.08.13 04:28:35 [ 92] me@debian9: /dev/shm/goexchange.org
$
From a remote machine (a processing server) in a different network:

Code:
2018.08.13 04:30:18 [  0] me@remote: ~
$  curl "https://dia.goexchange.de/" |view -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
curl: (52) Empty reply from server
Vim: Lendo da entrada padrão...

2018.08.13 04:30:33 [  0] me@remote: ~
$  curl "https://dia.goexchange.de/" |view -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (52) Empty reply from server
Vim: Lendo da entrada padrão...

2018.08.13 04:31:24 [  0] me@remote: ~
$
Empty reply? Why that happens?

And I am really surprised that your curl output shows an apparently normal page HTML.
 
Old 08-13-2018, 03:56 AM   #11
techblogger911
LQ Newbie
 
Registered: Apr 2018
Posts: 8

Rep: Reputation: Disabled
This site is not working for me as well.
 
Old 08-14-2018, 01:08 AM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
If it's working for some only, maybe the server blocks some access based on location?
add some bad javascript to that, i guess one can get all sorts of weird responses.
 
Old 08-14-2018, 08:52 PM   #13
dedec0
Senior Member
 
Registered: May 2007
Posts: 1,372

Original Poster
Rep: Reputation: 51
Point a site problem, if possible

For all reading here: I want to point a clear problem with that website, if that is possible. I just have no clue where to examine. Pointing a problem in a way that can be shown to others, may probably be used to improve the "server up checker" site.

Unless I use a proxy (like the free web proxies we may find with a simple search for that), my IPs (all IPs I can use) should be IPS inside Brasil. That is probably far from enough to say that all others or most people in this country have the same problem. But it is some info.

Other that have the same issue, say your location too, if it is shown by your IP.

Last edited by dedec0; 08-15-2018 at 05:41 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to setup a site like https://zend2.com ? dedec0 Linux - General 7 11-08-2017 10:44 AM
https certication error , the page can not be loaded via https ust Linux - Server 2 11-21-2013 08:49 PM
https site not opening satish Linux - Networking 5 12-30-2010 03:10 PM
speed up https (apache) site peridot121 Linux - Server 3 05-18-2010 04:51 PM
ie7 can't view my site over https tuxgirl Linux - Server 3 07-24-2009 01:52 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 05:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration