Issue while starting vault

hello,
im getting below error while starting vault.

2023-01-31T20:10:38.713Z [INFO] proxy environment: http_proxy=“” https_proxy=“” no_proxy=“”
2023-01-31T20:10:38.730Z [INFO] core: using autoloaded license: license=“{"license_id":"88723c4d-a77e-50a8-9f88-f3414048f6f7","customer_id":"14f6945c-449a-a31c-29ba-7ea05f552ea9","installation_id":"*","issue_time":"2023-01-26T19:59:32.106915857Z","start_time":"2023-01-26T00:00:00Z","expiration_time":"2024-02-09T00:00:00Z","flags":{"modules":["advanced-data-protection-transform","advanced-data-protection-key-management"]},"features":["DR Replication","Namespaces","KMIP","Transform Secrets Engine","Lease Count Quotas","Key Management Secrets Engine","Automated Snapshots","Key Management Transparent Data Encryption"],"performance_standby_count":0}”
2023-01-31T20:10:38.731Z [INFO] replication.perf.logshipper: Initializing new log shipper: max_elements=16384 max_bytes=50581708
2023-01-31T20:10:38.731Z [INFO] replication.dr.logshipper: Initializing new log shipper: max_elements=16384 max_bytes=50581708
2023-01-31T20:10:38.759Z [INFO] core: Initializing versionTimestamps for core
2023-01-31T20:11:13.050Z [INFO] core.cluster-listener.tcp: starting listener: listener_address=172.31.27.232:8201
2023-01-31T20:11:13.050Z [INFO] core.cluster-listener: serving cluster requests: cluster_listen_address=172.31.27.232:8201
2023-01-31T20:11:13.050Z [INFO] storage.raft: creating Raft: config=“&raft.Config{ProtocolVersion:3, HeartbeatTimeout:5000000000, ElectionTimeout:5000000000, CommitTimeout:50000000, MaxAppendEntries:64, BatchApplyCh:true, ShutdownOnRemove:true, TrailingLogs:0x2800, SnapshotInterval:120000000000, SnapshotThreshold:0x2000, LeaderLeaseTimeout:2500000000, LocalID:"node1", NotifyCh:(chan<- bool)(0xc000466e70), LogOutput:io.Writer(nil), LogLevel:"DEBUG", Logger:(*hclog.interceptLogger)(0xc000dbe3c0), NoSnapshotRestoreOnStart:true, skipStartup:false}”
2023-01-31T20:11:13.052Z [INFO] storage.raft: initial configuration: index=1 servers=“[{Suffrage:Voter ID:node1 Address:172.31.27.232:8201}]”
2023-01-31T20:11:13.052Z [INFO] core: vault is unsealed
2023-01-31T20:11:13.052Z [INFO] storage.raft: entering follower state: follower=“Node at 172.31.27.232:8201 [Follower]” leader=
2023-01-31T20:11:13.052Z [INFO] core: entering standby mode
2023-01-31T20:11:13.052Z [INFO] core: performance standby: forwarding client is nil, waiting for new leader
2023-01-31T20:11:13.054Z [WARN] core.cluster-listener: no TLS config found for ALPN: ALPN=[“req_fw_sb-act_v1”]
2023-01-31T20:11:15.554Z [WARN] core.cluster-listener: no TLS config found for ALPN: ALPN=[“req_fw_sb-act_v1”]
2023-01-31T20:11:15.554Z [ERROR] core: failed to elect as performance standby: error=“rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing remote error: tls: internal error"”

i have similar issue, how did you resolve it