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

Jeff Archer jeffarcher7 at gmail.com
Mon Apr 24 12:52:03 UTC 2017


>> 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.

OK. Let me try to rephrase my question.  Please excuse me if I don't get
terminology exactly correct I am a novice user of OpenSSL and encryption in
general.

I need to make a connection to this server from my app. The server will
only allow TLS1.2 connections and requires username/password.  Other than
the additional username/password I have working code which is working
against a demo server which does not require this additional
username/password.

I am able to connect to the user using a browser by putting the
username/password into the url.  This proves that I know the correct
username/password but has no other relevance.





Jeff Archer
jeffarcher7 at gmail.com <jarcher7 at yahoo.com>


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20170424/ee8fb082/attachment-0001.html>


More information about the openssl-users mailing list