• 0 Posts
  • 13 Comments
Joined 11 months ago
cake
Cake day: October 20th, 2023

help-circle







  • What error messages are you getting in your tunnel’s error logs? You can view the live logs by going to Zero Trust -> Access -> Tunnels on your Cloudflare dashboard. Click on your tunnel’s name, then the connector ID, then “begin log stream”.

    Or, from the command line, you can add the flag --logging DEBUG to your cloudflared application at start.

    After enabling logging using either of these methods, try to load your site in your browser and see what error you’re getting.

    Are you wanting to enable this setting in NPM so https addresses will work on your local network? I ask because the tunnel already encrypts the traffic outside your network. Changing your tunnel’s forwarding address from http://nginx:80 to https:nginx:443 only encrypts the traffic between the cloudflared and NPM daemons running on your computer. It really isn’t necessary since it’s internal to your server.

    If that’s the reason why, did you install a certificate in NPM that’s specific for your domain?



  • I self-host incoming mail and send outgoing mail using Mailjet’s free plan to ensure deliverability. I’ve used them for several years and found them very reliable. Occasionally our outgoing mail is routed to spam despite having our DKIM and SPF records set per Mailjet’s instructions. I’m not sure anyone else would be consistently better based on emailtooltester.com’s annual deliverability reports. Their maximum attachment size is 15 MB, but they don’t recommend anything over 5 MB, as some providers block anything larger than that (which I’ve found to be true).