Hi there I’d like to request a few…

Hi there! I’d like to request a few nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. changes on WordCamp.org if possible. In wordcampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more.-web.conf:

  • Remove the second server block (for server_name wordcamp.org www.wordcamp.org)
  • Remove the last two server blocks that listen on 443, but
  • Move those SSLSSL Secure Socket Layer - Encryption from the server to the browser and back. Prevents prying eyes from seeing what you are sending between your browser and the server. directives (listen, ssl, include conf.d/ssl-config, ssl_*) to the main server blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. (with server_name _)
  • At this point wordcamp.org-common doesn’t seem to be used anymore, so we can nuke it

This is part of forcing httpsHTTPS HTTPS is an acronym for Hyper Text Transfer Protocol Secure. HTTPS is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted. This is especially helpful for protecting sensitive data like banking information. on WordCamp.org. In order to support old-format requests and hot-linking (photos, etc.) we will still be serving some traffic over port 80, but mostly it’s redirects via sunrise.php.

Thanks!

#wordcamp-org

Can I please have commit access granted to…

Can I please have commit access granted to buddypress.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ for the username “hnla″?

Hugo will be focusing on BuddyPress’s theme compatibility with WordPress’s coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. themes in 2.3, and will be a permanent committer for all releases going forward in a similar capacity.

We’ve chatted about responsibilities, expectations, and security of commit access. His front-end abilities will really help BuddyPress fit more naturally and feel more turn-key, and the core team is excited for him to get started.

#buddypress, #commit

WordPress.org & WordCamp email SPF = softfail

Emails being sent by WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ & WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. WordPress instances are currently SPF softfail’ing, I suspect that’s what has caused Gmail to mark all contact requests from a WordCamp site to me (and the rest of the team) as spam.

This is happening as the bounce reply address is currently set to bouce@wp.com which doesn’t accept w.org IP ranges as SPF permitted senders (as expected).
WordPress.org emails are DKIM signed (where as WordCamp ones are not), so i suspect that’s why they don’t get marked as spam.

Relevant part of a WordCamp email:
Received-SPF: softfail (google.com: domain of transitioning bounce@wp.com does not designate 66.155.40.24 as permitted sender) client-ip=66.155.40.24;
Authentication-Results: mx.google.com;
spf=softfail (google.com: domain of transitioning bounce@wp.com does not designate 66.155.40.24 as permitted sender) smtp.mail=bounce@wp.com
Received: from [66.155.40.205] (port=20977 helo=wordcamp1.lax.wordpress.org)
by marx.multipattern.com with esmtp (Exim 4.85)
(envelope-from )
id 1YeF53-00028j-BS
for *brisbane wc email removed*; Sat, 04 Apr 2015 03:49:16 +0000

And that of a Make blog:
Received-SPF: softfail (google.com: domain of transitioning bounce@wp.com does not designate 66.155.40.19 as permitted sender) client-ip=66.155.40.19;
Authentication-Results: mx.google.com;
spf=softfail (google.com: domain of transitioning bounce@wp.com does not designate 66.155.40.19 as permitted sender) smtp.mail=bounce@wp.com;
dkim=pass header.i=@wordpress.org
Received: from mail.wordpress.org (localhost.localdomain [127.0.0.1])
by mail.wordpress.org (Postfix) with ESMTP id 3DAEA206CA9;
Fri, 27 Mar 2015 04:05:43 +0000 (UTC)

#email