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

ERR_SSL_PROTOCOL_ERROR when running the dev phone #201

Open
hazeerasmo99 opened this issue Oct 10, 2024 · 1 comment
Open

ERR_SSL_PROTOCOL_ERROR when running the dev phone #201

hazeerasmo99 opened this issue Oct 10, 2024 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@hazeerasmo99
Copy link

After running twilio dev-phone, it opens a web page, but this is all I see.
image

I just installed the dev phone today too. Here's the console log when I ran it.

PS C:\WINDOWS\system32> twilio dev-phone
Hello 👋 I'm your dev-phone and my name is dev-phone-<no>

✅ I'm using your profile API key.

services is deprecated. Use v1.services instead.
💻 Creating a new conversation...
services is deprecated. Use v1.services instead.
services is deprecated. Use v1.services instead.
✅ I'm using the conversation <conv> from service <serv>

💻 Creating a new sync list for call history...
services is deprecated. Use v1.services instead.
services is deprecated. Use v1.services instead.
✅ I'm using the sync service <sync service>

services is deprecated. Use v1.services instead.
💻 Deploying a Functions Service to handle incoming calls and SMS...
🧑‍💻 Creating Service
🧑‍💻 Configuring bare environment
🧑‍💻 Creating 4 Functions
🧑‍💻 Uploading 4 Functions
🧑‍💻 Creating 0 Assets
🧑‍💻 Uploading 0 Assets
🛠 Waiting for deployment. .............
🧑‍💻 Setting environment variables
🧑‍💻 Activating deployment
✅ I'm using the Serverless Service <serverless service>

💻 Creating a new TwiMl App to allow voice calls from your browser...
✅ I'm using the TwiMl App <twimlapp>

🚀 Your local webserver is listening on port 1337
🌐 Opening http://localhost:1337/ your browser
@ayyrickay ayyrickay added the bug Something isn't working label Oct 22, 2024
@ayyrickay
Copy link
Collaborator

@hazeerasmo99 this does seem to make some sense - I think the default behavior is to use HTTP, not HTTPS, when doing local development like this. There's no benefit to securing a local server (that I can see, anyway.)

Is this a browser level configuration? It may be that we simply need to document this. Another option might be to try explicitly going to the localhost URL, instead of pointing to it with localhost.

@ayyrickay ayyrickay added the question Further information is requested label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants