Wazo SDK (SoftPhone React Native Connection)

image

I tried to connect to the wazo server using the above code but the response is
image

how to resolve this?

Hello, i think this is probably an issue with you SSL certificate. To use cross domain you need have a valid certificate or localhost.

Hi Sylvain:
How to create a valid certificate that is running in my localhost I do not want to deploy it in any cloud services.

hi,
just open a new tab,
go to 192.168.87.135 in your case
chrome will ask you go to back, but you can click to continue to this website.

then, your app will work !

Hi julienfr:
This method is not working so I tried to follow this https://wazo-platform.org/uc-doc/system/https_certificate. Since my project is running in localhost it says as

So I was not able to create the PEM files . How to overcome this issue.

detailled response here:

Maybe you should not create multiple topics for the same issue.

cheers

1 Like

in your virtualBox or whatever, share the network correctly

on your server, be sure to have the correct ip:

image

here an example of the /etc/network/interfaces file on wazo server

cheers

1 Like

Hello, i don’t now if you have already used ngrok, but this is a very nice service, i’m using it everyday and it help a lot when you want to develop something and if you need to expose your dev to internet with https and certificate already configured correctly.

1 Like