up vote 1 down vote favorite
share [g+] share [fb]

Both 9.xx and 10.xx versions rerequesting proxy auth after program restart. Login and password inputs already filled so I need just click OK button... but I need to do this for every TAB few times.

How can I stop it? In IE and firefox everything is fine.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Opera seems to have a problem with NTLM (Windows authentication) proxy servers.

This seems to be a common workaround: NTLMAPS
And it's described here.

NTLMAPS is a little proxy server which you run on your PC; it sits between Opera (once you configure Opera to use it) and your Windows auth proxy server, and handles the NTLM authentication which Opera cannot yet do.

link|improve this answer
Lol. Python + nanoproxy to solve tiny bug ) But it works. Thanks. – pukipuki Mar 10 '10 at 17:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.