You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>(Required)</strong> The full URL of the proxy. The <code><Url></code> attribute is required and if you do not provide it when running the command, the NativeScript CLI will prompt you to provide it. An example of a valid proxy URL is <code>http://127.0.0.1:8888</code>.</details>
120
+
121
+
<details><summary><code><Username></code> and <code><Password></code></summary>
122
+
<strong>(Optional)</strong> The credentials for the proxy. The <code><Username></code> and <code><Password></code> attributes are optional, however, if you choose to provide them, you must provide both.</details>
The <code>--insecure</code> flag allows you to perform insecure SSL connections and transfers. This option is useful when your proxy does not have a CA certificate or the certificate is no longer valid.</details>
128
+
129
+
#### Limitations
130
+
131
+
* You can provide the `<Username>` and `<Password>` attributes only on Windows systems.
132
+
* Proxy settings for the npm and the Android Gradle need to be configured separately. For more information, see the following articles:
133
+
* [Configure the npm proxy](https://docs.npmjs.com/misc/config#https-proxy)
134
+
* [Configure the Android Gradle proxy](https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy)
0 commit comments