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
Thank you for the handy snibbets.
Because of security policies in my company we use https for every outgoing connection. By default protractor connects to http://hub-cloud.browserstack.com/wd/hub.
I tried: 'seleniumAddress': 'https://hub-cloud.browserstack.com/wd/hub',
But I get SSL errors: EPROTO write EPROTO 1192:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:252
How can I use TLS for connection with browserstack?
The text was updated successfully, but these errors were encountered:
Thank you for the handy snibbets.
Because of security policies in my company we use https for every outgoing connection. By default protractor connects to http://hub-cloud.browserstack.com/wd/hub.
I tried:
'seleniumAddress': 'https://hub-cloud.browserstack.com/wd/hub',
But I get SSL errors:
EPROTO write EPROTO 1192:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:252
How can I use TLS for connection with browserstack?
The text was updated successfully, but these errors were encountered: