[openssl-users] How do I connect to this server
chris.gray at kiffer.be
chris.gray at kiffer.be
Sun Apr 23 10:33:48 UTC 2017
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 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... etc...?
>
> Is that a possible technique? I am interested in learning too?
>
> --------------------------
> Warron French
>
>
> On Fri, Apr 21, 2017 at 6:29 PM, Salz, Rich via openssl-users <
> openssl-users at openssl.org> wrote:
>
>> > https://username:password@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
>>
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
More information about the openssl-users
mailing list