URLs: change more http to https
This commit is contained in:

committed by
Jay Satiro

parent
093f9cd38d
commit
b4f595bde4
@@ -41,7 +41,7 @@ then of course using the underlying SSL library multi-threaded and those libs
|
||||
might have their own requirements on this issue. You may need to provide one
|
||||
or two functions to allow it to function properly:
|
||||
.IP OpenSSL
|
||||
http://www.openssl.org/docs/crypto/threads.html#DESCRIPTION
|
||||
https://www.openssl.org/docs/crypto/threads.html#DESCRIPTION
|
||||
|
||||
https://curl.haxx.se/libcurl/c/opensslthreadlock.html
|
||||
.IP GnuTLS
|
||||
|
@@ -40,7 +40,7 @@ compile OpenSSL.
|
||||
|
||||
You'll find more details about cipher lists on this URL:
|
||||
|
||||
http://www.openssl.org/docs/apps/ciphers.html
|
||||
https://www.openssl.org/docs/apps/ciphers.html
|
||||
|
||||
For NSS, valid examples of cipher lists include 'rsa_rc4_128_md5',
|
||||
\'rsa_aes_128_sha\', etc. With NSS you don't add/remove ciphers. If one uses
|
||||
|
Reference in New Issue
Block a user