diff options
author | Fredrik Gustafsson <[email protected]> | 2013-03-25 14:27:58 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-25 14:27:58 +0100 |
commit | c43a6ef57aa29efda944c0cf9c4d10f28feeb929 (patch) | |
tree | 4304d916b6d3c04597d0da90b32f2f84d5cc4260 /lib/ssl/src/ssl_connection.erl | |
parent | da12f246a95df3f6346f8bf9e741d139e4a60f4a (diff) | |
download | otp-c43a6ef57aa29efda944c0cf9c4d10f28feeb929.tar.gz otp-c43a6ef57aa29efda944c0cf9c4d10f28feeb929.tar.bz2 otp-c43a6ef57aa29efda944c0cf9c4d10f28feeb929.zip |
Added comment about proxy certificates
Diffstat (limited to 'lib/ssl/src/ssl_connection.erl')
-rw-r--r-- | lib/ssl/src/ssl_connection.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl_connection.erl b/lib/ssl/src/ssl_connection.erl index 2ac5e8ebb2..4f241ecc0a 100644 --- a/lib/ssl/src/ssl_connection.erl +++ b/lib/ssl/src/ssl_connection.erl @@ -1151,6 +1151,8 @@ init_certificates(undefined, CertDbRef, CertDbHandle, FileRefHandle, PemCacheHan init_certificates(undefined, CertDbRef, CertDbHandle, FileRefHandle, PemCacheHandle, CacheHandle, CertFile, client) -> try + %% Ignoring potential proxy-certificates see: + %% http://dev.globus.org/wiki/Security/ProxyFileFormat [OwnCert|_] = ssl_certificate:file_to_certificats(CertFile, PemCacheHandle), {ok, CertDbRef, CertDbHandle, FileRefHandle, PemCacheHandle, CacheHandle, OwnCert} catch _Error:_Reason -> |