CLI is opening httpS://localhost:19002

Just installed expo-cli 2.6.8

When I run expo start, it says “Expo DevTools is running at http://localhost:19002” but chrome opens “https://localhost:19002/”. When I try to manually change httpS to http, it redirects to https://localhost:19002/.

chrome syas,

This site can’t provide a secure connection

localhost sent an invalid response.

ERR_SSL_PROTOCOL_ERROR

When I use http://127.0.0.1:19002/, dev tools properly loads.

Is this a bug in expo-cli, or chrome?

Thank you

solved this myself - nothing wrong with expo-cli!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.