lookup icon indicating copy to clipboard operation
lookup copied to clipboard

HTTPS connection does not terminate

Open jmvanel opened this issue 8 years ago • 3 comments

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… 

jmvanel avatar Sep 28 '17 10:09 jmvanel

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

harshit98 avatar Sep 30 '17 19:09 harshit98

Dear @jmvanel and @harshit98 ,

Our demo service offers just HTTP connections.

Best,

sandroacoelho avatar Oct 05 '17 13:10 sandroacoelho

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

jmvanel avatar Nov 30 '17 08:11 jmvanel