No, it's still not working.
I used Spring's RestTemplate to post request to the ssl endpoing. Here is the debugging information.
Setting request Accept header to [text/plain, application/json, application/*+json, */*]
Writing [{v=[1], tid=[UA-xxxxyyyy-3], cid=[4a8a08f0-9d37-3737-9564-9038408b5f33], dl=[
http://www.xxx.com/test], cd1=[31.13.82.18], t=[event], ec=[cat], ea=[action], el=[label]}] using [org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter@19881f0]
Reading [java.lang.String] as "image/gif" using [org.springframework.http.converter.StringHttpMessageConverter@7afcba]
I post the following parameters (in the exact following order)
v=1
tid=UA-xxxxyyyy-3 (just replaced xxxxyyyy to the real id)
cid=4a8a08f0-9d37-3737-9564-9038408b5f33
cd1=31.13.82.18
t=event
ec=cat
ea=action
el=label
Boy