Installing Origin CA certificate in NGINX getting Error 521: Web server is down error

After reading How to install an Origin CA certificate in NGINX this article i just add this few line of code after listen 443;,
code are :-

ssl on;

    # ssl_certificate         /var/www/ssl/certificatefree.pem;
    # ssl_certificate_key     /var/www/ssl/freekey.key;

then trying to open the website and getting Error 521: Web server is down error.
CAn anyone help me here to fix my problem.

Try removing the pound symbols (#).

2 Likes

This topic was automatically closed after 31 days. New replies are no longer allowed.