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

react native webrtc app can't join this sample server #7

Open
delacernamarimar opened this issue Feb 17, 2017 · 7 comments
Open

react native webrtc app can't join this sample server #7

delacernamarimar opened this issue Feb 17, 2017 · 7 comments

Comments

@delacernamarimar
Copy link

delacernamarimar commented Feb 17, 2017

Hello good day Oney-sama, I would like to ask help because your react native webrtc app was successfully connectd to the test server heroku, but when I'm using this sample server I can run it and access/connect thru chrome to chrome but I cannot connect from your android webrtc to sample server... Hope you can give time for my problem. thanks and your android app is very helpful for a newbie like me... Any help also guys?

@emillaii
Copy link

Hello Oney-sama, i encountered the same problem at connecting the android app to the signaling server.

@emillaii
Copy link

In my case, i found that the SSL certificate is not trusted in Android. After i appended the chain.pem in the cert.pem, then the SSL connection can be established and everything is going well.

@delacernamarimar
Copy link
Author

delacernamarimar commented Feb 22, 2017 via email

@yang19930204
Copy link

@emillaii I am building a App and I would like to ask you some detail about this question,how can i appended the chain.pem in the cert.pem?
with my thanks!

@imasif
Copy link

imasif commented Sep 30, 2017

@emillaii how and where did you append your chain.pem in the cert.pem?

@emillaii
Copy link

I am using certbot to generate the free SSL cert, then when you obtain the chain.pem and cert.pem, you can use "cat chain.pem >> cert.pem" command to append the chain.pem in the cert.pem. This can direct the CA chain in andorid and hence establish the secure connection.

@imasif
Copy link

imasif commented Sep 30, 2017

thank you @emillaii I will check it from here

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

4 participants