<div dir="ltr"><div><br><br>On Mon, Feb 26, 2018 at 1:33 AM, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>><br>> On Mon, Feb 26, 2018 at 5:16 AM, Vaclav Petras <<a href="mailto:wenzeslaus@gmail.com">wenzeslaus@gmail.com</a>> wrote:<br>> ><br>> > it seems that there is some issue with authentication for Subversion. When I<br>> > try to download source code using `svn checkout` I get "Authentication<br>> > realm: <<a href="https://svn.osgeo.org:443">https://svn.osgeo.org:443</a>> OSGeo Login". This was observed on two<br>> > computers with Ubuntu and I can reproduce that in Docker:<br>> ><br>> > ```<br>> > docker run -it --rm ubuntu<br>> > ```<br>> ><br>> > ...<br>> > A    trunk/lib/raster3d/test/test_raster3d_lib.h<br>> > Authentication realm: <<a href="https://svn.osgeo.org:443">https://svn.osgeo.org:443</a>> OSGeo Login<br>> > Password for 'root':<br>><br>> Why should it request that at all? You can anonymously checkout the<br>> code, can't you?<br><br></div>You should be able, but that's what I can't do.<br><div><div><br>> I just updated all my OSGeo SVN repos I am following, no problem at all.<br><br></div><div>Do you mean on your computer where you entered credentials in past to get write access? That would be the difference. The two computers I mentioned were a fresh install without someone's credentials as well as the Docker test.<br></div><div><br>> Another test, on Fedora 27:<br>><br>> [mneteler@oboe ~ ]$ mkdir bla<br>> [mneteler@oboe ~ ]$ cd bla<br>> [mneteler@oboe bla ]$ svn co <a href="https://svn.osgeo.org/grass/grass-promo">https://svn.osgeo.org/grass/grass-promo</a><br>> A    grass-promo/grasslogo<br>> A    grass-promo/screenshots<br>> A    grass-promo/screenshots/wxpython<br>> A    grass-promo/screenshots/wxpython/location_wizard<br>> A    grass-promo/screenshots/wxpython/general<br>> A    grass-promo/screenshots/wxpython/digitization<br>> A    grass-promo/grassflyer<br>> A    grass-promo/grassflyer/flyer1<br>> A    grass-promo/grassflyer/flyer1/es<br>> A    grass-promo/grasslogo/ascii_logo_bold.svg<br>> A    grass-promo/screenshots/wxpython/digitization/digit-gism.png<br>> ...<br>><br>> It does not ask me to accept the certificate nor should it (IMHO)!<br><br></div><div>It says "The certificate is not issued by a trusted authority". After accepting permanently, it does not ask again as expected.<br></div><div><br>> Maybe some local issue at your end with the certificate introducing<br>> other troubles?<br><br></div><div>No idea, seems independent, but appeared at a similar time (the certificate issue may not happen outside of Docker, not sure).<br></div><div><br>> Or, it was a temporary problem?<br><br></div><div>I can't try the other computers now, but in Docker, I still get the same result:<br></div><div><br>docker run -it --rm ubuntu<br><br>apt update -y<br>apt install -y subversion<br>svn checkout <a href="https://svn.osgeo.org/grass/grass/trunk">https://svn.osgeo.org/grass/grass/trunk</a><br><br>Error validating server certificate for '<a href="https://svn.osgeo.org:443">https://svn.osgeo.org:443</a>':<br> - The certificate is not issued by a trusted authority. Use the<br>   fingerprint to validate the certificate manually!<br>Certificate information:<br> - Hostname: *.<a href="http://osgeo.org">osgeo.org</a><br> - Valid: from Apr 28 00:00:00 2016 GMT until May  1 23:59:59 2019 GMT<br> - Issuer: SSL.com DV CA, <a href="http://www.ssl.com">www.ssl.com</a>, SSL.com, US<br> - Fingerprint: 56:50:0D:63:0F:47:10:92:7A:3A:B5:A9:83:F8:97:92:FE:D6:19:95<br>(R)eject, accept (t)emporarily or accept (p)ermanently?<br>...<br>A    trunk/misc/m.measure/main.c<br>A    trunk/misc/m.cogo/TODO<br>A    trunk/misc/m.cogo/Makefile<br>A    trunk/testsuite/vector/<a href="http://v.in.gps_test.sh">v.in.gps_test.sh</a><br>A    trunk/testsuite/Makefile<br>A    trunk/testsuite/README<br>...<br>Authentication realm: <<a href="https://svn.osgeo.org:443">https://svn.osgeo.org:443</a>> OSGeo Login<br>Password for 'root':<br></div></div></div>