dbpedia / lookup

Outputs a list of ranked DBpedia resources for a search string.
Apache License 2.0
185 stars 39 forks source link

HTTPS connection does not terminate #48

Open jmvanel opened 7 years ago

jmvanel commented 7 years ago

I'm not sure if it's the right place to report, because it is a problem on lookup.dbpedia.org deployed service, probably not on source code.

wget 'https://lookup.dbpedia.org/api/search/PrefixSearch?MaxHits=15&QueryClass=&QueryString=soil'
--2017-09-28 12:08:23--  https://lookup.dbpedia.org/api/search/PrefixSearch?MaxHits=15&QueryClass=&QueryString=soil
Résolution de lookup.dbpedia.org (lookup.dbpedia.org)… 134.155.95.15
Connexion à lookup.dbpedia.org (lookup.dbpedia.org)|134.155.95.15|:443… 
harshit98 commented 7 years ago

@jmvanel I'm facing the same error when I load on https.

sandroacoelho commented 7 years ago

Dear @jmvanel and @harshit98 ,

Our demo service offers just HTTP connections.

Best,

jmvanel commented 6 years ago

Hi Sandro

I saw the Server code: https://github.com/dbpedia/lookup/blob/master/src/main/scala/org/dbpedia/lookup/server/Server.scala#L32 and it should be simple :) ( never used myself HttpServerFactory ).

I took notes about the HTTPS certificate installation with letsenscript , it may help you : https://rawgit.com/jmvanel/semantic_forms/master/doc/fr/letsenscript.html