Make WordPress Core

Opened 7 years ago

Last modified 4 weeks ago

#42007 new defect (bug)

rpc.pingomatic.com still using HTTP

Reported by: bhubbard's profile bhubbard Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 4.9
Component: Pings/Trackbacks Keywords: has-patch
Focuses: administration Cc:

Description (last modified by sabernhardt)

It looks like rpc.pingomatic.com still doesn't support https. I would like to see it support HTTPS, and then have WordPress default to using https for it.

screenshot of Update Services field

Attachments (1)

settings-writing-update-services.png (14.1 KB) - added by sabernhardt 3 years ago.
Update Services field on Writing Settings screen

Download all attachments as: .zip

Change History (6)

This ticket was mentioned in PR #3046 on WordPress/wordpress-develop by sabernhardt.


3 years ago
#1

  • Keywords has-patch added

This ticket was mentioned in PR #3046 on WordPress/wordpress-develop by sabernhardt.


3 years ago
#2

@sabernhardt
3 years ago

Update Services field on Writing Settings screen

#3 follow-up: @sabernhardt
3 years ago

  • Description modified (diff)

Thanks for the report and sorry for the long delay!

The rpc.pingomatic.com subdomain still does not seem to support HTTPS, but I made a patch to update the schema for new sites if the subdomain gets SSL.

All unit tests passed with only the schema.php change. I also wanted to update the unit test to check both HTTP and HTTPS, and (only) the 7.0-multisite test failed. The failure notice mentions a timeout. (I had planned to try a pull request on my fork first. :facepalm:)

When this is completed, the Update Services support article will need updating (both the screenshot and the list).

#4 @sabernhardt
4 weeks ago

#62979 was marked as a duplicate.

#5 in reply to: ↑ 3 @sabernhardt
4 weeks ago

My branch is updated, and all tests passed.

I also wanted to update the unit test to check both HTTP and HTTPS

I did not explain why the unit test checks both, but I think it was because existing sites would still have the HTTP URL.

Note: See TracTickets for help on using tickets.