NEM nodes: security protocols

Are there any nodes that run off of https???

Why you need https in this case?

I was hoping to host a site similar to pacnem - a token based web game platform - I have most of the foundation setup and it runs nicely locally but when I host it (currently hosted on github pages) I get the mixed content error because the nodes aren’t from a https source. From what I understand all of the nodes are currently only http? Is that correct?

I mainly make calls to the nodes to validate and perform transactions?

I’m a little stumped at the moment, any thoughts @CryptoBeliever?

Ok. I understand your problem. You connect directly from browser (javascript) and your service is over https.
@BloodyRookie have we list nodes exposing API over https? Or in this case should by used some proxy (where configured is https) which points to some node?

No list of nodes offering https available as far as i know. Maybe ask the pacnem coders for help?

1 Like

@Daniel_Ju
Please ask PacNEM developers in @nemprojects Telegram channel.

Thanks for the responses guys! I’ll be sure to drop a message in. I’m curious to know how they did it haha.

Hi. Were you able to find a solution to this issue? We are running into the same problem.

Hi. You want find some nodes running over https or you want configure your own to support https?

I’d like to find public nodes that run over https. I don’t want to have to configure my own NIS server if I can avoid it.

For sure:
https://shibuya.supernode.me:7891/chain/height
@marc0o should know more

Thanks. I forgot to say that our proof of concept is running on the testnet. Would you happen to know of nodes on the testnet running on https?

These are the https nodes I discovered:

But they are all Mainnet. I think there should at least be 1 Node in Testnet running with https. But unfortunately I don’t know the address.

Thanks for the info anyway. :slight_smile:

Hye guys, sorry I am new to nem. Do you guys know how to run NIS through proxy server connection with authentication?

Thanks

Hi @Mohd_Nazif could you explain what you want to do exactly? You want configure SSL?

Hi @CryptoBeliever,

Actually I want to run a NIS under a company network. However the NIS keep telling me “connection refused” whenever request synchronization block with other node.

As I know, NIS synchronization are using port 7890 and that port opened. However, the port opened are under proxy server with authentication.

@Mohd_Nazif API works over 7890 port.
@BloodyRookie for synchronization is used same port?

any update?

Could you provide file with nis log?