https://bugzilla.wikimedia.org/show_bug.cgi?id=55369

--- Comment #11 from Chris Koerner <nob...@gmail.com> ---
I've followed the troubleshooting guide and I'm still having issues connecting
to a https-only host.

From the server I can run the following with success:

curl http://my.site.com:81/w/api.php

I opened port 81 to allow for http access to the api endpoint.

However I cannot seem to connect to Parsoid, the app in question. 

curl http://my.site.com:8000 returns the human-readable landing page for the
Parsoid web service.

curl http://my.site.com:8000/localhost/Introduction

returns no message via the command line.

I can start Parsoid via node server.js

I can launch VisualEditor and edit a page normally, everything works.

server.js spits out the following:

starting parsing of localhost:Introduction
completed parsing of localhost:Introduction in 1660 ms

As soon as I go to save an edit, a small note appears under the Summary box.

Error: Unknown error.

server.js reports nothing


While Parsoid is running (node server.js) and I attempt the following

curl http://my.site.com:8000/localhost/Introduction

I see the message:

starting parsing of localhost:Introduction
redirected localhost:Introduction to revision 62067

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to