What is the error code?   Sock.LastError and Sock.SSL.LastErrorDesc
 
Are you implying that HTTP DELETE works but HTTPS doesn't?  
Check that your server supports DELETE.  IIRC Apache doesn't support DELETE
without mod_dav or other plugin. Make sure the plugin is enabled in the
config for the https server and write access is correct to the filesystem. 
 
SSL doesn't intervene at the http level. Once the connection is established,
GET, PUT or DELETE is of no relevence to SSL.  It just encrypts the data. 

-----Message d'origine-----
De : Krzysztof [mailto:dib...@wp.pl] 
Envoyé : lundi 9 mai 2011 15:34
À : synalist-public@lists.sourceforge.net
Objet : [Synalist] Wrong HTTPMethod('DELETE') result on SSL


Hi, 


I notify that THTTPSend.HTTPMethod() return always FALSE if method is DELETE
and connection is SSL (ssl_openssl plugin). But after that, everything is ok
(correct result code, headers, body etc). I am using synapse on Free Pascal
(linux ubuntu 64 bit)

Regards

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to