Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrowserStackTunnel: changing default ports #25

Closed
rodneyrehm opened this issue May 3, 2016 · 1 comment
Closed

BrowserStackTunnel: changing default ports #25

rodneyrehm opened this issue May 3, 2016 · 1 comment

Comments

@rodneyrehm
Copy link

rodneyrehm commented May 3, 2016

I've just received the following mail from BrowserStack support:

We noticed that you are using "http://hub.browserstack.com:4444" while running your Selenium tests on BrowserStack Automate. We would recommend that you switch to either port 80 ("http://hub.browserstack.com:80") or port 443 ("https://hub.browserstack.com:443"), because we will be disabling port 4444 by 5th May, 2016. We are in the process of making modifications which will improve the overall performance of your tests via port 80 and 443.

While it is possible to defer this configuration to user-land (see below), that's not desireable…

{
  tunnel: "BrowserStackTunnel",
  tunnelOptions: {
     hostname: "hub.browserstack.com",
     protocol: "https",
     port: 443
  },
}
@jason0x43
Copy link
Member

As of commit 45e89e5 the default BrowserStack port is now 443 and the default protocol is 'https'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants