-
Notifications
You must be signed in to change notification settings - Fork 91
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
Comments
Hello Oney-sama, i encountered the same problem at connecting the android app to the signaling server. |
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. |
Thank you for your reply just read your message, I’ll try it and update you… God bless.
… On Feb 21, 2017, at 2:12 PM, emillaii ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AQHRm20ExQgqeiteiNsZ6FEf44wXeMwtks5reoBLgaJpZM4MD3ZK>.
|
@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? |
@emillaii how and where did you append your chain.pem in the cert.pem? |
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. |
thank you @emillaii I will check it from here |
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?
The text was updated successfully, but these errors were encountered: