I wrote a CMS exec to send an http post request using the tcpclient pipe
stage.

When I use port 80 everything works as expected.  I get the http response
and so on.

If I change to use port 443 and specify the secure getsecinfo options, the
request goes to the web server, the secinfo data shows tls1.2 was
negotiated ok, the web server log shows the post request complete, but
tcpclient doesn’t output any of the https response. I get “0 socket closed”.

Any suggestions for what to look at? I can explain why one works and the
other not.  🙁

Reply via email to