Hello all,

I am new in using the libcurl, and I would like to make a secured tunnel 
through a proxy.
But before, I would like to be sure that it is possible to make one using 
libcurl.

I have seen that it exists the option CURLOPT_HTTPPROXYTUNNEL.
Would it be sufficient to configure curl with the following options too make my 
tunnel secure ?


  *   CURLOPT_HTTPPROXYTUNNEL = 1L
  *   CURLOPT_PROXYTYPE=CURLPROXY_HTTPS
  *   CURLOPT_PROXY_SSLCERT
  *   CURLOPT_PROXY_SSLCERTTYPE
  *   CURLOPT_PROXY_SSLKEY
  *   CURLOPT_PROXY_SSLKEYTYPE
  *   CURLOPT_PROXY_CAPATH
  *   CURLOPT_PROXY_SSL_CIPHER_LIST

Are all these options enough ?

Best regards,
Gael GUEGAN
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to