Can't generate SSL Certificate with Laravel Forge

My domain is: cohas.nl

I clicked the “Obtain Certificate” button on Laravel Forge site under SSL.

It produced this output:

--2019-07-11 12:23:55--  https://forge-certificates.laravel.com/le/583584/803752?env=production
Resolving forge-certificates.laravel.com (forge-certificates.laravel.com)... 104.25.9.32, 104.25.8.32, 2606:4700:20::6819:920, ...
Connecting to forge-certificates.laravel.com (forge-certificates.laravel.com)|104.25.9.32|:443... connected.
ERROR: cannot verify forge-certificates.laravel.com's certificate, issued by ‘CN=COMODO ECC Domain Validation Secure Server CA 2,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB’:
  Unable to locally verify the issuer's authority.
To connect to forge-certificates.laravel.com insecurely, use `--no-check-certificate'.

The operating system my web server runs on is
Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0-45-generic x86_64)

My hosting provider, if applicable, is:
Laravel Forge

I can login to a root shell on my machine:
Yes

I’m using a control panel to manage my site
Yes, Laravel Forge as Admin

Hi @Mitchel387

that's a Comodo certificate, not a Letsencrypt certificate.

So ask Comodo or your provider.

@Mitchel387,

If you want to use a Let’s Encrypt certificate in Laravel Forge, this post might help. https://laracasts.com/discuss/channels/forge/setting-up-lets-encrypt-on-forge

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.