J.R.
May 21, 2020 02:20PM
> location / {
> rewrite .* https://www.dfwelectronicsrecycling.com/$1;
> }

Don't do that...

The correct way when you want to redirect http to https would be:

server {
listen 80;
server_name dfwelectronicsrecycling.com www.dfwelectronicsrecycling.com;
access_log off;

return 301 https://www.dfwelectronicsrecycling.com$request_uri;
}
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

http_request_failed - cURL error 60: SSL certificate problem: unable to get local issuer certificate.

finalturismo May 21, 2020 01:27PM

Re: http_request_failed - cURL error 60: SSL certificate problem: unable to get local issuer certificate.

Thomas Ward May 21, 2020 02:16PM

Re: http_request_failed - cURL error 60: SSL certificate problem: unable to get local issuer certificate.

J.R. May 21, 2020 02:16PM

Re: http_request_failed - cURL error 60: SSL certificate problem: unable to get local issuer certificate.

finalturismo May 21, 2020 03:53PM

Re: http_request_failed - cURL error 60: SSL certificate problem: unable to get local issuer certificate.

J.R. May 21, 2020 02:20PM

Re: http_request_failed - cURL error 60: SSL certificate problem: unable to get local issuer certificate.

finalturismo May 21, 2020 03:54PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 315
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready