dmolony / dm3270

tn3270 Terminal Emulator
http://dmolony.github.io/
Apache License 2.0
50 stars 31 forks source link

SSL Connection #8

Open r1200gsdave opened 5 years ago

r1200gsdave commented 5 years ago

How do I configure a session with SSL encryption?

dmolony commented 5 years ago

Sorry, you can't. That hasn't been written yet.

On 16 Oct 2018, at 5:21 am, r1200gsdave notifications@github.com wrote:

How do I configure a session with SSL encryption?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dmolony/dm3270/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AA1B8Cm_xubFKon_bASjFNUcOuxSy53yks5ulNI6gaJpZM4Xc4pc.

r1200gsdave commented 5 years ago

So how does the Jmeter plugin that uses your jar file connect with SSL? Or does the other program xtn5250 do SSL?

https://github.com/Blazemeter/RTEPlugin

dmolony commented 5 years ago

They must be doing it.

On 16 Oct 2018, at 9:57 am, r1200gsdave notifications@github.com wrote:

So how does the Jmeter plugin that uses your jar file connect with SSL? Or does the other program xtn5250 do SSL?

https://github.com/Blazemeter/RTEPlugin https://github.com/Blazemeter/RTEPlugin — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dmolony/dm3270/issues/8#issuecomment-430042408, or mute the thread https://github.com/notifications/unsubscribe-auth/AA1B8FDv8qKw7LphlxVKfSS9YFoA4CRSks5ulRLtgaJpZM4Xc4pc.

rabelenda commented 5 years ago

Hello, in the RTEPlugin we have forked the great work from Denis and have added some additional features (like ssl support) and fixes, BUT also have removed all GUI components from the fork (because it was giving us issues due to some environments not including javafx). Sadly we haven't contributed the changes back to this repo because all the changes on GUI and required effort to re accommodate to the potential use of a GUI with javafx is too much for us right now. Regards