You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Stefan Topfstedt (JIRA)" <ji...@apache.org> on 2010/11/30 01:23:10 UTC

[jira] Created: (CMIS-289) need to be able to set additional cURL options

need to be able to set additional cURL options
----------------------------------------------

                 Key: CMIS-289
                 URL: https://issues.apache.org/jira/browse/CMIS-289
             Project: Chemistry
          Issue Type: Improvement
          Components: cmis-phplib
            Reporter: Stefan Topfstedt
         Attachments: addl_curl_opts.patch

it would be good to be able to set additional cURL options, e.g. to set CURLOPT_SSL_VERIFYPEER to FALSE in order to suppress certificate verification. 
right now, that's not possible without hacking the "doRequest()" method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CMIS-289) need to be able to set additional cURL options

Posted by "Stefan Topfstedt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Topfstedt updated CMIS-289:
----------------------------------

    Attachment: addl_curl_opts.patch

please see attached patch for a possible solution.

> need to be able to set additional cURL options
> ----------------------------------------------
>
>                 Key: CMIS-289
>                 URL: https://issues.apache.org/jira/browse/CMIS-289
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: cmis-phplib
>            Reporter: Stefan Topfstedt
>         Attachments: addl_curl_opts.patch
>
>
> it would be good to be able to set additional cURL options, e.g. to set CURLOPT_SSL_VERIFYPEER to FALSE in order to suppress certificate verification. 
> right now, that's not possible without hacking the "doRequest()" method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CMIS-289) need to be able to set additional cURL options

Posted by "Stefan Topfstedt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Topfstedt updated CMIS-289:
----------------------------------

    Status: Patch Available  (was: Open)

see attachment.

> need to be able to set additional cURL options
> ----------------------------------------------
>
>                 Key: CMIS-289
>                 URL: https://issues.apache.org/jira/browse/CMIS-289
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: cmis-phplib
>            Reporter: Stefan Topfstedt
>         Attachments: addl_curl_opts.patch
>
>
> it would be good to be able to set additional cURL options, e.g. to set CURLOPT_SSL_VERIFYPEER to FALSE in order to suppress certificate verification. 
> right now, that's not possible without hacking the "doRequest()" method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CMIS-289) need to be able to set additional cURL options

Posted by "Richard McKnight (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CMIS-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985166#action_12985166 ] 

Richard McKnight commented on CMIS-289:
---------------------------------------

I have applied the patch provided

> need to be able to set additional cURL options
> ----------------------------------------------
>
>                 Key: CMIS-289
>                 URL: https://issues.apache.org/jira/browse/CMIS-289
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: cmis-phplib
>            Reporter: Stefan Topfstedt
>         Attachments: addl_curl_opts.patch
>
>
> it would be good to be able to set additional cURL options, e.g. to set CURLOPT_SSL_VERIFYPEER to FALSE in order to suppress certificate verification. 
> right now, that's not possible without hacking the "doRequest()" method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.