Re: connect to https unpossible. Please help.

2005-10-21 Thread Tim Roberts
Mark Delon [EMAIL PROTECTED] wrote: i want to log via python script to https page: 'https://brokerjet.ecetra.com/at/' # But it does not work. I am using following code(see below) Has somebody any ideas? How can I get to this https page? Need I to know some infos from provider(certificates,

Re: connect to https unpossible. Please help.

2005-10-21 Thread Mark Delon
= r.readlines() g = open(test.html,w) g.writelines(h) g.close() os.system(test.html) Thans realy for all ideas! sincerely mark --- Ursprüngliche Nachricht --- Von: Tim Roberts [EMAIL PROTECTED] An: python-list@python.org Betreff: Re: connect to https unpossible. Please help. Datum: Fri, 21 Oct 2005

connect to https unpossible. Please help.

2005-10-19 Thread Mark Delon
Hi, i want to log via python script to https page: 'https://brokerjet.ecetra.com/at/' # But it does not work. I am using following code(see below) Has somebody any ideas? How can I get to this https page? Need I to know some infos from provider(certificates, etc)? Thank u very much !