Hey everyone,
My goal is to use Cellular as a back up access point. I am close, but I can't access HTTPS websites over cellular, only HTTP. For example, I can access "http://example.com", but not "https://example.com". When I try to access HTTPS websites, I receive this error from my chrome borwser: "ERR_ADDRESS_UNREACHABLE". I don't think it's a DNS issue, since I can access http sites using their hostnames.
Using an ethernet connection, I have no issues accessing HTTPS settings.
As a side note, I am able to make HTTPS requests when I use libcurl library with some C code. Curl accepts arguments such as certificate directory. So maybe OpenWrt is not using the certificate directory?
Anyway, here is the output form cell section from "ifconfig" and network config file. Any help would be greatly appreciated as I have been stuck on this issue for a day.
root@device:~# ifconfig
3g-cell Link encap:Point-to-Point Protocol
inet addr:10.53.207.247 P-t-P:10.53.207.247 Mask:255.255.255.255
inet6 addr: fe80::bd8a:e375:de9d:bb29/10 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:1851 errors:0 dropped:0 overruns:0 frame:0
TX packets:2472 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:907267 (886.0 KiB) TX bytes:457912 (447.1 KiB)
config interface 'cell'
option ifname 'ppp0'
option proto '3g'
option device '/dev/ttyACM0'
option service 'umts'
option metric '60'