Re: nsIChannel for internal domains

2009-06-30 Thread MAK
the server certificate > at this point. > > I couldn't find information about when http-on-examine-response was > introduced, but it was definitely earlier than nsITraceableChannel. > > Peter > > On Jun 29, 4:29 am, MAK wrote: > > > > > Thankx a lot Peter

Re: nsIChannel for internal domains

2009-06-29 Thread MAK
aceablechannel-interc... > > Note that nsITraceableChannel was introduced in Firefox 3.0.3..  For > earlier versions, I don't know if there is a way to get the > nsISSLStatus.  From what I can see in the Firefox source code, only > the module that initiated the HTTPS

Re: nsIChannel for internal domains

2009-06-25 Thread MAK
bserver listener and, in the > OnStartRequest() callback, use the nsISSLStatus interface to access > the certificate. > > I hope this helps. > > Best Regards, > Peter Djalaliev > > On Jun 25, 12:50 am, MAK wrote: > > > > > Hi all, > > >    My

nsIChannel for internal domains

2009-06-24 Thread MAK
Hi all, My requirement is to fetch a website's SSL server certificate. For this I need the nsIChannel, so that I can use the securityInfo option. I need to fetch nsIChannel for a websites internal domains too. For example, I have a website A and within that you may have requests to another