Earlier quoted context omitted.
Wow, that sounds ridiculous. What's the reasoning behind that policy?
Seems obvious that someone high up on the corporate ladder, with no practical knowledge in how the nitty-gritty work gets done, made the decision. Probably to "minimize IP theft".
HTTPS on Stack Overflow: The End of a Long Road
91–100 of 183 posts
Re: HTTPS on Stack Overflow: The End of a Long Road
#92Earlier quoted context omitted.
What sort of company do you work at? Why can't everyone just be told not to post code?
In many places (banks) there are legal reasons for this.
Re: HTTPS on Stack Overflow: The End of a Long Road
#93Note to self: Use subdirectories, not subdomains in the future
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?
Re: HTTPS on Stack Overflow: The End of a Long Road
#94Side question: any plans for IPv6?
Re: HTTPS on Stack Overflow: The End of a Long Road
#95Side question: any plans for IPv6?
Re: HTTPS on Stack Overflow: The End of a Long Road
#96Side question: any plans for IPv6?
Not any immediate plans. Decent amount of development is necessary there. There are so many places in our various systems that work with IP addresses, and many of them don't support v6 addresses.
Re: HTTPS on Stack Overflow: The End of a Long Road
#97This is incredibly detailed; in short, CDNs, cookies/authentication , tons of subdomains, and 3rd-party/user-generated content make it a pain to move onto HTTPS. I was chatting with a non-engineer friend about why it's hard to estimate how long tasks often take, and this seems like a prime illustration: the dependencies are endless. I also love the Easter egg: "The password to our data center is pickles. I didn’t thi…
Just know the username and you can log onto https://stackoverflow.com/admin.php
Re: HTTPS on Stack Overflow: The End of a Long Road
#98Has anyone tried running Fastly behind Cloudflare? Are the tradeoffs worth it?
Re: HTTPS on Stack Overflow: The End of a Long Road
#99Regarding the section "Mistakes: APIs and .internal" Why wouldn't they use split horizon DNS for this? Seems like the perfect use case
We'd consider it for a .local, when the support it properly there in 2016. Even subnet prioritization is busted internally, so that's a bit of an issue. Evidently no one tried to use a wildcard with dual records on 2 subnets before (we prioritize the /16, which is a data center) and it's totally busted. Microsoft has simply said this isn't supported and won't be fixed. A records work, unless they're a wildcard. So specifically, the .stackexchange.com record which we mirror internally at .stackexchange.com.internal for that IP set is particularly problematic.
TL;DR: Microsoft AD DNS is busted and they have no intention of fixing it. It's not worth it to try and work around it.
Re: HTTPS on Stack Overflow: The End of a Long Road
#100Earlier quoted context omitted.
How would they prove that you own every subdomain?
I'm not sure I understand the question. If you own something.com then you automatically own any possible subdomains.
Of course if I own a domain, I own all the subdomains. However, being in control of the site served at port 80 for a domain does not mean I own it.