crypto-org-chain / crypto-org-chain/cronos
app.toml / tls certificate not working on the EVM RPC HTTP port
Open
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
Assessment
This issue has not been assessed yet.