Can't use HTTPS and sourceforge info is dead



First off, the sourceforge page http://libxmlplusplus.sourceforge.net/
links to a bugtracker twice - the links are dead.

There's a link it doesn't show here which is up -
https://gitlab.gnome.org/GNOME/libxmlplusplus/issues - do I just
report issue here in the future?

Anyways on to my issue, it looks like HTTPS doesn't work at all.

    xmlpp::TextReader
reader{"http://lyrics.wikia.com/api.php?action=lyrics&fmt=xml&artist=boa&song=duvet"};

Will work just fine.

    xmlpp::TextReader
reader{"https://lyrics.wikia.com/api.php?action=lyrics&fmt=xml&artist=boa&song=duvet"};

Will throw a cryptic error "Cannot instantiate underlying libxml2
structure". Which might be a libxml2 issue, but I have no clue really.

If I should report this to libxml2 instead, let me know.

Martin


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]