[Bug 844204] New: perl-IO-Socket-SSL: SSL_ca_path wrong
https://bugzilla.novell.com/show_bug.cgi?id=844204 https://bugzilla.novell.com/show_bug.cgi?id=844204#c0 Summary: perl-IO-Socket-SSL: SSL_ca_path wrong Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: dlovasko@suse.com ReportedBy: aj@suse.com QAContact: qa-bugs@suse.de CC: coolo@suse.com Found By: Product Management Blocker: --- The following code will not work if I remove the SSL_ca_path argument - it worked before with it. I added the SSL_ca_path since strace showed me accessing of wrong paths: my $imap = Mail::IMAPClient->new( User => 'aj', Password => $pass, Socket => IO::Socket::SSL->new( Proto => 'tcp', PeerAddr => 'imap.suse.de', SSL_ca_path => '/etc/ssl/certs', PeerPort => 993, # IMAP over SSL standard port ), ) or die "Connect failed $@\n"; With openSUSE 12.3, setting SSL_ca_path was not necessary it was by default setup correctly. Seems that the value has changed ;( -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=844204 https://bugzilla.novell.com/show_bug.cgi?id=844204#c Ye Yuan <yyuan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tcech@suse.com |anicka@suse.com -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=844204 Michal Marek <mmarek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|anicka@suse.com |vcizek@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com