Re: [openssl-users] How do I connect to this server

2017-04-24 Thread Jakob Bohm
It can also be done with s_client, just include the encoded username and password in the appropriate HTTP/1.1 headers supplied as input to s_client, then look at the HTTP/1.1 headers and other data in the output from s_client. On 23/04/2017 04:42, warron.french wrote: I know that this is a TLS

Re: [openssl-users] How do I connect to this server

2017-04-24 Thread Matt Caswell
On 24/04/17 13:52, Jeff Archer wrote: >>> https://username:passw...@server.com >>> How do I specify this username and password when using SSL_connect()? >> >>You don't. That stuff is at the protocol level about TLS/SSL. > > OK. Let me try to rephrase my

Re: [openssl-users] How do I connect to this server

2017-04-24 Thread Jeff Archer
>> https://username:passw...@server.com >> How do I specify this username and password when using SSL_connect()? > >You don't. That stuff is at the protocol level about TLS/SSL. OK. Let me try to rephrase my question. Please excuse me if I don't get terminology exactly correct I am a novice

Re: [openssl-users] How do I connect to this server

2017-04-23 Thread chris . gray
You should be able to do this using stunnel: see for example https://www.elastic.co/guide/en/cloud/current/tunneling-ssl.html where your telnet commands would be the "client which supports only http". But you can also learn a lot by playing with curl ... > I know that this is a TLS related

Re: [openssl-users] How do I connect to this server

2017-04-22 Thread warron.french
I know that this is a TLS related question; however, do you know how you can diagnose straight HTTP using: *telnet **server1 portnumber ?* Then provide HTTP/1.1 etc? Is it possible to do the same thing with: *openssl s_client server1:portnumber* then do the HTTP/1.1 etc...

Re: [openssl-users] How do I connect to this server

2017-04-21 Thread Salz, Rich via openssl-users
> https://username:passw...@server.com > How do I specify this username and password when using SSL_connect()? You don't. That stuff is at the protocol level about TLS/SSL. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users