Hi @lmammino ! 馃憢
It seems like running tall on the https://eyeondesign.aiga.org/the-era-of-nonchalant-web-design-is-here/ website on a deployed Ubuntu environment fails with a certificate validation error.
const {tall} = require('tall')
tall('https://eyeondesign.aiga.org/the-era-of-nonchalant-web-design-is-here/')
> Uncaught Error: unable to verify the first certificate
at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
at TLSSocket.emit (node:events:390:28)
at TLSSocket.emit (node:domain:537:15)
at TLSSocket._finishInit (node:_tls_wrap:944:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'
The certificate for the website is valid in the browser:

Following the advice from Stack Overflow I tried installing ssl-root-cas@1.3.1 to install the root CAs, but this did not change anything for tall... 馃
Similar to #5
Hi @lmammino ! 馃憢
It seems like running
tallon thehttps://eyeondesign.aiga.org/the-era-of-nonchalant-web-design-is-here/website on a deployed Ubuntu environment fails with a certificate validation error.The certificate for the website is valid in the browser:
Following the advice from Stack Overflow I tried installing
ssl-root-cas@1.3.1to install the root CAs, but this did not change anything fortall... 馃Similar to #5