[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Reverting accidental permanent acceptance of SSL certificate?

From: Philip Martin <philip_at_codematters.co.uk>
Date: Sun, 11 Feb 2018 19:30:04 +0000

Bo Berglund <bo.berglund_at_gmail.com> writes:

> How can I revert this? Is there a client svn command to un-accept a
> certificate? All I find when googling is the opposite, i.e. how to
> accept a certificate...

Use

  svn auth

to see all the stored credentials. Use

  svn auth SOMEPATTERN

to show just those matching SOMEPATTERN. Use

  svn auth --remove SOMEPATTERN

to remove those matching SOMEPATTERN.

-- 
Philip
Received on 2018-02-11 20:30:18 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.