Replies: 1 comment 3 replies
-
If you define a HTTPS address in the configuration the Caddyfile will be automatically updated. Of course you will also have to define port 443 in your router to point to your Pi. I have always used HTTPS for my installations and have never got that error message. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi birders,
question: i have a set-up where my BirdNet Pi's are accessible outside my LAN (DNS server and portforwarding to the right Pi), but lately, I got the question from an Android phone user that he can't access the webpage.
He gets a notification saying "this site can’t provide a secure connection".
I googled around and this could be solved with clearing browser cache at client side, but is not really user-friendly.
I presume this could be solved by forwarding HTTPS requests to the right PI (instead of forwarding HTTP request), and somehow configure my Caddyfile to listen to https requests...?
Any of you who had a similar case, and what exactly did you do to resolve? Would above description be sufficient to resolve (I can try of course, but wanted to check first)? How would the Caddyfile need to be adapted?
thx - Pieter
Beta Was this translation helpful? Give feedback.
All reactions