Encrypted HTML login forms

Hi all,
Is there any way to encrypt the login form when sent from client to host?
I have the form data send as a plain-text but I need to encrypt it, so I can protect the users to have their passwords visible in the request.

Form html is like:

https? thats how I would recommend doing it. I would recommend Reverse proxy configuration but you could also setup https natively with jenkins.

I believe that is called TLS (aka SSL or HTTPS) :slight_smile: