Modify

Opened 18 years ago

Closed 17 years ago

#408 closed Bug (Completed)

inetGet will not download from https with bad certificate

Reported by: bart.wical@… Owned by: Valik
Milestone: 3.3.1.0 Component: AutoIt
Version: 3.2.12.0 Severity: Blocking
Keywords: https Cc:

Description

https://www.fnmoc.navy.mil/ww3_cgi/dynamic/ww3.b.spac.sig_wav_ht.000.gif

Gives a certificate error in IE7, but I can download the file with DotNet. I prefer to use AutoIt

$rc = InetGet("https://www.fnmoc.navy.mil/ww3_cgi/dynamic/ww3.b.spac.sig_wav_ht.000.gif","c:\spac.gif");,1,1)

MsgBox(0,"Result", $rc)
MsgBox(0, "Bytes read", @InetGetBytesRead)

Attachments (0)

Change History (3)

comment:1 by Jon, 18 years ago

Owner: set to Jon
Status: newassigned

We'll add a flag to ignore cert errors.

comment:2 by Valik, 17 years ago

Owner: changed from Jon to Valik
Severity: NoneBlocking

This needs addressed before the next beta is released. Setting the blocking flag to reflect that. The reason I'm setting this as blocking is because InetGet() needs re-written to support this. Re-writing InetGet() means some unreleased proxy-related code also gets re-written. I would rather user's not test the proxy-related code I that I know is going to just get re-written.

comment:3 by Valik, 17 years ago

Milestone: 3.3.1.0
Resolution: Completed
Status: assignedclosed

Added in version: 3.3.1.0

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.