Enable HTTPS/SSL on Fuseki server?

ぃ、小莉子 提交于 2019-12-13 07:16:51

问题


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:


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.



来源:https://stackoverflow.com/questions/28310045/enable-https-ssl-on-fuseki-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!