celestia-node icon indicating copy to clipboard operation
celestia-node copied to clipboard

feat(rpc): add TLS support for JSON-RPC server (#4346)

Open gap-editor opened this issue 5 months ago • 0 comments

  • Add TLS configuration fields to RPC Config struct
  • Implement command line flags for TLS (--rpc.tls, --rpc.tls-cert, --rpc.tls-key)
  • Enable TLS server support with certificate validation
  • Add comprehensive test coverage for TLS functionality
  • Update documentation with TLS configuration examples
  • Maintain backward compatibility with existing HTTP-only setup

Resolves: #4346

gap-editor avatar Aug 03 '25 20:08 gap-editor