Can't change captive_portal_https_url
- /e/OS version: 2.9 official
- Device model(s): Fairphone 4
- Impacted Application: \~
## The problem
My ISP blocks Murena ip's so when I connect to wifi I'm getting the message "Connected to device. Can't provide internet" with "!" on wifi icon. The phone continues to use mobile network instead of wifi.
I've tried to change captive portals via adb
```
FP4:/ $ settings put global captive_portal_http_url http://connectivitycheck.gstatic.com/generate_204
FP4:/ $ settings put global captive_portal_https_url https://connectivitycheck.gstatic.com/generate_204
FP4:/ $ settings put global captive_portal_fallback_url http://204.ecloud.global
FP4:/ $ settings put global captive_portal_other_fallback_urls http://ecloud.global/generate_204
```
reboot
But it has no effect, the phone still uses https://connectivity.murena.io (logcat string)
```
05-13 13:01:40.642 2566 11255 D NetworkMonitor/211: PROBE_HTTPS https://connectivity.murena.io`` Probe failed with exception java.net.SocketTimeoutException: failed to connect to connectivity.murena.io/157.90.154.178 (port 443) from /192.168.1.77 (port 45286) after 10000ms``
```
How to change captive_portal settings?
**Steps to reproduce**
* connect phone via usb
* enter `adb shell settings put global captive_portal_https_url`[`http://connectivitycheck.gstatic.com/generate_204`](http://connectivitycheck.gstatic.com/generate_204%60%60)
* get logcat
* there is still murena captive portal https://connectivity.murena.io
## Technical details
[logcat-wifi.txt](/uploads/fb54c5c87a17a2c557c67dfdf0336623/logcat-wifi.txt)
<!--Add the labels corresponding to your issue by adding a tilde and typing the name of the label you think apply to your issue in the line above. You need to type a tilde before the name of each label you want to apply to the issue.-->
issue