May 29, 20196 yr I just checked the certs and they're good to go... Can you screenshot what you're seeing?
May 30, 20196 yr 5 hours ago, DFRESH said: I just checked the certs and they're good to go... Can you screenshot what you're seeing? By default, BaseOps doesn't redirect to https - I changed it to https://www.flyingsquadron.com/forums/ in the address bar to try and log in securely.
June 9, 20196 yr Showing Not Secure for me. Also, I don't know where you get your certificates, but https://letsencrypt.org/ is always an option.
June 10, 20196 yr 6 hours ago, Catman said: Showing Not Secure for me. Also, I don't know where you get your certificates, but https://letsencrypt.org/ is always an option. I got this from the Chrome debugging tool: Also some other warnings about stylesheets, etc. being loaded from the insecure side - looks like the default of a lot of the site is to point to the non-HTTPS side for embedded things even if you go to the HTTPS version.
June 10, 20196 yr 1 hour ago, magnetfreezer said: I got this from the Chrome debugging tool: Also some other warnings about stylesheets, etc. being loaded from the insecure side - looks like the default of a lot of the site is to point to the non-HTTPS side for embedded things even if you go to the HTTPS version. Checks. It’s not a can-it-go-secure problem, it’s that if you go secure and click anything on the site, it points you to non-secure.
June 10, 20196 yr 13 minutes ago, SurelySerious said: Checks. It’s not a can-it-go-secure problem, it’s that if you go secure and click anything on the site, it points you to non-secure. *goes into web code* *Ctrl+F: http* *replace with https* *profit*
June 10, 20196 yr Better (add to .htaccess):RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Sent from my iPhone using Baseops Network mobile app
May 2, 20205 yr Looks like it expired a few weeks ago, also the login username/password form is not HTTPS for some reason
May 16, 20214 yr I'm getting a warning the site is unsecured. Tested and confirmed on both Microsoft Edge and Mozilla Firefox. Edit: Add in iOS as well. Edited May 16, 20214 yr by Kiloalpha
November 16, 20223 yr Getting this warning: Quote This server could not prove that it is www.flyingsquadron.com; its security certificate expired 2 days ago. This may be caused by a misconfiguration or an attacker intercepting your connection. Your computer's clock is currently set to Wednesday, November 16, 2022. Does that look right? If not, you should correct your system's clock and then refresh this page.
November 18, 20223 yr Does whoever is running this site need help with certificates? I have no idea where it's being hosted or how, but this should be an automated process. This is a really low-traffic site, so I can host it pretty easily on my servers if needed. Lemme know.
November 18, 20223 yr Just to be clear, those of us with Chrome cannot access BO at all. On Firefox (as you all know) one has to click through with an exception. Do we need a go-fund-me or something to pay for the new SSL certificate? I will donate to that (or even pay for it outright).
November 18, 20223 yr 1 hour ago, GrndPndr said: Just to be clear, those of us with Chrome cannot access BO at all. On Firefox (as you all know) one has to click through with an exception. Do we need a go-fund-me or something to pay for the new SSL certificate? I will donate to that (or even pay for it outright). I was able to access with chrome last couple days. Just had to bypass the warning?
November 19, 20223 yr 6 hours ago, GrndPndr said: Just to be clear, those of us with Chrome cannot access BO at all. On Firefox (as you all know) one has to click through with an exception. Do we need a go-fund-me or something to pay for the new SSL certificate? I will donate to that (or even pay for it outright). They are free. Just has to be setup properly. I'm actually upgrading my servers this month, so I could host it easily. Won't be as bulletproof as a datacenter, but it'll be cheaper 🤣. And the certificates won't expire
November 19, 20223 yr On 11/18/2022 at 12:47 PM, GrndPndr said: Just to be clear, those of us with Chrome cannot access BO at all. On Firefox (as you all know) one has to click through with an exception. Do we need a go-fund-me or something to pay for the new SSL certificate? I will donate to that (or even pay for it outright). Thank you for that offer. The advertising covers the cost of the server, domain name, and now the SSL. I was doing certificates myself, but it was time consuming and when life was too busy (like the last few days), I kept dropping it out of my crosscheck. I've added automated certificate management and it shouldn't happen again.
Create an account or sign in to comment