And then the customer successfully downloaded the file. So, we used the option ‘ –no-check-certificate‘ along with wget. On checking, we found that the customer is trying to access the site having an improperly configured SSL. Recently, one of our customers approached us saying that he is getting an error like the one shown below when he is trying to download a file using wget. What if there is no “–no-check-certificate”? In such a case we can do this easily with the option given below, -no-check-certificate We just ran the command ‘ wget’ along with the URL for downloading.īy default, wget performs a validity check of SSL certificates for the websites which are based on SSL.īut when trying to access websites that are having a self-signed certificate or those with expired SSL certificate we have to bypass this in wget. In Linux, we use wget for downloading the files from the web. Today, let’s see how our Support Engineers help customers in solving problems related to this. We use a skip certificate check option in order to Ignore SSL Certificate Error with wget.Īt Bobcares, we often get requests regarding wget skip certificate check, as a part of our Server Management Services. Oops!! Confused with wget skip certificate check?