unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36199: Newsboat: HTTPS urls broken
@ 2019-06-13 23:46 Robert Smith
  2019-06-14 17:36 ` Giovanni Biscuolo
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Smith @ 2019-06-13 23:46 UTC (permalink / raw)
  To: 36199

Version information: (from `newsboat --version`)

newsboat 2.13.0
System: Linux 5.1.7-gnu (x86_64)
Compiler: g++ 5.5.0
ncurses: ncurses 6.1.20180127 (compiled with 6.1)
libcurl: libcurl/7.65.0 GnuTLS/3.6.5 zlib/1.2.11 libidn2/2.0.5 
nghttp2/1.35.1 (compiled with 7.63.0)
SQLite: 3.26.0 (compiled with 3.24.0)
libxml2: compiled with 2.9.8

Currently only http feeds are successfully being resolved, all https
feeds fail the SSL verification. I am using the Guix System, and no
other program (web browsers, etc.) exibits this behavior.

An example of the specific error given:
"Error while retrieving https://xkcd.com/rss.xml: SSL peer certificate 
or SSH remote key was not OK"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#36199: Newsboat: HTTPS urls broken
  2019-06-13 23:46 bug#36199: Newsboat: HTTPS urls broken Robert Smith
@ 2019-06-14 17:36 ` Giovanni Biscuolo
  2019-06-14 18:17   ` Robert Smith
  0 siblings, 1 reply; 6+ messages in thread
From: Giovanni Biscuolo @ 2019-06-14 17:36 UTC (permalink / raw)
  To: Robert Smith, 36199

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

Hello Robert,

Robert Smith <robertsmith@posteo.net> writes:

[...]

> An example of the specific error given:
> "Error while retrieving https://xkcd.com/rss.xml: SSL peer certificate 
> or SSH remote key was not OK"

Please can you confirm you followed the instructions to install X.509
Certificates?

on foreign distros:
https://www.gnu.org/software/guix/manual/en/html_node/Application-Setup.html#X_002e509-Certificates-1

on Guix System:
https://www.gnu.org/software/guix/manual/en/html_node/X_002e509-Certificates.html#X_002e509-Certificates

Thanks! Gio'.

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#36199: Newsboat: HTTPS urls broken
  2019-06-14 17:36 ` Giovanni Biscuolo
@ 2019-06-14 18:17   ` Robert Smith
  2019-06-24  8:14     ` Giovanni Biscuolo
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Smith @ 2019-06-14 18:17 UTC (permalink / raw)
  To: Giovanni Biscuolo <g@xelera.eu>

Hi Giovanni,

> Please can you confirm you followed the instructions to install X.509
> Certificates?

Yes, I have nss-certs included in the packages field of the OS 
declaration.
I tried explicitly installing it for my user account but it did not 
affect the
bug at all.

> Thanks! Gio'.

Thank you for responding!

