Add support for 7.4 HTTPS proxy
Closed this issue · 4 comments
kpdecker commented
https://www.browserstack.com/local-testing/releases/v7.4 adds support for https proxying. Would be awesome if support was added for consumers of the node lib.
vedharish commented
This library allows arbitrary key - value parameters to the BrowserStackLocal binary. Check
bs_local.start({
key: '<browserstack-accesskey>',
'https-ports': '8443,9443'
}, function() {
console.log("Started BrowserStackLocal");
});should work
kpdecker commented
Cool. Does the binary in the S3 bucket need to be upgraded to 7.4 for that to work or should it be good to go?
vedharish commented
It should be fine. The s3 bucket links are an alternate to binary download links here. Both always point to the latest version
kpdecker commented
Confirmed that it works after doing a rm on ~/.browserstack Thanks!