https://bugzilla.novell.com/show_bug.cgi?id=624425 https://bugzilla.novell.com/show_bug.cgi?id=624425#c26 --- Comment #26 from Gabor Horvath <gahorvath@novell.com> 2012-02-10 09:46:18 UTC --- (In reply to comment #25)
On my laptop I have to repeat the copying of the im.novell.com cert every time I log in.
Is there any way of working around this - possibly with some kind of shell script run on login?
SRV=im.novell.com echo -n | openssl s_client -connect $SRV:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/haze-*/certificates/x509/tls_peers/$SRV You could put this in a script, but empathy has to be running before this is of any use. Then you'll prob have to manually enable/disable the gw account. I don't know if this works, please let me know :) Would adding the CA's certificate to /etc/ssl/certs help this? That'd be something of a more sustainable workaround, provided we can get the CA cert. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.