markmark Posted July 6, 2006 Posted July 6, 2006 Hi, I would like to download a file with inetget, the file url starts with https and therefore when I download the url manually, I have to accept an SSL certificate. When I try to download the same url with a autoit script, the script executes until the timeout of inetget. How do I make autoit/inetget accept ssl certificats? thx
w0uter Posted July 6, 2006 Posted July 6, 2006 Tell the sites to get a valid SSL certificate. #include <INet.au3> ConsoleWrite(_INetGetSource("https://www.spamklacht.nl/") & @LF) Works just fine. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
markmark Posted July 6, 2006 Author Posted July 6, 2006 Does this mean there is no way to download a file on a https server with a self signed SSL certificate ? Or would _INetGetSource be able to do that? (I have not been able to quickly test it since I would have to install AutoIt beta first) Thx
w0uter Posted July 6, 2006 Posted July 6, 2006 Maby IE.au3 can mean something for you. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Tim Net Posted May 16, 2009 Posted May 16, 2009 Hello,Did you ever find a solution for using INETGET to a Self Signed SSL site? I am trying the same and can't get INETGET or _INetGetSource() to connect.I also tried using winhttpcertcfg.exe but still no luck.Any guidance on getting an autoit script to connect to a Self Signed SSL certificate site would be appreciated.Thanks,TimHi,I would like to download a file with inetget, the file url starts with https and therefore when I download the url manually, I have to accept an SSL certificate. When I try to download the same url with a autoit script, the script executes until the timeout of inetget.How do I make autoit/inetget accept ssl certificats?thx
Moderators SmOke_N Posted May 16, 2009 Moderators Posted May 16, 2009 Congratulations, you just resurrected a 3 year old post. You'd be better off asking your question in the support forum in your own thread. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now