Announcement

Collapse
No announcement yet.

DVDFAB Update

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by october262 View Post
    Thanks I'll take a look at that, although my Linux laptop doesn't have a lot of umph!!

    Have received another reply from support, it's gone further up the support chain.

    Comment


      #17
      same problem i will try the clean reinstall
      Antec 1200 Full-Tower Case/Thermaltake 750-Watt PS/ASUS SABERTOOTH Z77 Mobo/Western Digital Black WD500 500GB 7200 RPM 64MB Cache/NVIDIA GeForce 8800GTX 384-bit GDDR3 PCI Express Video Card/CORSAIR DOMINATOR PLATINUM 16GB DDR3 /Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo)/CORSAIR Hydro High Performance Liquid CPU Cooler/3-Asus DRW-24B1ST Sata Drives/Samsung 2493HM 24" LCD Monitior 1920x1200 resolution,5ms respone time/OS Windows 10 Pro SP1 64-bit

      Comment


        #18
        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 https://www.dvdfabstore.com and got the following output;

        curl: (60) SSL certificate problem: unable to get local issuer certificate
        More details here: https://curl.haxx.se/docs/sslcerts.html

        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 https://dvdfabstore.com 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 https://www.dvdfabstore.com 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

        Working...
        X