Relative Content

Tag Archive for swiftreact-nativessl-certificatefetchself-signed-certificate

Weak Self-Signed Certificate and HTTPS Error for IP Address on iOS

Title: SSL Evaluation Fails on iPhone for React Native Expo App Body: I am developing a React Native Expo app that needs to configure a device with local WiFi without internet connection. The app works fine on Android by original fetch after implementing the following network_security_config.xml: <?xml version=”1.0″ encoding=”utf-8″?> <network-security-config xmlns:tools=”http://schemas.android.com/tools”> <base-config> <trust-anchors> <certificates src=”user” […]

Weak Self-Signed Certificate and HTTPS Error for IP Address on iOS

Title: SSL Evaluation Fails on iPhone for React Native Expo App Body: I am developing a React Native Expo app that needs to configure a device with local WiFi without internet connection. The app works fine on Android by original fetch after implementing the following network_security_config.xml: <?xml version=”1.0″ encoding=”utf-8″?> <network-security-config xmlns:tools=”http://schemas.android.com/tools”> <base-config> <trust-anchors> <certificates src=”user” […]

Weak Self-Signed Certificate and HTTPS Error for IP Address on iOS

Title: SSL Evaluation Fails on iPhone for React Native Expo App Body: I am developing a React Native Expo app that needs to configure a device with local WiFi without internet connection. The app works fine on Android by original fetch after implementing the following network_security_config.xml: <?xml version=”1.0″ encoding=”utf-8″?> <network-security-config xmlns:tools=”http://schemas.android.com/tools”> <base-config> <trust-anchors> <certificates src=”user” […]

How to Use a Self-Signed Certificate with an IoT Device and a React Native App

Title: TLS Check Fails on iPhone for React Native Expo App Body: Hello Stack Overflow Community, I am developing a React Native Expo app that needs to configure a device with WiFi. The app works fine on Android after implementing the following network_security_config.xml: <?xml version=”1.0″ encoding=”utf-8″?> <network-security-config xmlns:tools=”http://schemas.android.com/tools”> <base-config> <trust-anchors> <certificates src=”user” /> <certificates src=”system” […]