Enable HTTPS/SSL on Fuseki server?

2019-09-06 01:21发布

Is it possible to configure the Fuseki server to run over HTTPS?

Currently: http://mylinuxbox:3030/ <-- OK

Desired: https://mylinuxbox:3030/ <-- results in error

1条回答
▲ chillily
2楼-- · 2019-09-06 02:05

AndyS's comments, which seem like they probably answer the question:

here is a discussion about this on the jena users list for Fuseki v2 (development). For Fuseki1, you define it via the Jetty configuration setup. --jetty-config=

Another way is to put a reverse proxy in and put Fuseki behind that. If you already know how to set up httpd/nginx/... for https, that might be easier.

查看更多
登录 后发表回答