Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
SSL for both Web Demo + Explorer
What would be the right setup for a Multichain transaction to represent a real life transaction?
Suggestion : SSL certificate for multichain.com
I know how to setup a classical relational database. How can I use Multichain to practical do the same?
In multichain explorer for a given transaction, redeemed at input is shown. How do we get that redeemed transaction?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
How to setup SSL for Multichain Explorer?
+2
votes
Im not sure whats the step for making it SSL Since it is running on PYTHON on port 2750
asked
Apr 15, 2018
by
Dinomist
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Easiest way is to use nginx for the ssl termination in front of the multichain explorer.
answered
Apr 16, 2018
by
Alexoid
Hi that mean i have to install nginx and setup ssl? im using apache2 as of now.
Example if now im using
https://abc.com:8443/mychain
when i switch to explorer
now have to be
http://abc.com:2750
(which i cant get through the 8443 SSL port) what should i do .
That is exactly what nginx does and what also apache is able to do. Just google for ssl termination.
Please
log in
or
register
to add a comment.
...