Hi,
I would like to fetch the articles of a https RSS flux which needs
credentials using Gnus. I tried the traditional method, but I receive
something like
https: protocol unsupported
Is it possible or am I again asking for something which is really
impossible?
Thanks!
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkr7PTcACgkQM0LLzLt8MhxobQCfUksJbYX/MvO1t4EIYrBq5tTd
7AoAn2bNYVrCbmjMudSSr2CrB7RkfLoX
=d38C
-----END PGP SIGNATURE-----
ML> I would like to fetch the articles of a https RSS flux which needs
ML> credentials using Gnus. I tried the traditional method, but I receive
ML> something like
ML> https: protocol unsupported
ML> Is it possible or am I again asking for something which is really
ML> impossible?
The url package is used to get HTTP and HTTPS resources. Look at the
end of url-http.el, where there is a macro that defines the HTTPS
methods. Basically it's a (let ((url-gateway-method 'tls)) around the
regular methods. So do toggle-debug-on-error and see where the error
is. If you can reduce it to a single url call, so much the better, but
it may be inside nnrss.el after all.
Thanks
Ted
Ted Zlatanov <t...@lifelogs.com> writes:
> ML> I would like to fetch the articles of a https RSS flux which needs
> ML> credentials using Gnus. I tried the traditional method, but I receive
> ML> something like
> ML> https: protocol unsupported
>
> ML> Is it possible or am I again asking for something which is really
> ML> impossible?
>
> The url package is used to get HTTP and HTTPS resources. Look at the
> end of url-http.el, where there is a macro that defines the HTTPS
> methods. Basically it's a (let ((url-gateway-method 'tls)) around the
> regular methods. So do toggle-debug-on-error and see where the error
> is. If you can reduce it to a single url call, so much the better, but
> it may be inside nnrss.el after all.
Thanks.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkr8fhoACgkQM0LLzLt8MhzW9gCfR2jZCSvhBk0DoEYx3pa9Vloo
5dkAn28LaSUEcxE1kOU4bnOC5o2K/JUc
=8BJv
-----END PGP SIGNATURE-----