mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
allow proxies to work with secure websockets
This commit is contained in:
@@ -194,7 +194,7 @@ protected:
|
||||
|
||||
// If no error, and we are an insecure connection with a proxy set
|
||||
// issue a proxy connect.
|
||||
if (!is_secure() && !m_proxy.empty()) {
|
||||
if (!m_proxy.empty()) {
|
||||
proxy_write(callback);
|
||||
} else {
|
||||
callback(ec);
|
||||
|
||||
Reference in New Issue
Block a user