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
Our sockjs endpoint is fully https, so when connecting with node.js client, the XhrDriver only will use the node http module to do the request, and won't use an https request (making everything fail).
Should I force a different transport that would use https for the /info requests?
Not sure if this is something you want to change, or I could submit a pull request to change this. I didn't find any related issues, so if this is a non-issue, I will just do a local patch because I'm only using this for testing.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
Our sockjs endpoint is fully https, so when connecting with node.js client, the XhrDriver only will use the node
http
module to do the request, and won't use anhttps
request (making everything fail).Should I force a different transport that would use https for the
/info
requests?Not sure if this is something you want to change, or I could submit a pull request to change this. I didn't find any related issues, so if this is a non-issue, I will just do a local patch because I'm only using this for testing.
Thanks
The text was updated successfully, but these errors were encountered: