On Tuesday, July 29, 2025 10:50:06 AM Eastern Daylight Time gagan tiwari wrote:
> Hi John,
>                        Thanks for reply!
> 
> curl seems to be working fine.  Here is output of the command :-
> 
>  curl https://download.ceph.com
> <html>
> <head><title>Index of /</title></head>
> <body>
> <h1>Index of /</h1><hr><pre><a href="../">../</a>
> <a href="archive/">archive/</a>
> 13-Nov-2024 03:25                   -
> <a href="calamari/">calamari/</a>
>  29-Oct-2015 18:40                   -
> <a href="ceph-iscsi/">ceph-iscsi/</a>
>  22-May-2024 03:18                   -
> <a href="cephmetrics/">cephmetrics/</a>
>   29-Jun-2017 22:07                   -
> <a href="cloudinit/">cloudinit/</a>
> 11-Aug-2020 14:47                   -
> <a href="debian-15.1.0/">debian-15.1.0/</a>
>     13-Mar-2020 22:19                   -
> <a href="debian-15.1.1/">debian-15.1.1/</a>
>     13-Mar-2020 22:21                   -
> <a href="debian-15.2.0/">debian-15.2.0/</a>
>     23-Mar-2020 22:43                   -
> <a href="debian-15.2.1/">debian-15.2.1/</a>
>     09-Apr-2020 16:11                   -
> <a href="debian-15.2.10/">debian-15.2.10/</a>
>      18-Mar-2021 13:41                   -
> <a href="debian-15.2.11/">debian-15.2.11/</a>
>      19-Apr-2021 22:17                   -
> <a href="debian-15.2.12/">debian-15.2.12/</a>
>      13-May-2021 23:06                   -
> <a href="debian-15.2.13/">debian-15.2.13/</a>
>      26-May-2021 22:26                   -
> <a href="debian-15.2.14/">debian-15.2.14/</a>
>      05-Aug-2021 21:32                   -
> <a href="debian-15.2.15/">debian-15.2.15/</a>
>      20-Oct-2021 18:33                   -
> <a href="debian-15.2.16/">debian-15.2.16/</a>
>      01-Mar-2022 12:18                   -
> <a href="debian-15.2.17/">debian-15.2.17/</a>
>      09-Aug-2022 20:59
> 
> 
> I have tried  to install the latest version of squid 19.2.3 and 19.2.2.
> Facing the same SSL issue with both versions.
> 
> Thanks,
> Gagan
> 

It dawns on me that curl might not be the best test as I think it can use a 
different cert bundle by default.

Does this command fail the same way as cephadm?
```
python3 -c 'import urllib.request; 
print(len(urllib.request.urlopen("https://download.ceph.com";).read()))'
```


PS. Please keep the list CC'ed. We want others to be able to help as well and 
keep a record of what was discussed.

_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to