Results 1 to 2 of 2

Thread: Download and server certifications

  1. #1
    Join Date
    Oct 2011
    Location
    Brussels
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Download and server certifications

    Hi All

    I am working on a program that downloads GPS almanac data from a site and then performs calculations.
    The site I want to use is gps.afspc.af.mil/gps/archive/ and a file I want to download is e.g.

    https://gps.afspc.af.mil/gps/archive...S/YUMA/200.ALM

    This gives me problems with the site certification using the program download or downloadmanager as found in the examples directory.
    I think I must use ssl certification, but I do not knwo howto do this.

    I can download the file with wget as follows:
    wget --no-check-certificate https://gps.afspc.af.mil/gps/archive...S/YUMA/200.ALM

    How can I introduce this --no-check-certificate in download or downloadmanager.

    Tx/Alain
    Alain Muls alain.muls@rma.ac.be
    Royal Military Academy - Department CISS Phone +32.2.7426340
    Renaissance Avenue 30 Fax +32.2.7426622
    B1000 Brussels (Belgium)

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Download and server certifications

    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. From where should I download QML
    By prajnaranjan.das in forum Qt Programming
    Replies: 1
    Last Post: 10th February 2011, 19:54
  2. [TCP Server] Server only sending when terminating
    By papperlapapp in forum Qt Programming
    Replies: 0
    Last Post: 6th December 2010, 19:41
  3. Replies: 5
    Last Post: 2nd June 2009, 19:47
  4. Download Manager Like IDM(Internet Download Manager)
    By sathiskumarmsk in forum Qt Programming
    Replies: 1
    Last Post: 27th July 2008, 15:52
  5. How to download any file through ftp server
    By thomasjoy in forum Qt Programming
    Replies: 1
    Last Post: 24th July 2007, 01:23

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.