diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-13 15:32:27 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-18 18:05:55 +0200 |
commit | 3d9543918d33c588ac46326c45b5c332e8df9d01 (patch) | |
tree | 2d0c6a29a94f3f03fa908436d1c3c6b02673ff25 /website | |
parent | 35d898862014f2c7e88024f3eae35db20741c7bb (diff) | |
download | fetchmail-3d9543918d33c588ac46326c45b5c332e8df9d01.tar.gz fetchmail-3d9543918d33c588ac46326c45b5c332e8df9d01.tar.bz2 fetchmail-3d9543918d33c588ac46326c45b5c332e8df9d01.zip |
Add a prominent pointer to c_rehash and FAQ #R14.
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html index fc686d04..dbc3c888 100644 --- a/website/index.html +++ b/website/index.html @@ -42,6 +42,15 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> + <h1>SSL issues after upgrade to 6.3.16 or OpenSSL 1.0.0?</h1> + <p>If your fetchmail upgrade entails an upgrade of the OpenSSL + library to 1.0.0, remember to re-run <kbd>c_rehash + /path/to/certs</kbd>, where the last part is whatever argument + you give to fetchmail's <code>sslcertpath</code> option. Details: + please <a + href="fetchmail-FAQ.html#R14">see fetchmail's FAQ item + R14.</a>.</p> + <h1>NEWS: FETCHMAIL 6.3.16 RELEASE</h1> <p>On 2010-04-06, <a href="http://developer.berlios.de/project/showfiles.php?group_id=1824">fetchmail-6.3.16 |