expo-cli behind corporate proxy : SSL23_GET_SERVER_HELLO:unknown protocol

Hello all :slightly_smiling_face:,

I’m on windows,

I use expo at work behind an http corporate proxy. I have configured Charles / Fiddler and my environnement variables as mentionned here :

HTTP_PROXY="http://localhost:8888"
HTTPS_PROXY="http://localhost:8888"

When expo-cli try to login by typing “expo login” on the console I get the following error :

[16:39:39] Fetching the user profile failed
[16:39:39] write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:827:

It’s also impossible to run an application because expo-cli needs to be logged.

I think the problem is that expo-cli use strict_ssl to communicate with exp.host:443 even through my http proxy.

My workarout is to use Expo XDE to run the application but this one is deprecated.

Please let me know if you reproduce this problem.

Regards

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