Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157031 Details for
Bug 244260
root certificates not found
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Naive patch to fix the problem, based on the description found on the project bugzilla
mail-notification-fix-ssl.patch (text/plain), 858 bytes, created by
Benjamin S. Scarlet
on 2007-06-14 19:01:54 UTC
(
hide
)
Description:
Naive patch to fix the problem, based on the description found on the project bugzilla
Filename:
MIME Type:
Creator:
Benjamin S. Scarlet
Created:
2007-06-14 19:01:54 UTC
Size:
858 bytes
patch
obsolete
>diff -rc mail-notification-4.0/src/mn-ssl.c mail-notification-4.0.new/src/mn-ssl.c >*** mail-notification-4.0/src/mn-ssl.c 2007-01-17 09:39:43.000000000 -0500 >--- mail-notification-4.0.new/src/mn-ssl.c 2007-06-14 14:05:27.000000000 -0400 >*************** >*** 49,57 **** > SSL_load_error_strings(); > > ctx = SSL_CTX_new(SSLv23_client_method()); >! if (ctx) > SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); >! else > init_error = g_strdup(mn_ssl_get_error()); > > attempted = TRUE; >--- 49,58 ---- > SSL_load_error_strings(); > > ctx = SSL_CTX_new(SSLv23_client_method()); >! if (ctx) { > SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); >! SSL_CTX_set_default_verify_paths(ctx); >! } else > init_error = g_strdup(mn_ssl_get_error()); > > attempted = TRUE; >Only in mail-notification-4.0.new/src: mn-ssl.c~
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244260
: 157031