Lofesa commented on issue #1546: HTTPS not Working with Pagespeed
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1546#issuecomment-376619465
 
 
   This listen 80 http2; is wrong.
   Nginx says in their doc that it support http2 w/o ssl, but browsers donĀ“t 
support it unless [tls](https://caniuse.com/#feat=http2) is configured, so you 
need to config http2 as  listen 443 ssl https2;
   Nginx [doc](http://nginx.org/en/docs/http/ngx_http_core_module.html#listen) :
   The http2 parameter (1.9.5) configures the port to accept HTTP/2 
connections. Normally, for this to work the ssl parameter should be specified 
as well, but nginx can also be configured to accept HTTP/2 connections without 
SSL. 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to