Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No blogs accounts found on SSL Wordpress Multisite #66

Closed
demortes opened this issue Dec 10, 2015 · 14 comments
Closed

No blogs accounts found on SSL Wordpress Multisite #66

demortes opened this issue Dec 10, 2015 · 14 comments
Milestone

Comments

@demortes
Copy link
Contributor

I'm trying to connect a Wordpress Multisite server, and it refuses to connect. Gives me "You signed in successfully with a blog account, but you do not have a blog with this service provider. S#xA:Check with the blog service provider and then try again."

I run the site on my server, using SSL forced. The certificates are trusted through StartSSL and then the CDN is through Cloudflare (all free options).

@clairernovotny
Copy link

I was able to connect this to my SSL WordPress blog. I self-host on Azure App Service.

@demortes
Copy link
Contributor Author

What version of word press? I tried turning off SSL but my server refuses to do so. I suspect it's a problem with multi site

On Dec 11, 2015, 7:17 AM, at 7:17 AM, Oren Novotny notifications@github.com wrote:

I was able to connect this to my SSL WordPress blog. I self-host on
Azure App Service.


Reply to this email directly or view it on GitHub:
#66 (comment)

@clairernovotny
Copy link

I've been using SSL since this summer on https://oren.codes. It's currently on 4.4 running in an Azure App Service. In those settings, I have oren.codes as a hostname attached to the site and a SSL Cert listed there as an SNI SSL.

That was it, it just worked. Then, I had to set the default site url in the wp-admin settings but that was just to make the defaults the way I wanted them.

@hajekj
Copy link

hajekj commented Dec 12, 2015

I agree with @demortes, having the same issue with multisite WordPress.

@willduff
Copy link
Member

I don't think this is specifically an SSL issue. @hajekj or @demortes, can you guys attempt to connect and then send me your log file? The log files should have details around why this failed. See instructions for sending log file.

@hajekj
Copy link

hajekj commented Dec 19, 2015

@willduff: Well, I can't get past the blog initialization step so I cannot access the logs.

@willduff
Copy link
Member

Good point! You'll need to manually find the log file via Windows Explorer. The log file is at %localappdata%\OpenLiveWriter\Open Live Writer.log. I've added this to the Wiki. Let me know if you're not able to find it.

@willduff willduff added this to the v1.0 milestone Dec 19, 2015
@demortes
Copy link
Contributor Author

Sent @willduff

@hajekj
Copy link

hajekj commented Dec 20, 2015

Okay, I just attached the log.
Open Live Writer.txt

@demortes
Copy link
Contributor Author

So, I downloaded the source and ran it, found the exception, and found that Open Live Writer isn't reading the response XML correctly. As my coding in C# is minimal, I'm not going to expect a patch to come from me. The XML-RPC services (which I forced, assumed that was the default for Wordpress in Open Live Writer, since I saw no other options in Worpdress itself) request and response should be attached shortly after I edit out my password (and any other sensitive data I might find.) Note, I have multiple blogs with the same username and password.

xmlrpcresponse.txt
xmlrpcrequest.txt

@demortes
Copy link
Contributor Author

FYI, Submitted pull request. Works on my machine. C# is easier to get into than I thought... and the problem was easier to fix than I thought too. Pull request #194

@hajekj
Copy link

hajekj commented Dec 20, 2015

Another solution would be to replace the XML-RPC with WordPress's REST API which is being implemented into version 4.4 and onward: https://make.wordpress.org/core/2015/10/28/rest-api-welcome-the-infrastructure-to-core/ and http://v2.wp-api.org/

@demortes
Copy link
Contributor Author

My only comment on that is that those using 4.4 would benefit, sure. But that was recently released, IIRC. Automatic upgrades would help adaptation, but that's a big limiting factor for those that might want to use OLW. No reason we can't fix this AND support REST, though.

willduff added a commit that referenced this issue Dec 22, 2015
Issue #66 - Fix MultiSite Wordpress over SSL
@willduff
Copy link
Member

Fixed with pull request #194.

@willduff willduff changed the title SSL or Wordpress Multisite No blogs accounts found on SSL Wordpress Multisite Dec 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants