Re: [Dev] Using curl to get http response code from SSL

2016-06-15 Thread Abhishek Tiwari
Hi Dilan, Thanks for your prompt response. Specifying --insecure did the trick. Thanks Cheers, Abhishek On Wed, Jun 15, 2016 at 12:32 PM, Dilan Udara Ariyaratne wrote: > HI Abishek, > > If I understand your problem correctly, seems like you are trying to > access simply an

Re: [Dev] Using curl to get http response code from SSL

2016-06-15 Thread Dilan Udara Ariyaratne
HI Abishek, If I understand your problem correctly, seems like you are trying to access simply an HTTPS endpoint from curl. Have you used curl with -k (or --insecure) option?, so that you can turn off curl's verification for server-side SSL certificates. Cheers, Dilan. *Dilan U. Ariyaratne*

[Dev] Using curl to get http response code from SSL

2016-06-15 Thread Abhishek Tiwari
Hi All, I am trying to get HTTP response code from carbon server running in docker container. The server runs on SSL with URL as https://172.16.0.2:9443/. Currently, the response returned is 000 (client abort). Has anyone encountered this issue? Cheers, Abhishek