Re: Setting Up Proxy Server Authentication
Wayne Scott <[email protected]>
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
From: Pankaj DHINGRA <[email protected]> > We have installed Bitkeeper on a Windows 2000 that is behind a > firewall requiring user name and passwd to be entered when accessing > http. We configured the environment to pick up the proxy server: > > set http_proxy=<proxy address> > > and then run the commands at this step > > We were expecting request for a username/passwd as the proxy server > will not allow access without such auditing. Please explain what is > happening here and how we might configure bitkeeper to allow entry of > proxy username/passwd. I would need some more information about your firewall. If it using the standard basic authentication you can set http_proxy like: http_proxy=http://[<user>:<pass>@]<host>:<port>/ as described in 'bk help url'. However there are several "microsoft-only" firewalls that don't use the standards. We don't support all of those. -Wayne _______________________________________________ Bitkeeper-users mailing list [email protected] http://bitmover.com/mailman/listinfo/bitkeeper-users To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page.