top | item 46648511 (no title) meling | 1 month ago If I can use my DHCP assigned IP, will this allow me to drop having to use self-signed certificates for localhost development? discuss order hn newest michaelt|1 month ago No, they will only give out certificates if you can prove ownership of the IP, which means it being publicly routable. wongarsu|1 month ago Finally a reason to adopt IPv6 for your local development load replies (1) inetknght|1 month ago A lot of publicly routable IP addresses are assigned by DHCP... toast0|1 month ago It's just control isn't it, not ownership? I can't prove ownership of the IPs assigned to me, but I can prove control. load replies (1) meling|1 month ago Sorry, I wasn’t precise enough. I’m at a university and our IP addresses are publicly routable, I think. load replies (1) wolttam|1 month ago Browsers consider ‘localhost’ a secure context without needing httpsFor local /network/ development, maybe, but you’d probably be doing awkward hairpin natting at your router. treve|1 month ago it's nice to be able to use https locally if you're doing things with HTTP/2 specifically. Sohcahtoa82|1 month ago What's stopping you from creating a "localhost.mydomain.com" DNS record that initially resolves to a public IP so you can get a certificate, then copying the certificate locally, then changing the DNS to 127.0.0.1?Other than basically being a pain in the ass. cpach|1 month ago One can also use the DNS-01 challenge in that scenario.
michaelt|1 month ago No, they will only give out certificates if you can prove ownership of the IP, which means it being publicly routable. wongarsu|1 month ago Finally a reason to adopt IPv6 for your local development load replies (1) inetknght|1 month ago A lot of publicly routable IP addresses are assigned by DHCP... toast0|1 month ago It's just control isn't it, not ownership? I can't prove ownership of the IPs assigned to me, but I can prove control. load replies (1) meling|1 month ago Sorry, I wasn’t precise enough. I’m at a university and our IP addresses are publicly routable, I think. load replies (1)
toast0|1 month ago It's just control isn't it, not ownership? I can't prove ownership of the IPs assigned to me, but I can prove control. load replies (1)
meling|1 month ago Sorry, I wasn’t precise enough. I’m at a university and our IP addresses are publicly routable, I think. load replies (1)
wolttam|1 month ago Browsers consider ‘localhost’ a secure context without needing httpsFor local /network/ development, maybe, but you’d probably be doing awkward hairpin natting at your router. treve|1 month ago it's nice to be able to use https locally if you're doing things with HTTP/2 specifically.
treve|1 month ago it's nice to be able to use https locally if you're doing things with HTTP/2 specifically.
Sohcahtoa82|1 month ago What's stopping you from creating a "localhost.mydomain.com" DNS record that initially resolves to a public IP so you can get a certificate, then copying the certificate locally, then changing the DNS to 127.0.0.1?Other than basically being a pain in the ass. cpach|1 month ago One can also use the DNS-01 challenge in that scenario.
michaelt|1 month ago
wongarsu|1 month ago
inetknght|1 month ago
toast0|1 month ago
meling|1 month ago
wolttam|1 month ago
For local /network/ development, maybe, but you’d probably be doing awkward hairpin natting at your router.
treve|1 month ago
Sohcahtoa82|1 month ago
Other than basically being a pain in the ass.
cpach|1 month ago