stud icon indicating copy to clipboard operation
stud copied to clipboard

Support for TLS 1.2

Open Rob0jack opened this issue 10 years ago • 8 comments

I am not getting TLS 1.2 connection from my ssl.com certificates. Does the current version in it's minimal support cover TLS 1.2?

Rob0jack avatar Mar 27 '15 03:03 Rob0jack

@Rob0jack It supports TLS 1.2 if openssl on your machine supports it.

sambengtson avatar Apr 01 '15 19:04 sambengtson

Thanks. I set SSL=on and then it gives TLS 1.2. On Apr 1, 2015 12:08 PM, "Sam" [email protected] wrote:

@Rob0jack https://github.com/Rob0jack It supports TLS 1.2 if openssl on your machine supports it.

— Reply to this email directly or view it on GitHub https://github.com/bumptech/stud/issues/150#issuecomment-88597455.

Rob0jack avatar Apr 01 '15 22:04 Rob0jack

Keep in mind, by doing so, your also enabling SSLv3. I have a branch of this project that allows TLS 1.2 without SSLv3. This project, by default does not allow that.

sambengtson avatar Apr 01 '15 22:04 sambengtson

I see, regarding SSLv3. I will check your branch. Thanks On Apr 1, 2015 3:32 PM, "Sam" [email protected] wrote:

Keep in mind, by doing so, your also enabling SSLv3. I have a branch of this project that allows TLS 1.2 without SSLv3. This project, by default does not allow that.

— Reply to this email directly or view it on GitHub https://github.com/bumptech/stud/issues/150#issuecomment-88653560.

Rob0jack avatar Apr 01 '15 23:04 Rob0jack

I am running on aws Ubuntu. It indicates TLS 1.2 with SSL on. How do I get TLS 1.2 with SSL off? On turn on TLS? On Apr 1, 2015 12:08 PM, "Sam" [email protected] wrote:

@Rob0jack https://github.com/Rob0jack It supports TLS 1.2 if openssl on your machine supports it.

— Reply to this email directly or view it on GitHub https://github.com/bumptech/stud/issues/150#issuecomment-88597455.

Rob0jack avatar Apr 02 '15 02:04 Rob0jack

Are you using my branch now? Try using the - - tls option instead of ssl On Apr 1, 2015 9:53 PM, "Robo" [email protected] wrote:

I am running on aws Ubuntu. It indicates TLS 1.2 with SSL on. How do I get TLS 1.2 with SSL off? On turn on TLS? On Apr 1, 2015 12:08 PM, "Sam" [email protected] wrote:

@Rob0jack https://github.com/Rob0jack It supports TLS 1.2 if openssl on your machine supports it.

— Reply to this email directly or view it on GitHub https://github.com/bumptech/stud/issues/150#issuecomment-88597455.

— Reply to this email directly or view it on GitHub https://github.com/bumptech/stud/issues/150#issuecomment-88708443.

sambengtson avatar Apr 02 '15 02:04 sambengtson

Sam, thanks for asking!! I am still using old master branch that has not been updated in 2+ years. I looked for your branch & did not see it. With branch I am on TLS=on gets TLS 1.0. On my set even when I get TLS 1.2 it still says encryption is obsolete? Any pointers I b grateful for. Thnx On Apr 1, 2015 7:56 PM, "Sam" [email protected] wrote:

Are you using my branch now? Try using the - - tls option instead of ssl On Apr 1, 2015 9:53 PM, "Robo" [email protected] wrote:

I am running on aws Ubuntu. It indicates TLS 1.2 with SSL on. How do I get TLS 1.2 with SSL off? On turn on TLS? On Apr 1, 2015 12:08 PM, "Sam" [email protected] wrote:

@Rob0jack https://github.com/Rob0jack It supports TLS 1.2 if openssl on your machine supports it.

— Reply to this email directly or view it on GitHub https://github.com/bumptech/stud/issues/150#issuecomment-88597455.

— Reply to this email directly or view it on GitHub https://github.com/bumptech/stud/issues/150#issuecomment-88708443.

— Reply to this email directly or view it on GitHub https://github.com/bumptech/stud/issues/150#issuecomment-88708731.

Rob0jack avatar Apr 02 '15 03:04 Rob0jack

Try this https://github.com/sambengtson/stud

sambengtson avatar Apr 02 '15 03:04 sambengtson