-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] Unable to connect to server using self signed cert #1836
Comments
@xgdgsc created a certificate using Lets encrypt and all works fine, maybe it was a mistake with the creation of the self signed certificate. |
invalid URL or unable to establish a secure connection |
@adrastest we worked on certificate issues on last versions of the app (We're on 4.14.0 now). |
@diegolmello when i run version (4.14.0) it show me this error |
@adrastest Can you share what commands are you using to run app? |
@yash-rajpal I use yarn android |
Can you share more error logs? |
@yash-rajpal I clean the cache and run again it worked but |
What's the problem? Just use your system's IP address and port on which server is running like this http://IP:port -> Enter this url when it asks for server url. |
@yash-rajpal the problem is when I want to connect rocket chat server via Android rocket chat react native 4.14.0 |
@yash-rajpal and it is working via http URL but not working with https |
@yash-rajpal @diegolmello |
@adrastest I'm sorry about the silence here, but I asked you to open a new issue if the problem persists #1836 (comment) Self signed certificate is quite hard for us to be able to help (requires access to server, certificate, user, etc). |
thank you @diegolmello |
Is it possible to support this?
https://stackoverflow.com/questions/36289125/react-native-fetch-from-https-server-with-self-signed-certificate
my url is something like
https://DOMAIN.com:12222/
I tried ios and android import cert but none works.The text was updated successfully, but these errors were encountered: