Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Error when Testing Locally on Core Mobile #1808

Open
chrisfusillo opened this issue Sep 23, 2024 · 0 comments
Open

SSL Error when Testing Locally on Core Mobile #1808

chrisfusillo opened this issue Sep 23, 2024 · 0 comments

Comments

@chrisfusillo
Copy link

Summary:

As a developer, I need to test web applications running on my local development machine. However, when I attempt to access my application using the local IP address of my machine (e.g., 192.168.1.125:3000), I encounter an SSL error in the Core Mobile browser:

Error Message: "An SSL error has occurred and a secure connection to the server cannot be made. Error Code: -1200."

Steps to Reproduce:

  • Run a web application on localhost:3000 on a local development machine.
  • Attempt to access the application using the local IP address in the Core Mobile browser (e.g., 192.168.125.1:3000).
  • Observe the SSL error.

Expected Behavior:

Core Mobile should allow connections to applications running on local network IPs, or there should be an option to disable the SSL block entirely, particularly when working with Testnet enabled.

Actual Behavior:

The connection is blocked with an SSL error, making it difficult to test local web applications during development.

Proposed Solution:

Allow connections from local network IP spaces (e.g., 192.168.x.x) on Core Mobile when Testnet is enabled.
Alternatively, provide an option to disable the SSL block for development purposes.

Environment:

Core Mobile version: 0.14.15.3492
Device: iPhone 12 Pro Max
Operating System: iOS 17/18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant