-
When running `bosh deploy` with the following manifest (showing problematic part):
``` yaml
- name: sslproxy
release: sslproxy
template:
- sslproxy
instances: 2
resource_pool:…
-
`-d` is listed as a common option for all bosh commands; but it isn't available for `restart`:
```
$ bosh restart sslproxy -d ../sslproxy-dfw2-prod/sslproxy-dfw2-prod.yml
invalid option: -d
$ bosh…
drnic updated
11 years ago
-
Similar to #387
`-d` is listed as a common option for all bosh commands; but it isn't available for `deploy`:
```
$ bosh deploy -d ../sslproxy-dfw2-prod/sslproxy-dfw2-prod.yml
invalid option: -d
…
drnic updated
11 years ago
-
it seems that currently selenium2lib doesn't support testing via IE proxy. I have some tests works fine without proxy in IE, however, when I configured proxy, then I got following errors:
WebDriver…
-
_Edit (2013-10-03):_ This seems to have recently hit a couple of mailing lists and reddit.
tl;dr:
- `npm` (as of ca52fe6) pins `registry.npmjs.org`'s certificate, hard coded inside the application. …