Re: [users@httpd] TLS1.2

2017-05-17 Thread ANKIT PALRECHA
Hi Daniel,

Thanks for your suggestion.

Yes I have default Apache installation in one of my software component.
Apache with Tomcat.

And installation went well and also application running fine.


What else we can check to know openssl support tls1.2?


Thanks

Ankit Jain
+91-9741336404

On Wed, May 17, 2017 at 4:53 PM, Daniel <dferra...@gmail.com> wrote:

> Make sure your openssl installation is correct.
>
> 2017-05-17 13:11 GMT+02:00 ANKIT PALRECHA <ankyt.palre...@gmail.com>:
> > Hi Daniel,
> >
> > I see below message when I query:
> >
> > C:\CA\secure-proxy\httpd\bin>openssl s_client -tls1 -connect  IP:443
> > WARNING: can't open config file: c:\openSSL_102g\compileBin/
> ssl/openssl.cnf
> > connect: No such file or directory
> > connect:errno=0
> >
> >
> > Thanks
> >
> >
> >
> > Ankit Jain
> > +91-9741336404
> >
> > On Wed, May 17, 2017 at 4:24 PM, Daniel <dferra...@gmail.com> wrote:
> >>
> >> just use openssl to query your server
> >>
> >> hint: openssl s_client -tls1 -connect ip:port
> >>
> >> 2017-05-17 12:04 GMT+02:00 ANKIT PALRECHA <ankyt.palre...@gmail.com>:
> >> > Hello Marat,
> >> >
> >> > Thanks for your response, but it is internal and not Public facing.
> >> >
> >> >
> >> >
> >> >
> >> > Ankit Jain
> >> > +91-9741336404
> >> >
> >> > On Wed, May 17, 2017 at 2:00 PM, Marat Khalili <m...@rqc.ru> wrote:
> >> >>
> >> >> And, for completeness, if your server is public-facing (no pages need
> >> >> to
> >> >> be available, being able to connect is enough):
> >> >> https://www.ssllabs.com/ssltest/
> >> >>
> >> >>
> >> >> --
> >> >>
> >> >> With Best Regards,
> >> >> Marat Khalili
> >> >>
> >> >> On 16/05/17 22:04, ANKIT PALRECHA wrote:
> >> >>
> >> >> Hello Team,
> >> >>
> >> >> Any idea how can we test if apache supports TLS1.1 and TLS1.2?
> >> >>
> >> >>
> >> >> This is bundled with openssl?
> >> >>
> >> >>
> >> >> Please share detail on tls , how to test?
> >> >>
> >> >> Thanks
> >> >> Ankit Jain
> >> >> +91-9741336404
> >> >>
> >> >>
> >> >
> >>
> >>
> >>
> >> --
> >> Daniel Ferradal
> >> IT Specialist
> >>
> >> email dferradal at gmail.com
> >> linkedin es.linkedin.com/in/danielferradal
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> >> For additional commands, e-mail: users-h...@httpd.apache.org
> >>
> >
>
>
>
> --
> Daniel Ferradal
> IT Specialist
>
> email dferradal at gmail.com
> linkedin es.linkedin.com/in/danielferradal
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


Re: [users@httpd] TLS1.2

2017-05-17 Thread ANKIT PALRECHA
Hi Daniel,

I see below message when I query:

C:\CA\secure-proxy\httpd\bin>openssl s_client -tls1 -connect  IP:443
WARNING: can't open config file: c:\openSSL_102g\compileBin/ssl/openssl.cnf
connect: No such file or directory
connect:errno=0


Thanks



Ankit Jain
+91-9741336404

On Wed, May 17, 2017 at 4:24 PM, Daniel <dferra...@gmail.com> wrote:

> just use openssl to query your server
>
> hint: openssl s_client -tls1 -connect ip:port
>
> 2017-05-17 12:04 GMT+02:00 ANKIT PALRECHA <ankyt.palre...@gmail.com>:
> > Hello Marat,
> >
> > Thanks for your response, but it is internal and not Public facing.
> >
> >
> >
> >
> > Ankit Jain
> > +91-9741336404
> >
> > On Wed, May 17, 2017 at 2:00 PM, Marat Khalili <m...@rqc.ru> wrote:
> >>
> >> And, for completeness, if your server is public-facing (no pages need to
> >> be available, being able to connect is enough):
> >> https://www.ssllabs.com/ssltest/
> >>
> >>
> >> --
> >>
> >> With Best Regards,
> >> Marat Khalili
> >>
> >> On 16/05/17 22:04, ANKIT PALRECHA wrote:
> >>
> >> Hello Team,
> >>
> >> Any idea how can we test if apache supports TLS1.1 and TLS1.2?
> >>
> >>
> >> This is bundled with openssl?
> >>
> >>
> >> Please share detail on tls , how to test?
> >>
> >> Thanks
> >> Ankit Jain
> >> +91-9741336404
> >>
> >>
> >
>
>
>
> --
> Daniel Ferradal
> IT Specialist
>
> email dferradal at gmail.com
> linkedin es.linkedin.com/in/danielferradal
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


Re: [users@httpd] TLS1.2

2017-05-17 Thread ANKIT PALRECHA
Hello Marat,

Thanks for your response, but it is internal and not Public facing.




Ankit Jain
+91-9741336404

On Wed, May 17, 2017 at 2:00 PM, Marat Khalili <m...@rqc.ru> wrote:

> And, for completeness, if your server is public-facing (no pages need to
> be available, being able to connect is enough): https://www.ssllabs.com/
> ssltest/
>
> --
>
> With Best Regards,
> Marat Khalili
>
> On 16/05/17 22:04, ANKIT PALRECHA wrote:
>
> Hello Team,
>
> Any idea how can we test if apache supports TLS1.1 and TLS1.2?
>
>
> This is bundled with openssl?
>
>
> Please share detail on tls , how to test?
>
> Thanks
> Ankit Jain
> +91-9741336404
>
>
>


Re: [users@httpd] TLS1.2

2017-05-17 Thread ANKIT PALRECHA
Hi Akshar,

nmap is not present ,hence unable to run that query you gave.

Do we have any other option to validate this?

I have Apache version: Server version: Apache/2.4.18 (Win32)


Thanks

Ankit Jain
+91-9741336404

On Wed, May 17, 2017 at 1:30 PM, Akshar Kanak <akshar.kan...@gmail.com>
wrote:

> Hi
>After making the configuration in ssl.conf , you can use nmap script to
> check if HTTPS server is actually supporting it or not .
>
> https://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html
>
> Thanks and regards
> Akshar
>
> On Wed, May 17, 2017 at 12:34 AM, ANKIT PALRECHA <ankyt.palre...@gmail.com
> > wrote:
>
>> Hello Team,
>>
>> Any idea how can we test if apache supports TLS1.1 and TLS1.2?
>>
>>
>> This is bundled with openssl?
>>
>>
>> Please share detail on tls , how to test?
>>
>> Thanks
>> Ankit Jain
>> +91-9741336404
>>
>
>


[users@httpd] TLS1.2

2017-05-16 Thread ANKIT PALRECHA
Hello Team,

Any idea how can we test if apache supports TLS1.1 and TLS1.2?


This is bundled with openssl?


Please share detail on tls , how to test?

Thanks
Ankit Jain
+91-9741336404