Options

https...

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
edited October 5, 2005 6:25AM in ANTS Load
Hi Danish,

I'm still not sure though... Have you checked that the fully-qualified
domain name in the cert is the same FQDN as the server that you're
connecting to? Just because you can use IE without getting the warning
message doesn't necessarily mean that the FQDNs match because you can
disable this check in Internet Explorer by disabling 'Warn against invalid
site certificates'.

Regards,

Brian Donahue
Red Gate Technical Support

"Danish Hussain" <danish.hussain@ecommlink.com> wrote in message
news:HTSH8uYgEHA.1224@server53...
> How does ANTS handle/work with HTTPS. We have an in-house certificate
that
> we are testing with. It is in the trusted root cert auth within IE.
> Shouldn't ANTS pick that up.
>
> If yes.....then what are we doing wrong. When we allow the site to be
http
> instead of https....ANTS is able to login and browse through the pages.
> Whereas when https is enabled...it never is able to login.
>
> If not.... how do i attach the cert or accept the cert per se within the
> script???
>
> Thanks,
> Danish.
>
>

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi Danish,

    That's an interesting proposition. I suppose the data for all of the
    dropdown list controls is available in the state information, but I don't
    know of a way to reliably retrieve it. It's either encrypted, or obfuscated
    in some way.

    Another thing you could do is to look for HTML source within the
    HttpResponse.Content for creating the dropdowns. There are going to be
    several tags that you could look for like INPUT and OPTION.

    Regards,

    Brian Donahue
    Red Gate Technical Support

    "Danish Hussain" <danish.hussain@ecommlink.com> wrote in message
    news:qRY2jzvhEHA.1528@server53...
    > It is FQDN in both places. We fixed that issue in the beginning of the
    > process with your help....my post regarding that question was a few weeks
    > ago.
    >
    > Still no go. Next question is....I've got a couple of db driven drop down
    > menus, in a hierarchy. Meaning Choosing A in dropdownlist 1 will give me
    > different options in dropdownlist2 than had i chosen B in the initial.
    >
    > Each user has his own set of records that will be populating the lists.
    > With that said...I am trying to write the scripts so they do not need to
    be
    > touched later on. How do I access those properties of the control. Am I
    > allowed to import libraries and objects from the .net framework (document
    > object)????
    >
    > Thanks,
    > Danish.
    >
    >
    > "Brian Donahue (Red Gate)" <brian.donahue@red-gate.com> wrote in message
    > news:Zr#j5e6gEHA.1228@server53...
    > > Hi Danish,
    > >
    > > I'm still not sure though... Have you checked that the
    fully-qualified
    > > domain name in the cert is the same FQDN as the server that you're
    > > connecting to? Just because you can use IE without getting the warning
    > > message doesn't necessarily mean that the FQDNs match because you can
    > > disable this check in Internet Explorer by disabling 'Warn against
    invalid
    > > site certificates'.
    > >
    > > Regards,
    > >
    > > Brian Donahue
    > > Red Gate Technical Support
    > >
    > > "Danish Hussain" <danish.hussain@ecommlink.com> wrote in message
    > > news:HTSH8uYgEHA.1224@server53...
    > > > How does ANTS handle/work with HTTPS. We have an in-house certificate
    > > that
    > > > we are testing with. It is in the trusted root cert auth within IE.
    > > > Shouldn't ANTS pick that up.
    > > >
    > > > If yes.....then what are we doing wrong. When we allow the site to be
    > > http
    > > > instead of https....ANTS is able to login and browse through the
    pages.
    > > > Whereas when https is enabled...it never is able to login.
    > > >
    > > > If not.... how do i attach the cert or accept the cert per se within
    the
    > > > script???
    > > >
    > > > Thanks,
    > > > Danish.
    > > >
    > > >
    > >
    > >
    >
    >
  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Just as a note, we do have a fix that we can send if you decide to run SSL tests with expired/invalid certificates. This will also be implemented in a future version of ANTS Load. We will allow you to use any installed certificate regardless of validity.
This discussion has been closed.