Posted by mathbouq on September 1, 2011 at 10:19am
3 followers
Jump to:
| Project: | Webform2Sugar: Capture webform result as new leads in SugarCRM |
| Version: | 7.x-4.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
It is impossible to create a lead when our SugarCRM instance is accessed through https (form validated, no error on Drupal, but nothing is created in SugarCRM).
After removing the SSL and accessing SugarCRM through http only, leads are created normally.
SugarCRM 6.2.0 (Build 6354)
Drupal 7.7
Webform2Sugar 7.x-4.0-beta2
php compiled with OpenSSL support (as this info was asked for but not given in a previous, similar bug report)
Comments
#1
Has anyone ever experienced or managed to reproduce this issue?
#2
I am unable to duplicate this as I do not use ssl, and I am not sure I am prepared to support ssl officially.
In going over the code, I did notice that the campaign id is being sent as a request parameter while the rest of the data is being posted.
I modified this behavior so that ALL parameters are being sent as post parameters, but was not able to test ssl functionality.
Tested that this does NOT break standard functionality.
Feel free to try the latest dev to see if this fixes the ssl problem.
I will adjust documentation to state that ssl is experimental and is not supported.