No https uri's in apache marmotta when using SPARQL or LDP -


i using apache marmotta store our rdf data. here says that:

accessing marmotta first time using http request @ hostname automatically configure marmotta hostname.

so did curl https://url-pointed-to-marmotta/marmotta/. however, configured marmotta kiwi.context , kiwi.host on http instead of https. adjusted these settings accordingly. guess marmotta defaults http since uses host header of first request, doesn't contain scheme.

after this, marmotta admin interface accessible , worked. triples in store initialized http instead of https. caused https://url-pointed-to-marmotta/marmotta/ldp/ show triples http instead of https.

i went h2 database triples stored , changed accordingly had no effect.

for application it's important iri's in triple store https. there way configure marmotta https correctly, root triples initialized correctly?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -