mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove obsolete websocket PROXY port
This commit is contained in:
@@ -198,7 +198,6 @@ public:
|
||||
std::unique_ptr <RPCDoor> m_rpcDoor;
|
||||
std::unique_ptr <WSDoor> m_wsPublicDoor;
|
||||
std::unique_ptr <WSDoor> m_wsPrivateDoor;
|
||||
std::unique_ptr <WSDoor> m_wsProxyDoor;
|
||||
|
||||
beast::WaitableEvent m_stop;
|
||||
|
||||
@@ -777,19 +776,6 @@ public:
|
||||
{
|
||||
m_journal.info << "WebSocket public interface: disabled";
|
||||
}
|
||||
if (!getConfig ().WEBSOCKET_PROXY_IP.empty () && getConfig ().WEBSOCKET_PROXY_PORT)
|
||||
{
|
||||
m_wsProxyDoor.reset (WSDoor::New (*m_resourceManager,
|
||||
getOPs(), getConfig ().WEBSOCKET_PROXY_IP,
|
||||
getConfig ().WEBSOCKET_PROXY_PORT, true, true,
|
||||
m_wsSSLContext->get ()));
|
||||
|
||||
if (m_wsProxyDoor == nullptr)
|
||||
{
|
||||
beast::FatalError ("Could not open the WebSocket public interface.",
|
||||
__FILE__, __LINE__);
|
||||
}
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user