Choose your cart
Choose your cart
Receive up to $504 promo credit ($180 w/Welcome Unlimited, $360 w/ 5G Start, or $504 w/5G Do More, 5G Play More, 5G Get More or One Unlimited for iPhone plan (Welcome Unlimited and One Unlimited for iPhone plans can't be mixed w/other Unlimited plans; all lines on the account req'd on respective plans)) when you add a new smartphone line with your own 4G/5G smartphone on an eligible postpaid plan between 2/10/23 and 4/5/23. Promo credit applied over 36 months; promo credits end if eligibility requirements are no longer met.
$699.99 (128 GB only) device payment purchase or full retail purchase w/ new smartphone line on One Unlimited for iPhone (all lines on account req'd on plan), 5G Start, 5G Do More, 5G Play More or 5G Get More plan req'd. Less $699.99 promo credit applied over 36 mos.; promo credit ends if eligibility req’s are no longer met; 0% APR.
Just got off the phone with Verizon tech and had a very strange reaction to my request for connecting securely to my router using HTTPS. She said that if I can connect using the 192.168.1.1 address, it was not Verizon's problem.
Maybe I'm misunderstanding but I thought my connection to the router was supposed to be done using HTTPS which cannot be accomplished using an IP address. Certificates are only issued to named domains. Verizon packages the router cert as part of the router and allows secure connections using the https://myfiosgateway.com.
I am unable to connect using that address. I can connect by IP and by named address as long as I'm using HTTP. Not being able to use HTTPS implies an insecure element within the router's web UI. It could be something as trivial as an image tag or as vulnerable as a script reference. The point is: I DO NOT HAVE A SECURE ROUTER CONNECTION. This is important to me due to past hacking activity.
Is it possible to talk to a Verizon agent who understands the difference between HTTP and HTTPS and can assist me in obtaining a secure connection? Currently, when trying to establish a secure connection, I get the warning:
Your connection is not private
Attackers might be trying to steal your information from myfiosgateway.com (for example, passwords, messages, or credit cards). Learn more
Solved! Go to Correct Answer
Browsers consider the self-signed certificates the routers generate as unsecure, for the sheer fact that they are self signed. Self Signed certificates are typically used in man in the middle attacks. They do have valid uses, however. For example, your router likely doesn't have the means to sign certificates for the IP Address "192.168.1.1" or address "myfiosgateway.com" with a valid certificate authority.
Typically, to get an SSL Certificate with a valid authority, you need to have a unique address. For example, you need to own a public IP Address and show proof through WHOIS Records and by hosting resources. The same goes for domains. You also may have to pay for the certificate. A ceritificate authority will never issue certificates for addresses like 192.168.1.1 because they are non-unique and cannot be made personally identifiable.
Hope that makes sense. The Verizon support technician would be right in this case - nothing to worry about. Trust your router's self signed certificate, and you'll know if a firmware upgrade happens or if the router gets swapped/compromised, when it's signature changes.
Keep in mind too. Verizon would not package a real certificate into the firmware, because it would be trivial to lift the private key from the firmware blob. Doing so would be a security issue.
Browsers consider the self-signed certificates the routers generate as unsecure, for the sheer fact that they are self signed. Self Signed certificates are typically used in man in the middle attacks. They do have valid uses, however. For example, your router likely doesn't have the means to sign certificates for the IP Address "192.168.1.1" or address "myfiosgateway.com" with a valid certificate authority.
Typically, to get an SSL Certificate with a valid authority, you need to have a unique address. For example, you need to own a public IP Address and show proof through WHOIS Records and by hosting resources. The same goes for domains. You also may have to pay for the certificate. A ceritificate authority will never issue certificates for addresses like 192.168.1.1 because they are non-unique and cannot be made personally identifiable.
Hope that makes sense. The Verizon support technician would be right in this case - nothing to worry about. Trust your router's self signed certificate, and you'll know if a firmware upgrade happens or if the router gets swapped/compromised, when it's signature changes.
Keep in mind too. Verizon would not package a real certificate into the firmware, because it would be trivial to lift the private key from the firmware blob. Doing so would be a security issue.