To further enhance our community services and improve user experience, we will be performing a comprehensive system upgrade of the DVDFab Forum on October 30, 2025 at 11:00am Beijing Time.
During this upgrade, all of your account information as well as previously posted threads and replies (Recently 12 months) will be fully migrated and preserved.
After the upgrade, you will be able to log in to the forum using your existing forum account or your DVDFab Member Center Account—no additional action is required.
Another update; this is definitely a curl issue, how or why I don't know, 9.2.3.1 works on my upgraded W10 from W7 but with a clean install of W10 Fab10 works.
So I downloaded curl and extracted it to it's own directory, so from a cmd prompt I ran curl.exe and got the following output;
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here:
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
So I then tried curl.exe and got the following;
<html>
<body>
<h1>IS OK</h1>
</body>
</html>
which means it's responding and confirming the certificate.
Now using the output information from the first try I tried again but with the -k switch
<html>
<body>
<h1>IS OK</h1>
</body>
</html>
and it works, so by turning off curls verification to it returns Ok
I've even tried the Firefox option of downloading the certificate and importing into certmgr....but v10 still won't play ball.
Comment