Giter VIP home page Giter VIP logo

Comments (4)

michaelrsweet avatar michaelrsweet commented on July 18, 2024

Well, it should work with 1.8.27, but that release is over 10 years old...

Is it possible your version of HTMLDOC is compiled without HTTPS support? Running "ldd /usr/bin/htmldoc" will show whether it is linked against any crypto/ssl/tls libraries...

from htmldoc.

stephaned68 avatar stephaned68 commented on July 18, 2024

Hey Michael

Thx for your quick response

Here is the result of the ldd command

stephane@cumulus-be:~$ ldd /usr/bin/htmldoc
        linux-vdso.so.1 =>  (0x00007fff95b42000)
        libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007fb578121000)
        libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007fb577cdc000)
        libXpm.so.4 => /usr/lib/x86_64-linux-gnu/libXpm.so.4 (0x00007fb577aca000)
        libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007fb5778a5000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fb57768b000)
        libjpeg.so.8 => /usr/lib/x86_64-linux-gnu/libjpeg.so.8 (0x00007fb577432000)
        libfltk_images.so.1.1 => /usr/lib/x86_64-linux-gnu/libfltk_images.so.1.1 (0x00007fb577225000)
        libfltk.so.1.1 => /usr/lib/x86_64-linux-gnu/libfltk.so.1.1 (0x00007fb576f80000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb576d6a000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb5769a0000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fb5786a3000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb57679c000)
        libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007fb576462000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb576159000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fb575dd7000)
        libXft.so.2 => /usr/lib/x86_64-linux-gnu/libXft.so.2 (0x00007fb575bc2000)
        libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007fb57597f000)
        libXinerama.so.1 => /usr/lib/x86_64-linux-gnu/libXinerama.so.1 (0x00007fb57577c000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb57555f000)
        libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fb57533d000)
        libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007fb575093000)
        libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007fb574e89000)
        libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007fb574c60000)
        libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007fb574a4e000)
        libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007fb57484a000)
        libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fb574644000)

There are some ssl and crypto libs linked in

from htmldoc.

michaelrsweet avatar michaelrsweet commented on July 18, 2024

OK, well it has been compiled against OpenSSL so there is HTTPS support - maybe HTMLDOC just isn't able to negotiate a TLS connection?

You could try changing the link to "http:" and see if that is the case. Unfortunately, some web sites are blocking TLS/1.0 now and that's all you'd have with the OpenSSL on Ubuntu 16.04.

from htmldoc.

stephaned68 avatar stephaned68 commented on July 18, 2024

Michael

I have done all kinds of tests, with http:// instead of https:// and even without any http prefix
Same result : a clickable link that goes nowhere on the Chromeboxes used at our company, and to the Windows directory where I have downloaded the PDF on my PC. Which probably indicates that the address/link in the PDF is just empty

Guess when we'll update Ubuntu, we'll also install a newer htmldoc

from htmldoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.