-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
Today we observe errors while running test via playwright service as following:
Error: browserType.connect: WebSocket error: Hostname/IP does not match certificate's altnames: Host: westeurope.api.playwright.microsoft.com. is not in the cert's altnames: DNS:*.azureedge.net
Call log:
- <ws connecting> wss://westeurope.api.playwright.microsoft.com/accounts/westeurope_someId/browsers
- <ws error> wss://westeurope.api.playwright.microsoft.com/accounts/westeurope_someId/browsers error Hostname/IP does not match certificate's altnames: Host: westeurope.api.playwright.microsoft.com. is not in the cert's altnames: DNS:*.azureedge.net
- <ws connect error> wss://westeurope.api.playwright.microsoft.com/accounts/westeurope_someId/browsers Hostname/IP does not match certificate's altnames: Host: westeurope.api.playwright.microsoft.com. is not in the cert's altnames: DNS:*.azureedge.net
- <ws disconnected> wss://westeurope.api.playwright.microsoft.com/accounts/westeurope_someId/browsers code=1006 reason=
TimeoutError: browserType.connect: Timeout 30000ms exceeded.
Call log:
- <ws connecting> wss://westeurope.api.playwright.microsoft.com/accounts/westeurope_someId/browsers
- <ws error> wss://westeurope.api.playwright.microsoft.com/accounts/westeurope_someId/browsers error WebSocket was closed before the connection was established
- <ws connect error> wss://westeurope.api.playwright.microsoft.com/accounts/westeurope_someId/browsers WebSocket was closed before the connection was established
- <ws disconnected> wss://westeurope.api.playwright.microsoft.com/accounts/westeurope_someId/browsers code=1006 reason=
- <ws connecting> wss://westeurope.browser.playwright.microsoft.com/ws
We run test on playwright 1.54.1 version.
Is there any page that we can track status of service?
Metadata
Metadata
Assignees
Labels
No labels