GNU bug report logs -
#35969
proxy + excorporate -> Failed: Failed to retrieve https://outlook.office365.com/EWS/Services.wsdl
Previous Next
Reported by: "tenspd137 ." <dcday137 <at> gmail.com>
Date: Tue, 28 May 2019 22:26:02 UTC
Severity: normal
Found in version 26.2
Done: Thomas Fitzsimmons <fitzsim <at> fitzsim.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Jun 14 2019, Thomas Fitzsimmons <fitzsim <at> fitzsim.org> wrote:
> diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
> index 00803a103a..723d111d58 100644
> --- a/lisp/url/url-http.el
> +++ b/lisp/url/url-http.el
> @@ -329,7 +329,10 @@ url-http-create-request
> ;; The request
> (or url-http-method "GET") " "
> (url-http--encode-string
> - (if using-proxy (url-recreate-url url-http-target-url) real-fname))
> + (if (and using-proxy
> + (not (equal "https" (url-type url-http-target-url))))
> + (url-recreate-url url-http-target-url)
> + real-fname))
That should already be handled by commit 84613dae5c.
Andreas.
--
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
This bug report was last modified 5 years and 364 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.