Matt D

Results 7 comments of Matt D

+1 - I have use-cases where I need to be able to handle self-signed certificates, but it seems this is not possible with Deno Deploy?

The core need is to `Deno.connectTls()` to servers that use self-signed certificates, and operate using a "Trust-On-First-Use" approach to certificate validation (see https://en.wikipedia.org/wiki/Trust_on_first_use for more details). This is very similar...

Thanks for spotting that - must have slipped in during a merge of a pull-request. Please review the master and close this if you're happy with the fix. Cheers

(N.B. just merged a pull request https://github.com/matt1/gandi-ddns/pull/10/ that refactored some of the code in this area too).

And of course that approach does not work for services that insist on a TLS connection (i.e. do not allow non-encrypted fallback). This is not specifically a bug about connecting...

In case it is any help to anyone else, I was trying this on a raspberry pi. I could sftp in fine as the default pi user, but the script...