Hi Paul,
One point I forgot to check:
Is the UI in the browser talking directly to the Tomcat server? No
proxy, reverse proxy, no container etc in between?
Andy
On 15/10/15 01:48, Paul Tyson wrote:
On Wed, 2015-10-14 at 22:38 +0100, Andy Seaborne wrote:
On 14/10/15 04:05, Paul Tyson wrote:
Fuseki 2.3.0 is installed in tomcat 8 with SSL configured.
When trying to add a dataset through the admin console, it fails with
message "Not found".
The URL it is POSTing to looks like:
https://server.example.com/fuseki/443//server.example.com:/fuseki/$/datasets
Any ideas about the cause or solution to this problem?
When running without SSL, it works fine.
Thanks,
--Paul
Hi Paul,
What is the URL for the server? (the front page of the web UI)
And the datasets page?
https://server.example.com/fuseki gets to the admin home page.
https://server.example.com/fuseki/manage.html is the Manage Datasets
page.
https://server.example.com/fuseki/dataset.html is the Dataset page.
Another odd thing, which might be a clue: the SPARQL ENDPOINT is shown
as:
https://server.example.com:/fuseki/ds-name/sparql and the info page
shows similar URLs with a colon after the host name, but no port number.
It seems to have a very misguided idea of the base URL for the UI but
from looking at the code, the reason is not leaping out at me.
Thanks for looking at it.
Regards,
--Paul
Andy