It should be fine for regular web sites, wordpress, forum etc.
For media content and serving large static file, HTTP is still preferred. HTTPS (HTTP/2) will causes high CPU load for the server, as kernel level optimization wont work, like zero-copy sendfile() call cannot be used.
Anyway...