Open nickalto opened 7 years ago
I'm seeing this as well. We're passing our host similarly and have tried similar combinations like @nickalto above and the whitelisting does not seem to be taking place as expected.
sauceConnectOpts: { noSslBumpDomains: '*.photoshelter.com' },
Conversations with sauceLabs help the only solution that has worked for us in testing was passing the -B option to the sauce connect command line arguments. We're rather let this happen at the wide config level.
@nickalto Did you ever get this to work using WDIO?
I'm currently running into an issue trying to whitelist domains from Sauce's SSL bumping (https://wiki.saucelabs.com/display/DOCS/Troubleshooting+Sauce+Connect).
With the following configuration options in my
wdio.conf.js
file I have been unable to have the provided domains whitelisted when testing locally with Sauce.I have tried the following configurations with no success:
I'm currently running into this with
v1.2.2
andwdio-sauce-service v4.0
Has anyone had success omitting domains from being SSL bumped using wdio / sauce?
I have verified sauce-connect-launcher is successfully converting
noSslBumpDomains
into the proper--no-ssl-bump-domains
required in the docs. When logging the processed options insauce-connect-launcher.js
I see:But sifting through the logs I get no mention of ssl-bump-domains being white listed, and the requested resources do not get whitelisted when testing on Sauce.
Any help would be appreciated.