#[philbowell]Hi, I'm very new to this indie web stuff but very intrigued by it. Anyway I'm trying to set the basics up with the various links to my web profiles. I've got them all in my site and indiewebify.me says I have but it doesn't recognise any of the links back to my site even though they are there. Have I done something wrong (likely)?
snarfed joined the channel
#aaronpk[philbowell]: sometimes it gets it wrong. Try signing in on IndieAuth.com
[shaners], dougbeal|mb1, mlncn and snarfed joined the channel
#waglehas anyone gotten there wordpress to use all https urls, mine's glommed unto http in some plaes, making for odd edge-case-bugs
#miklbwagle make sure you have https for both WP address & site address in settings/general. Otherwise, going to be up to your htaccess or nginx conf
#waglehrm.. didnt take.. it seemed to do something tho
KartikPrabhu joined the channel
#KartikPrabhugRegorLove++ for notes on IWBBham demos
#Loqigregorlove has 90 karma in this channel (124 overall)
#KartikPrabhuaaronpk: I am very surprised that file-storage does not actually make my file "feel" slower!
#KartikPrabhuhasn't done benchmark stuff to it; just loading from browser
#KartikPrabhuaaronpk: is it, possibly, because of DB cache and my server cacheing frequent requests?
#wagleAccording to my records, I find that aaronpk turned me onto SequelPro five years ago. Tonight, I used it for the first time to fix my wordpress mysql database. Poobah!
#KartikPrabhuwagle: for my bit I gave up on MySQL a while ago. Now I am giving up on databases in general
#gRegorLoveInteresting issue where pin13.net doesn't find the rels on https://andrew.kvalhe.im/ but unmung does. Thinking it's something with the UA in pin13's request.
#waglei have server_names foo.com, baz.org, and moof.io.. want to 301 http to https.. i list the server_names and have individual certs.. >>> I want things not in the server_name list to be 444'd <<<
#wagleI think I'm acheiving this now, but am not certain
#sknebelnot explicitly, but it's clearly documented as HTTP rewriting
wolftune joined the channel
#sknebel(the return statement, that is. and 444 is just a nonsensical error code they made up as a signal for it)
mlncn joined the channel
#waglei didnt get farther than to conclude that listen and server_name triggered the rule
#wagleso whats the best way to fail "none of the above" things coming in, like ip address or bogus domain names?
#sknebelI personally just let it fail with a "wrong certificate" error when the cert it gets doesn't match
#wagleoh, lemp droplets are $5/mo and wordpress are $10
#wagleI tried that, and if the browser accept the bogus cert, it seemed to not get kicked
#sknebelnot get kicked = return 444; doesn't do anything? what happens instead?
#waglesorry, I sorta got it working last night, and have me responding at two levels (1) before my final solution before sleep (2) my final solution before sleep
#sknebelok ;) this seems to be a nginx feature request for what you want, there the suggested workaround is breaking TLS at cipher negotation stage, so they don't even get to the point where they talk about certs. also *ugly*. https://trac.nginx.org/nginx/ticket/195
#wagleeating breakfast, havent even had my coffee yet
#sknebelohhhh.... then enjoy your breakfast and coffee first
#skippyif you're not absolutely committed to nginx, it might be worth looking at Caddy. I find the Caddyfile syntax to be a little easier than nginx's. just my $0.02.
#waglemy droplet has 512M ram, i think caddy min'ed out at 2G?
#waglebut learning nginx seems useful even if I leave it
#skippynginx is fine, too. as is Apache. whatever gets done what you want to get done is the right tool for the job. :)
#aaronpkthat's an interesting nginx bug. I might try the null cipher thing on my server
#wagleheh.. I have caddy on my list of things to try
#aaronpki've had a few people tell me "your server is configured wrong because i get an ssl warning on this site" but I never linked to https for that domain
#skippythey might be using something like "SSL Everywhere".
#sknebelI was about to ask why people find this important, but I guess that's a use case
#aaronpkit's happened to me enough that it's worth finding a solution
#sknebel(for my server everything on it has an https version, and I don't see a reason right now why additional things wouldn't have one, so I don't care what happens to other random "wrong" requests)
#aaronpkyeah since letsencrypt, i have https on almost everything now cause it's so easy
#waglemy worry is that it tries the snakeoil cert for every connection, regardless of the specificity of the other rules (that actually have fixed server_name's)
#wagleI gues I'm annoyed because this was the only channel With Actual Answers, unlike #nginx, #wordpress, etc.. being shunted off to a small room makes it less likely to get an answer AND it doesn't enlighten others to possible problem classes in their future.. sorry, I think the latter is important enough to mention
#aaronpkthere's nothing "shunting" about moving technical discussion to #indieweb-dev. it's also bridged with Slack (those people don't show up as present in IRC unless they are talking), and it's also publicly logged at https://chat.indieweb.org/dev
#aaronpkwe try to keep deep technical discussions out of #indieweb to make it feel more welcoming to newcomers so that they aren't bogged down with implementation details
#wagleand how do you make them into experts by hiding all the technical info from them (there is a veritable haystack of irc channels)
#wagleI'll shutup when I start repeating myself, which might be now
#sknebelaaronpk: a pointer to the other channels (or the wiki listing them) in the topic might be useful
#aaronpkyes good idea. maybe we can replace the link to the logs with a link to the /discuss page which has that info and has links to logs
#sknebelwagle: part of the reasoning (as I understood it at the time, when I also wondered about why this came up) is that "make them into experts" is not a goal (or even, if it is required to become an expert that's a failure)
#waglei think i'm reacting to #haskell splitting, the main channel going to seed, and the side channel petering out
#aaronpkright, you shouldn't *have* to know about nginx in order to have a website
#sknebelwhich points to the issue of /generations and one the hand being a community that highly values doing things yourself and on the other hand wanting to be open to everybody
#wagleI try to listen to things to find out what to listen to
#skippythere's a constant struggle to keep channels "on topic" while also being generally useful. Way back in the day, the #wordpress channel was chock full of really smart people, and it was my go-to place for all sorts of technical questions, well outside of WordPress.
#skippynow with StackOverflow and the like, there are better avenues for general purpose info.
#skippywagle: when you find your answers, do please post about it! And maybe update the relevant wikis with fresher information.
#skippyi've always found the nginx+wordpress docs confusing and largely incorrect or out of date.
davidmead, edsu, rito and [jeremycherfas] joined the channel
#[jeremycherfas] Coming late to this discussion, as a lurker with lots to learn, and my question would be: under what circumstances would I even care what server I am using? I have a vague feeling that htaccess is different, but no more than that.
#skippydifferent http servers offer different features, and different ways to do the same things. some are easier, some are more complex.
#skippyApache can do basically anything you want, but may be hard to set up, and may use more memory with lots of modules enabled. nginx only just added module support, so it generally consumes less memory.
#skippyCaddy handles all the Lets Encrypt SSL stuff automatically, which is a huge timesaver for people not familiar with the complexities of SSL.
#skippy[jeremycherfas]: in general, the average person shouldn't care. if you're into the technical details, you can find the solution that scratches all your specific itches. Otherwise, use something well supported and easy to get running for your use case.
#[jeremycherfas]Apache works for me, so far. And DreamHost handles LetsEncrypt. So I don't have to worry. Some of that talk was a bit abstruse, but it is easy enough to scroll past.
wolftune, [eddie], [shaners], [kevinmarks], Gold and KevinMarks_ joined the channel
#wagleumm.. did indieweb plugins delete (auto or otherwise) all my random passwords? (and howcome the indieweb login just sits there?)
#waglehaha. after a decade of hiding from the zombie armies, I want to now be seen by the search engines
#miklbyou don't find the zombie armies, zombie armies find you
[shaners], wolftune, dougbeal|mb1, KevinMarks and [chrisaldrich] joined the channel
#wagleoh.. please note that this irc channel was the key resource in my getting my wordpress/nginx to work at all
[eddie] joined the channel
#[eddie]miklb++ well said, regarding the zombie armies
#Loqimiklb has 26 karma in this channel (29 overall)
[jeremycherfas] joined the channel
#sknebelat least google and bing still have submission forms, search keyword should be "webmaster tools". DDG afaik doesn't take direct submissions, yahoo is based on bing, not sure about yandex, can't think of more general search engines right now