Opened 10 years ago
Closed 10 years ago
#1808 closed defect (bug) (fixed)
Jetpack isn't automatically connected on Rosetta o2s
| Reported by: | pento | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Make (Get Involved) / P2 | Keywords: | |
| Cc: |
Description
For example, emoji/team is asking for a connection, but emoji base isn't.
https://emoji.wordpress.org/team/wp-admin/admin.php?page=jetpack
https://emoji.wordpress.org/wp-admin/admin.php?page=jetpack
Change History (6)
#3
follow-up:
↓ 4
@
10 years ago
- Resolution fixed
- Status closed → reopened
There was a typo in the function name, see [dotorg12371]. Even with this fix the site it.wordpress.org/team wasn't connected. Re-opening for investigation.
#4
in reply to: ↑ 3
@
10 years ago
- Resolution → fixed
- Status reopened → closed
Replying to ocean90:
Even with this fix the site it.wordpress.org/team wasn't connected.
This was caused by using the wrong URL:
Error Details: The Jetpack server was unable to communicate with your site https://it.global.wordpress.org [IXR -32300: transport error: http_request_failed SSL: no alternative certificate subject name matches target host name 'it.global.wordpress.org'
Fix deployed in [dotorg12373] which changes the priority of the action which rewrites the URLs.
#5
@
10 years ago
- Resolution fixed
- Status closed → reopened
Looks like there is still an issue.
During wpmu_new_blog action:
1472905760: Connecting new site 450.
1472905761: Could not connect site 450: Error Details: The Jetpack server encountered the following client error: Verification took too long
1472905762: Connecting new site 450 complete.
Calling rosetta_auto_connect_new_site_to_jetpack() directly:
1472905850: Connecting new site 450.
1472905853: Connecting new site 450 complete.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
FYI: The connection for base sites is currently a manual task when creating a new site.
We can probably reuse the code which WordCamp.org is using: https://meta.trac.wordpress.org/browser/sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/jetpack-tweaks/new-sites.php