Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Markdownism fixes in previous |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3982569195e051838aa78020766aef8e |
| User & Date: | wyoung 2019-01-28 19:59:27.279 |
Context
|
2019-01-28
| ||
| 20:59 | Mention the "worktree" git command in the Fossil-versus-Git document. ... (check-in: af91e0575e user: drh tags: trunk) | |
| 19:59 | Markdownism fixes in previous ... (check-in: 3982569195 user: wyoung tags: trunk) | |
| 19:58 | Noted that linking Fossil to an OpenSSL built from source opens the user to the "no root certs" problem previously solved in www/ssl.wiki. ... (check-in: c563be1552 user: wyoung tags: trunk) | |
Changes
Changes to www/ssl.wiki.
| ︙ | ︙ | |||
153 154 155 156 157 158 159 |
point Fossil at it like so:
<pre>
fossil set --global ssl-ca-location /path/to/cacert.pem
</pre>
This can also happen if you've linked Fossil to a version of OpenSSL
| | | | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 |
point Fossil at it like so:
<pre>
fossil set --global ssl-ca-location /path/to/cacert.pem
</pre>
This can also happen if you've linked Fossil to a version of OpenSSL
[#openssl-src|built from source]. That same <tt>cacert.pem</tt> fix can
work in that case, too.
When you build Fossil on Linux platforms against the binary OpenSSL
package provided with the OS, you typically get a root cert store along
with the platform OpenSSL package, either built-in or as a hard
dependency.
|
| ︙ | ︙ |