LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback
User Name
Password
LQ Suggestions & Feedback Do you have a suggestion for this site or an idea that will make the site better? This forum is for you.
PLEASE READ THIS FORUM - Information and status updates will also be posted here.

Notices


Reply
  Search this Thread
Old 05-27-2020, 11:20 PM   #1
Jennylee-3
LQ Newbie
 
Registered: May 2020
Location: San Francisco, CA
Distribution: Xubuntu 20.04, with 13 other distro's ISOs to flash and to try out. :)
Posts: 17
Blog Entries: 1

Rep: Reputation: Disabled
Linux Wiki is unsecured site for sign in, Firefox tells me. True? Fixes?


From Xubuntu 20.04, running an Optiplex 780 SFF, 8 gigs RAM

Firefox says Linux Wiki is an unsecured site. I do not have my protocols really set for security on this new distro, yet. I am learning how, still. I didn't join,because of that warning.

Firefox recommended adding https:// to the beginning. No help. Is this a real problem? Can I fix it on my end?

Got some irrelevant(to me) questions that were "similar" to mine, but not really.

got this

https://support.mozilla.org/en-US/kb...urce=inproduct

Would share screencaps but I am new and don't have that privilege yet.

Thanks for the help, and this is about as concise as I ever am, so apologies ahead of time.

Last edited by Jennylee-3; 05-28-2020 at 12:59 AM.
 
Old 05-28-2020, 02:02 AM   #2
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,150

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Lightbulb

Quote:
Originally Posted by Jennylee-3 View Post
From Xubuntu 20.04, running an Optiplex 780 SFF, 8 gigs RAM

Firefox says Linux Wiki is an unsecured site. I do not have my protocols really set for security on this new distro, yet. I am learning how, still. I didn't join,because of that warning.

Firefox recommended adding https:// to the beginning. No help. Is this a real problem? Can I fix it on my end?

Got some irrelevant(to me) questions that were "similar" to mine, but not really.

got this

https://support.mozilla.org/en-US/kb...urce=inproduct

Would share screencaps but I am new and don't have that privilege yet.

Thanks for the help, and this is about as concise as I ever am, so apologies ahead of time.
Can you post the URL or Wiki site?
 
1 members found this post helpful.
Old 05-28-2020, 07:30 AM   #3
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
There is a firefox addon "https everywhere". I suggest you install that (but dunno whether that helps in this particular case).
 
1 members found this post helpful.
Old 05-28-2020, 08:19 AM   #4
ntubski
Senior Member
 
Registered: Nov 2005
Distribution: Debian, Arch
Posts: 3,780

Rep: Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081Reputation: 2081
I tried opening https://wiki.linuxquestions.org/wiki/Main_Page in Firefox just now, and I get

Quote:
Secure Connection Failed

An error occurred during a connection to wiki.linuxquestions.org. SSL peer has no certificate for the requested DNS name.

Error code: SSL_ERROR_UNRECOGNIZED_NAME_ALERT
...
So I guess there is some misconfiguration on the server.
 
1 members found this post helpful.
Old 05-28-2020, 11:38 AM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Code:
curl -vLI  https://wiki.linuxquestions.org/wiki/Main_Page
*   Trying 107.154.160.150:443...
* Connected to wiki.linuxquestions.org (107.154.160.150) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS alert, unrecognized name (624):
* error:14094458:SSL routines:ssl3_read_bytes:tlsv1 unrecognized name
* Closing connection 0
curl: (35) error:14094458:SSL routines:ssl3_read_bytes:tlsv1 unrecognized name

curl -LI http://wiki.linuxquestions.org/wiki/Main_Page
HTTP/1.1 200 OK
Content-Type: text/html
Connection: close
Cache-Control: no-cache
Connection: close
Content-Length: 210
X-Iinfo: 5-38396969-0 0NNN RT(1590683603786 3) q(0 -1 -1 0) r(0 -1) B10(4,289,0) U6
Set-Cookie: visid_incap_213932=fQQZ1QL/SmSa6heG6HnjRtPnz14AAAAAQUIPAAAAAAAHtYIxfm66EUDzvRjeDbKT; expires=Fri, 28 May 2021 10:05:05 GMT; HttpOnly; path=/; Domain=.linuxquestions.org
Set-Cookie: incap_ses_1000_213932=G2P9V+xW7Wwt7fRj1LfgDdPnz14AAAAAnQ+SsH4pR0cTO9z6wP3TJw==; path=/; Domain=.linuxquestions.org
 
Old 06-01-2020, 04:22 PM   #6
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
There is no cert for the wiki at this time. We'll add one after some other changes are made.

--jeremy
 
2 members found this post helpful.
Old 06-02-2020, 08:15 PM   #7
Jennylee-3
LQ Newbie
 
Registered: May 2020
Location: San Francisco, CA
Distribution: Xubuntu 20.04, with 13 other distro's ISOs to flash and to try out. :)
Posts: 17

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Thanks, I think we can call this solved, I think. So glad it wasn't me. For no obvious reason.
 
Old 06-02-2020, 08:38 PM   #8
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Quote:
Originally Posted by jeremy View Post
There is no cert for the wiki at this time. We'll add one after some other changes are made.

--jeremy
Been there, done that.
A suggestion: Redirect the wiki. subdomain to a url without the sub domain that is covered by the existing certificate that points to the same space.
Don’t need to change any links or expand the certificate.

(We had abc.mydomain.com When we secured my domain.com, we just Redirected to mydomain.com/abc)
 
1 members found this post helpful.
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Web Served 7: Wiki wiki wiki! LXer Syndicated Linux News 0 02-19-2013 09:10 PM
Linux pause command not on wiki.linuxquestions.org/wiki/P_commands JHMC Linux - Newbie 4 12-18-2007 11:56 AM
tutorial on wiki wiki web alix123 Programming 1 04-02-2005 02:08 PM
wiki: supposed to use the same wiki namespace? liquigel LQ Suggestions & Feedback 1 03-07-2004 10:11 AM

LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback

All times are GMT -5. The time now is 06:44 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