Chromium and self-signed certificates

Aug 13, 2024 Last reply: 1 year ago 23 Replies

You could follow the suggestions you’ve already received...?

I was confusing host keys and server certificates. One more puzzle down.

Your scripts seem to work on both FreeBSD and RasPiOS. Now to see if I can stumble through making them work between _between_ FreeBSD and RasPiOS. One obvious question is setting the "listen_addr" in the try_server script. Can it be set to "any" or a range by IP or FQEN? A list would be fine, I have only eight addresses total. Thank you!

bob prohaska

Hey, great.

That has to be a valid interface address, or just make it “0.0.0.0” to listen on all interfaces on the local machine. This makes it visible across your network, with the consequent security implications, which is why I used “127.0.0.1” (loopback interface, only visible on the local machine) in the published code.

Ok, that'll work fine.

Thanks for all your help!

bob prohaska

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required