Right now start_tls is a no-op; if the :secure param is present during client/server startup, Foxbat will just go ahead and run TLS for the duration of a connection. We should be able to start it and stop it on the fly, as you can with MRI + regular EM.
Right now start_tls is a no-op; if the
:secureparam is present during client/server startup, Foxbat will just go ahead and run TLS for the duration of a connection. We should be able to start it and stop it on the fly, as you can with MRI + regular EM.