Skip to content

Commit

Permalink
more relaxed verification of SSL chains, COUCHDB-840
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@980270 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
kocolosk committed Jul 29, 2010
1 parent 5accdbd commit 4a34358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibrowse/ibrowse_http_client.erl
Expand Up @@ -119,7 +119,7 @@ init(#url{host=Host, port=Port, protocol=Protocol}) ->
host = Host,
port = Port,
is_ssl = (Protocol == https),
ssl_options = [{ssl_imp, new}]
ssl_options = [{ssl_imp, new}, {depth, 9}]
},
put(ibrowse_trace_token, [Host, $:, integer_to_list(Port)]),
put(my_trace_flag, ibrowse_lib:get_trace_status(Host, Port)),
Expand Down

0 comments on commit 4a34358

Please sign in to comment.