Opened 18 years ago
Closed 17 years ago
#408 closed Bug (Completed)
inetGet will not download from https with bad certificate
| Reported by: | 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 , 18 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Severity: | None → Blocking |
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 , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Resolution: | → Completed |
| Status: | assigned → closed |
Added in version: 3.3.1.0

We'll add a flag to ignore cert errors.