LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-10-2024, 03:15 PM   #1
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Rep: Reputation: Disabled
Chrom checking for SSL / HTTPS certificate


On my KDE Neon Plasma, Chrome checks but the website I am developing doesn't yet have an SSL certificate and some functionality is blocked by Chrome.

Because my Chrom is synchronised with my Android phone, on the mobile, the same problem.

But Firefox works OK, so does Safary on my wife's Apple Mac.

I can't find a way to disable Chrome for this blocking, followed several articles on searches, but nothing works.

Any suggestions?

Thanks
 
Old 01-11-2024, 07:00 AM   #2
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,484

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
Install a free SSL cert from Let's Encrypt on your website.
 
Old 01-11-2024, 02:07 PM   #3
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TenTenths View Post
Install a free SSL cert from Let's Encrypt on your website.
Good, but for that I need to have shell access to my website, but I don't.

Many thanks
 
Old 01-12-2024, 03:03 AM   #4
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,484

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
Quote:
Originally Posted by alex4buba View Post
Good, but for that I need to have shell access to my website, but I don't.

Many thanks
RTFS - https://letsencrypt.org/getting-started/ specifically the section "Without Shell Access"

https://eff-certbot.readthedocs.io/e...ng.html#manual
 
Old 01-13-2024, 02:35 PM   #5
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TenTenths View Post
I live in Australia, my web hosting is called Webcentral, they do NOT show on the list for free SSL, they are offering this for an annual charge of $200 (Australian $)

Thanks again
 
Old 01-13-2024, 03:51 PM   #6
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,750

Rep: Reputation: 2222Reputation: 2222Reputation: 2222Reputation: 2222Reputation: 2222Reputation: 2222Reputation: 2222Reputation: 2222Reputation: 2222Reputation: 2222Reputation: 2222
A very short search yielded this:
Quote:
To disable the errors windows related with certificates you can start Chrome from console and use this option:
--ignore-certificate-errors
The recommendation was to use it for testing only (as the OP appears to be doing).
I’ve not tried it.
 
Old 01-13-2024, 04:12 PM   #7
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,628

Rep: Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557
Quote:
Originally Posted by alex4buba View Post
they are offering this for an annual charge of $200 (Australian $)
A quick search suggests WebCentral uses cPanel.

Enabling the built-in Let's Encrypt integration in cPanel is easy - basically a few clicks.

Charging a AU$200 annual fee for standard Domain Validation certificates is a scam.

Look for a more honest host.

 
Old 01-13-2024, 06:26 PM   #8
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by boughtonp View Post
A quick search suggests WebCentral uses cPanel.

Enabling the built-in Let's Encrypt integration in cPanel is easy - basically a few clicks.

Charging a AU$200 annual fee for standard Domain Validation certificates is a scam.

Look for a more honest host.

I email a query to the Hosting company, will see what the answer will eb

Cheers
 
Old 01-15-2024, 06:10 AM   #9
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,484

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
Quote:
Originally Posted by alex4buba View Post
I live in Australia, my web hosting is called Webcentral, they do NOT show on the list for free SSL, they are offering this for an annual charge of $200 (Australian $)

Thanks again
Did you bother reading https://eff-certbot.readthedocs.io/e...ng.html#manual which shows how to do it manually from another linux machine while using DNS TXT records for the domain validation step?
 
Old 01-15-2024, 08:55 AM   #10
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,691
Blog Entries: 4

Rep: Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947
My usual web-site hosting service (PythonAnywhere ...) has now made the use of LetsEncrypt certificates trivial: they simply obtain one for you, and renew it automatically. (Yes, they will reveal the current key contents to you, if you're curious.)

Many thanks to "LE," secure has now become "the new normal" for web sites – as it always should have been but for a time ($$$!) was not.

Last edited by sundialsvcs; 01-15-2024 at 08:56 AM.
 
Old 01-15-2024, 08:26 PM   #11
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TenTenths View Post
Did you bother reading https://eff-certbot.readthedocs.io/e...ng.html#manual which shows how to do it manually from another linux machine while using DNS TXT records for the domain validation step?
I only have a single laptop
Thanks
 
Old 01-16-2024, 03:28 AM   #12
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,484

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
Quote:
Originally Posted by alex4buba View Post
I only have a single laptop
Thanks
Does your laptop run Linux or can you boot a Live USB? If so, then install and run certbot.

If it's Windows then a "certbot for windows" Google search gives instructions on how to run certbot natively on Windows, then follow the other links I've given you on how to use DNSTXT for domain validation.
 
Old 01-16-2024, 04:16 AM   #13
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,359
Blog Entries: 3

Rep: Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767
Quote:
Originally Posted by TenTenths View Post
Does your laptop run Linux or can you boot a Live USB? If so, then install and run certbot.
Or it could be done from inside a VM like Qemu or VirtualBox.
 
Old 01-16-2024, 01:54 PM   #14
alex4buba
Member
 
Registered: Jul 2020
Posts: 624

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Turbocapitalist View Post
Or it could be done from inside a VM like Qemu or VirtualBox.
Many thanks again, I run pure Linux only, but any of the 3 usb sticks I had were not accepted, I called a technician whe made for me another bootable usb with a kde neon iso and I am now in the process of rebuilding.

Cheers
 
Old 01-16-2024, 01:59 PM   #15
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,359
Blog Entries: 3

Rep: Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767Reputation: 3767
Quote:
Originally Posted by alex4buba View Post
Many thanks again, I run pure Linux only, ...
That's a relief and makes things so much easier. CertBot will be easy to set up then.

As for the title in #1 above, Chrom does not listen:

Quote:
Conan : What gods do you pray to?

Subotai : I pray to the four winds... and you?

Conan : To Chrom... but I seldom pray to him, he doesn't listen.
 
  


Reply

Tags
chrome browser, ssl authentication



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
SSL certificate generation question - No certificate matches private key etcetera Linux - General 1 04-10-2017 01:28 PM
[SOLVED] Chrom(e|ium) addons, are they updated automatically? Mr. Alex Linux - Software 3 05-01-2013 06:50 PM
LXer: Switching to Chrom(ium) LXer Syndicated Linux News 0 02-09-2013 01:33 AM
proxychains and google chrom zanier Linux - Software 1 09-09-2012 09:24 PM
LXer: Time to switch? You can now even enable Flash Support for Chromium(Google Chrom LXer Syndicated Linux News 0 09-10-2009 12:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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