Changeset 8292
- Timestamp:
- 27/10/14 17:24:30 (6 years ago)
- Location:
- trunk/MyProxyWebService/myproxy/ws/client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MyProxyWebService/myproxy/ws/client/myproxy-ws-get-trustroots.sh
r8127 r8292 77 77 78 78 # Post request to MyProxy web service 79 response=$(curl $uri --sslv3$ca_arg -w " %{http_code}" -s -S)79 response=$(curl $uri $ca_arg -w " %{http_code}" -s -S) 80 80 responsemsg=$(echo "$response"|sed '$s/ *\([^ ]* *\)$//') 81 81 responsecode=$(echo $response|awk '{print $NF}') -
trunk/MyProxyWebService/myproxy/ws/client/myproxy-ws-logon.sh
r8127 r8292 104 104 encoded_certreq=$(cat $certreqfilepath|sed s/+/%2B/g) 105 105 106 response=$(curl $uri - -sslv3 -u $username:$password --data "certificate_request=$encoded_certreq" --capath $cadir -w " %{http_code}" -s -S)106 response=$(curl $uri -u $username:$password --data "certificate_request=$encoded_certreq" --capath $cadir -w " %{http_code}" -s -S) 107 107 108 108 responsemsg=$(echo "$response"|sed '$s/ *\([^ ]* *\)$//')
Note: See TracChangeset
for help on using the changeset viewer.