asg017 / sqlite-http

A SQLite extension for making HTTP requests purely in SQL
MIT License
228 stars 11 forks source link

Include ssl certificates in DO tables? #10

Open asg017 opened 3 years ago

asg017 commented 3 years ago

https://stackoverflow.com/questions/54930751/how-to-get-x509-certificate-from-http-client-in-go

response_certificate ?

are there security risks in doing this? are certificates really large? does HAR files do this as well? Is there any point in including it? would probably need utiltify functions for it too...