Earlier quoted context omitted.
Many banks have very strict IT policies on posting things on internet, and they have valid business reasons for that. Not saying you meant that, but it's not like they're some dark, silly workplaces that people should get away from asap.
> Many banks have very strict IT policies on posting things on internet Yes, they do. And I really love it. Because it means that MY bank eats their lunch, because the bank I work for actually UNDERSTANDS how to use technology, while still keeping (very!) strict controls.
HTTPS on Stack Overflow: The End of a Long Road
161–170 of 183 posts
Re: HTTPS on Stack Overflow: The End of a Long Road
#162Earlier quoted context omitted.
I don't know how you'd get anything done since there are answers on Stack Overflow that solve problems that otherwise would involve hours to days of fussing to come up with the same non-intuitive solution. All roads lead to Stack Overflow these days for progrmaming problems.
For every answered question, there are probably 20 unanswered ones. Almost none of my embedded programming questions got answered. Edit: my estimate is wildly off. It's basically the opposite of what I said.
Re: HTTPS on Stack Overflow: The End of a Long Road
#163Earlier quoted context omitted.
browsers use domains for everything from connection limits to data storage. if you use folders everything will be shared.
Note to self: Use subdomains, not subdirectories in the future Wait...
But wait, in that case browser will make another DNS fetch and open up a separate http connection!
Re: HTTPS on Stack Overflow: The End of a Long Road
#164Earlier quoted context omitted.
TLS kills this kind of "cool" features which is kind of sad :( Unless you can afford wildcard certs. What's the argument behind LetsEncrypt not doing that? Extended Validation stuff?
There's a long StackExchange answer about this: https://security.stackexchange.com/a/158164 But it boils down to there being no practical way for Let's Encrypt to automatically validate that a wildcard certificate is safe to issue.
Re: HTTPS on Stack Overflow: The End of a Long Road
#165Stack Exchange is no longer available from my workplace due to this change. We have a strict no-posting-code-fragments policy, and SE was viewed as too risky to allow without some restriction in place to make it read only. Before HTTPS, the IT department had worked out such a read-only restriction by blocking the SE login with firewall rules. But with HTTPS that kludge is no longer possible, so the site is blocked.
You need to find a new job.
Re: HTTPS on Stack Overflow: The End of a Long Road
#166Earlier quoted context omitted.
I know it's hindsight and all that, but why didn't you check your website analytics first? Seems a fairly massive assumption that should have taken 10 seconds to check.
Some people don't spy on their customers and don't have these kinds of information available for analyses They're admittedly few though and their moral high ground is debatable considering that there are self hosted FOSS alternatives around nowadays
You might be interested in the EFF's Best Practices for Online Service Providers:
Re: HTTPS on Stack Overflow: The End of a Long Road
#167At $previous_job we once turned on HTTPS for our entire customer website and online store, only to have our customer support team be bombarded by phone calls claiming that our "website was down." After much teeth gnashing and research, we determined that a large segment of our user base was still using WinXP and the encryption protocols we offered weren't available to them. We didn't think this would be a problem bec…
The other problem with Windows XP and https is SNI. You cant serve more than one domain with different ssl certificates from the same IP address, you either use SANs or different IP addresses. This does not only affect IE on XP but every browser.
Re: HTTPS on Stack Overflow: The End of a Long Road
#168Earlier quoted context omitted.
12,095,709 questions have an answer, 7,506,004 of those have an accepted answer, and 1,813,270 aren't yet answered. I'd say your 1:20 ratio is just a little bit off :)
Just out of curiosity, do those 7.5+ million accepted answers include those closed as duplicates? Because by far my biggest complaint is finding the exact question I have was closed as a duplicate and links to a question that is useless at answering my question.