-Robert

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#36199: Newsboat: HTTPS urls broken
  2019-06-14 18:17   ` Robert Smith
@ 2019-06-24  8:14     ` Giovanni Biscuolo
  2019-07-09 13:09       ` Robert Smith
  0 siblings, 1 reply; 6+ messages in thread
From: Giovanni Biscuolo @ 2019-06-24  8:14 UTC (permalink / raw)
  To: Robert Smith, 36199


[-- Attachment #1.1: Type: text/plain, Size: 815 bytes --]

Hello Robert,

Robert Smith <robertsmith@posteo.net> writes:

> Yes, I have nss-certs included in the packages field of the OS 
> declaration.
> I tried explicitly installing it for my user account but it did not 
> affect the
> bug at all.

OK, so I finally was able to test newsboat (I do not use it usually)

This is my current Guix generation (on foreign distro):

--8<---------------cut here---------------start------------->8---
Generation 26	Jun 20 2019 17:35:43	(current)
  guix ace8e26
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: ace8e269a40b31a9c6f413c0674529880da6a48e
--8<---------------cut here---------------end--------------->8---

I installed newsboat, imported (`newsboat -i ~/Desktop/test.opml`) a few
test feeds in opml:


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

[-- Attachment #2: test.opml --]
[-- Type: application/octet-stream, Size: 653 bytes --]

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>rss2email OPML export</title>
</head>
<body>
<outline type="rss" text="GNUnet" xmlUrl="https://gnunet.org/rss.xml"/>
<outline type="rss" text="GuixSD_blog" xmlUrl="https://www.gnu.org/software/guix/feeds/blog.atom"/>
<outline type="rss" text="guix-hpc" xmlUrl="https://guix-hpc.bordeaux.inria.fr/blog/feed.xml"/>
<outline type="rss" text="fsf-news" xmlUrl="https://static.fsf.org/fsforg/rss/news.xml"/>
<outline type="rss" text="fsf-blogs" xmlUrl="https://static.fsf.org/fsforg/rss/blogs.xml"/>
<outline type="rss" text="xkcd" xmlUrl="https://xkcd.com/rss.xml"/>
</body>
</opml>

[-- Attachment #3: Type: text/plain, Size: 312 bytes --]


and then started `newsboat`: I was able to fetch and read all the https
feeds I imported

Can you plase confirm you still get this error?

If so, what's your current guix generation and plase attach an
opmlexport containing the offending URL(s)?

Thanks! Gio'.

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#36199: Newsboat: HTTPS urls broken
  2019-06-24  8:14     ` Giovanni Biscuolo
@ 2019-07-09 13:09       ` Robert Smith
  2019-07-12 17:03         ` Giovanni Biscuolo
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Smith @ 2019-07-09 13:09 UTC (permalink / raw)
  To: Giovanni Biscuolo; +Cc: 36199

Giovanni,

Thank you for following through with this issue!
Today I tried newsboat for the first time since my last
email and I was surprised to find that the issue has been
completely fixed. Thanks again for your help!

-Robert

On 24.06.2019 10:14, Giovanni Biscuolo wrote:
> Hello Robert,
> 
> Robert Smith <robertsmith@posteo.net> writes:
> 
>> Yes, I have nss-certs included in the packages field of the OS
>> declaration.
>> I tried explicitly installing it for my user account but it did not
>> affect the
>> bug at all.
> 
> OK, so I finally was able to test newsboat (I do not use it usually)
> 
> This is my current Guix generation (on foreign distro):
> 
> --8<---------------cut here---------------start------------->8---
> Generation 26	Jun 20 2019 17:35:43	(current)
>   guix ace8e26
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: ace8e269a40b31a9c6f413c0674529880da6a48e
> --8<---------------cut here---------------end--------------->8---
> 
> I installed newsboat, imported (`newsboat -i ~/Desktop/test.opml`) a 
> few
> test feeds in opml:
> 
> 
> 
> and then started `newsboat`: I was able to fetch and read all the https
> feeds I imported
> 
> Can you plase confirm you still get this error?
> 
> If so, what's your current guix generation and plase attach an
> opmlexport containing the offending URL(s)?
> 
> Thanks! Gio'.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#36199: Newsboat: HTTPS urls broken
  2019-07-09 13:09       ` Robert Smith
@ 2019-07-12 17:03         ` Giovanni Biscuolo
  0 siblings, 0 replies; 6+ messages in thread
From: Giovanni Biscuolo @ 2019-07-12 17:03 UTC (permalink / raw)
  To: Robert Smith; +Cc: 36199-done

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

Robert,

Robert Smith <robertsmith@posteo.net> writes:

[...]

> Today I tried newsboat for the first time since my last
> email and I was surprised to find that the issue has been
> completely fixed.

Glad you resolved this, I'm closing this bug now.

> Thanks again for your help!

You are wellcome!

Happy Guix! Gio'


-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-12 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13 23:46 bug#36199: Newsboat: HTTPS urls broken Robert Smith
2019-06-14 17:36 ` Giovanni Biscuolo
2019-06-14 18:17   ` Robert Smith
2019-06-24  8:14     ` Giovanni Biscuolo
2019-07-09 13:09       ` Robert Smith
2019-07-12 17:03         ` Giovanni Biscuolo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).