php - curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to domain.com:443 -


i'm hitting curl on ubuntu terminal , getting response curl: (35) openssl ssl_connect: ssl_error_syscall in connection domain.com:443 . can't understand why happens. tried show curl's error number did not revert no. hitting server. below command :

./curl -i --tlsv1.2 -kv -h "content-type: application/xml" --verbose -x post --data /var/www/html/xml.xml --cacert /root/curl_ssl/curl-7.54.1/src/cert_org.crt domain.com/otp 

please suggest help.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -