Modify

Opened 16 years ago

Closed 15 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 Changed 16 years ago by Jon

  • Owner set to Jon
  • Status changed from new to assigned

We'll add a flag to ignore cert errors.

comment:2 Changed 15 years ago by Valik

  • Owner changed from Jon to Valik
  • Severity changed from None to 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 Changed 15 years ago by Valik

  • Milestone set to 3.3.1.0
  • Resolution set to Completed
  • Status changed from assigned to closed

Added in version: 3.3.1.0

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.