Re: [openssl-users] ssl connect failed

2016-05-11 Thread Short, Todd
There are ALPN/NPN callbacks that need to be set. Documentation was added recently to 1.0.2: https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_alpn_select_cb.html -- -Todd Short // tsh...@akamai.com // "One if by land, two if by sea, three if by the Internet." On

Re: [openssl-users] ssl connect failed

2016-04-20 Thread james sqawz
Hi all, I want to add two extension field in CLIENT HELLO request. Extension: next protocol negotiation Extension:application layer protocol negotiation For that purpose which API/function of openssl I will call? Thanks Pranab On Mon, Apr 18, 2016 at 6:16 PM, james sqawz

Re: [openssl-users] ssl connect failed

2016-04-18 Thread danigrosu
Hi. Are you using the Apache server? On 18 April 2016 at 14:46, james sqawz [via OpenSSL] < ml-node+s6102n65566...@n7.nabble.com> wrote: > Hi all, > > Thanks for the providing the forum for discussion on TLS/OPENSSL related > issue. > > I am very new to openssl. > > Currently I am trying to

[openssl-users] ssl connect failed

2016-04-18 Thread james sqawz
Hi all, Thanks for the providing the forum for discussion on TLS/OPENSSL related issue. I am very new to openssl. Currently I am trying to implement HTTP over TLS.(TLS Version 1.2) For that purpose I send connect request to the server,but connection is getting failed. Following fields are