Conflux-Chain / conflux-remix

remix based on Conlux Web
Apache License 2.0
3 stars 3 forks source link

Bug: in remix production page, can't support plain http protocol, must be https only #11

Closed xiaods closed 4 years ago

xiaods commented 4 years ago

Currently, the Conflux rpc address is only http, not https. But Remix production site: https://remix.ethereum.org/, the site can't support any HTTP site, such as conflux testnet rpc service. Error screenshot:

截屏2020-05-03 上午12 13 06 截屏2020-05-03 上午12 13 17

Option 1: reminder developer use http://remix-alpha.ethereum.org/ to evaluate the latest conflux remix.

Option2: upgrade conflux rpc service 's HTTP mode to https mode.

xiaods commented 4 years ago

top priority issue, blocker issue. relative https://github.com/Conflux-Chain/conflux-rust/issues/1395

xiaods commented 4 years ago

update: HTTPS RPC address:

https://mainnet-jsonrpc.conflux-chain.org:12443/

HTTP point: http://mainnet-jsonrpc.conflux-chain.org:12537/