Markus Pfeifenberger
Markus Pfeifenberger
Same for me: https://franks-travelbox.com - I think that crawl is not supporting HTTPS protocol. I wish this would be possible to have HTTPS support in near future ;-)
Here is the soltution, to be changed in lib/crawler.js line 63: ``` if (urlParts.protocol == "https:" || urlParts.protocol == "http:") { var protocol = urlParts.protocol.substr(0, urlParts.protocol.length - 1); var port...
it is not related to the XML/HTML syntax, .. it's looks strange
Hi, yes it works with the public instance, but not with our custom instance, hmmmm. Ok, I will check the setup of the custom instance and let you know, the...