crypto-org-chain / crypto-org-chain/cronos

app.toml / tls certificate not working on the EVM RPC HTTP port

Open
#180 5 comments 0 reactions 2 assignees Claimed by @thomas-nguy View on GitHub
evm help wanted
Dominant language
Go
Stars
336
Forks
299
Avg merge
2d 17h
Merged PRs (30d)
4

Description

When I use a tls certificate for

```
# Address defines the EVM RPC HTTP server address to bind to.
address = "0.0.0.0:8545"
```

it doesn't work and gives the error:

**`SSL routines:ssl3_get_record:wrong version number`**

The same certificate working fine for:

```
# Address defines the EVM WebSocket server address to bind to.
ws-address = "0.0.0.0:8546"
```
Any Ideas?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.