Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
PBCrunch
Jun 17, 2002

Lawrence Phillips Always #1 to Me
I have a small webserver running on a Raspberry Pi in my house that does some home automation. I have it set up with Apache2 normal authentication and a weird port number, which I know is Not Good Enough. What is the easiest and cheapest way to get SSL working without any of those scary web browser messages about unknown certificates? I don't think I can just put these files on a web host and expect the home automation to keep working.

I have a domain name from AlpsNames that is cname'd to a dynamic dns provider, if that is helpful information.

Adbot
ADBOT LOVES YOU

PBCrunch
Jun 17, 2002

Lawrence Phillips Always #1 to Me

OSI bean dip posted:

Seconding this. If you're running a website in 2016 without SSL, you're a buffoon.
That was remarkably easy; I feel dumb for not having that working before.

So if I have https running (and http disabled), and have directory-level authentication with apache, I'm pretty much good to go, then? Just keep it updated and refresh my cert every week, and everything should be golden?

PBCrunch
Jun 17, 2002

Lawrence Phillips Always #1 to Me
Let's say I have a page with sensitive information on an Apache server. The server is running https-only and the sensitive information requires a login and password for access.

An iOS user is frustrated because Safari won't just store the login details, so the iOS user must enter the login information manually every time.

How much less secure is it to just make the resource accessible by entering an extremely long gibberish-filled URL? Let's ignore factors related to the iOS device, like losing the device or the device being compromised.

PBCrunch
Jun 17, 2002

Lawrence Phillips Always #1 to Me

wolrah posted:

Why won't the iOS device save the credentials? I'd fix that rather than trying to make an obscured URL.

I'm betting the reason is a bogus SSL cert since that definitely makes Chrome not want to save passwords, in which case Let's Encrypt is the answer.

I used Let's Encrypt. Chrome on my Android phone saves the password no problem, as do Chrome and Firefox on my desktop computer, but iOS refuses to do it. I get the nice green "Secure" lock when I visit the page in Chrome.

I have no experience with iOS, so I don't know what the cause is.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply