archethic-node
archethic-node copied to clipboard
AEWeb ssl certificate in cache
Describe the problem you discovered
Currently when a request contains a dnslink redirection to a hosted website, the sni function to get the ssl certificate get the last chain transaction, search for the ownership, decrypt the ownership to get the private key ... This is done for each request and could be exhaustive for the node.
Describe the solution you'd like
We could create a cache to store host_domain_name => ssl certificate
Epic
No response