forked from cryptonotefoundation/cryptonote
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert to legacy http, get rid of ssl #222
Open
aivve
wants to merge
32
commits into
seredat:master
Choose a base branch
from
aivve:dev/legacy_http
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 0f5b687)
(cherry picked from commit 444a76c)
(cherry picked from commit 1e4609a)
(cherry picked from commit e627dbd)
(cherry picked from commit 62f1073)
(cherry picked from commit 9f9d7fa)
(cherry picked from commit e38b660)
(cherry picked from commit f257b97)
(cherry picked from commit 7dcd900)
(cherry picked from commit 6fd2345)
(cherry picked from commit 5137f74)
(cherry picked from commit a29dd1d)
Include StringTools
# Conflicts: # .github/workflows/check.yml # .github/workflows/release.yml # CMakeLists.txt # src/CMakeLists.txt # src/CryptoNoteConfig.h # src/CryptoNoteCore/CryptoNoteBasicImpl.h # src/Daemon/Daemon.cpp # src/HTTP/HttpClient.h # src/HTTP/HttpServer.h # src/JsonRpcServer/JsonRpcServer.cpp # src/JsonRpcServer/JsonRpcServer.h # src/NodeRpcProxy/NodeRpcProxy.cpp # src/NodeRpcProxy/NodeRpcProxy.h # src/Optimizer/Optimizer.cpp # src/PaymentGateService/PaymentGateService.cpp # src/PaymentGateService/PaymentServiceConfiguration.cpp # src/PaymentGateService/PaymentServiceConfiguration.h # src/Rpc/JsonRpc.cpp # src/Rpc/RpcServer.cpp # src/Rpc/RpcServer.h # src/Rpc/RpcServerConfig.cpp # src/Rpc/RpcServerConfig.h # src/SimpleWallet/SimpleWallet.cpp # src/Wallet/WalletRpcServer.cpp # src/Wallet/WalletRpcServer.h
…cy_http # Conflicts: # src/Platform/Windows/System/Dispatcher.cpp
(cherry picked from commit 60bff96)
(cherry picked from commit 0a09561)
# Conflicts: # src/JsonRpcServer/JsonRpcServer.cpp # src/PaymentGateService/PaymentGateService.cpp # src/Wallet/WalletRpcServer.cpp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To fix stability issues revert to old http server/client. Get rid of SSL which is not really used and is needed only for public nodes that are serving request from services like explorer via https:// protocol. For them it is proposed to use nginx reverse proxy bridge instead of serving natively.