HTTP requests ignore tls: false
attribute
#166
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
Initialising a Realtime library with
tls: false
connects to a realtime end point correctly not using TLS, however when performing the following I found the client library attempted to connect over TLS:We need to ensure that
tls: false
is respected for REST operations performed by a Realtime client and add suitable test coverage.@SimonWoolf mind taking a look?
The text was updated successfully, but these errors were encountered: