Nginx SSL configuration not working on mobile browsers
问题 I've set up an Nginx server serving ssl, with an http server block redirecting to a secured server block. The certificate is issued by my domain provider (1&1). It works perfectly fine on most desktop browsers, but I get an SSL_ERROR_INTERNAL_ERROR_ALERT on Firefox on mobile, and an ERR_SSL_PROTOCOL_ERROR on Chrome mobile (Android Pie). Here is the nginx configuration: server { listen 80 deferred; listen [::]:80 deferred; server_name meetoko.com www.meetoko.com; return 301 https://meetoko.com