You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2022/10/02 06:49:19 UTC

[GitHub] [cordova] jwilkeson commented on issue #345: ERR_CONNECTION_REFUSED despite access origin=* and correct content-secutiy-policy

jwilkeson commented on issue #345:
URL: https://github.com/apache/cordova/issues/345#issuecomment-1264567417

   I ended up fixing this, part of the problem was that because the app was launched with https, I couldn't access localhost as it was only capable of http [so I installed an ssl cert](https://stackoverflow.com/questions/25946170/how-can-i-install-ssl-on-localhost-in-ubuntu) and also used `https://10.0.0.2` which on android emulators directs to the hosts doc root and it seems to be working now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org