-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
BugPlatform: AndroidAndroid applications.Android applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Description
I've create a self-signed http & self-sign certificate https server in one app by using express.js
Fetch is working fine when I send the request to http port.
But it is fail when I send the same request to https port.
I understand it might be due to self-sign certificate, but is there any way to ignore error due to self-sign certificate in android ?
Reproduction
fetch('https://192.168.1.21/Register/', { //not working
fetch('http://192.168.1.21:3000/Register/', { //working fine
//the rest of the code is the same.
Solution
Additional Information
- React Native version: 0.42.0
- Platform: Android
- Operating System: Linux (Ubuntu)
- Dev tools: Android SDK 23
rishabhbhatia, remstos, Germinate, Palisand, nikolal and 7 more
Metadata
Metadata
Assignees
Labels
BugPlatform: AndroidAndroid applications.Android applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.