I created a website with the HTTP / 2 protocol that runs on the Apache 2.4.18 HTTP server. Currently, I have made the SSL site enabled because I read somewhere that over HTTP / 2, SSL is required by default. I canโt claim that my site is secure, so I donโt want to spend money on buying an SSL certificate.
Is there a way to implement the HTTP2 protocol without using SSL configurations? If so, what configuration parameters should be written in the httpd.conf file? Do I need to change any properties / settings of my browser - Chrome / Firefox, etc.?
source share