> Hello, > > I'm using an application (that I could recompile) which is using > OpenSSL. My > problem is that for some computers I have an internet access but no DNS > server. In this case I configure the application to connect to > https://xxx.xxx.xxx.xxx (ip address) instead of https://www.myDomaine.net > The problem is that the certificate has been generated for > https://www.myDomaine.net and apparently when the application tries to > connect the connection failed because I'm not using the DNS. > > Is there a way to configure openSSL to disable this DNS check > during server > authentication? > > Thanks in advance for your help.
This is not an OpenSSL issue. This is an issue with whatever piece of software you are handing that URL to. Probably, the best solution is to give the system some other way to resolve your hostname to its IP address, one that doesn't require DNS. That way, whatever is processing the URL will know that it's supposed to be connecting to the name that is also the certificate's common name. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]