I have a mail client running on port 90 that connects to my mail server.
I can normally access it as http://hostname:90 which will bring up the client console. I would like to run this via SSL and have submitted this to the company, however this will not help me in the mean time.
Is there any way (perhaps using a java app) that I could run this app or whatever, via SSL and then call my mail client within the app, resulting in it all being within SSL?
Basically, if someone has a sniffer, I don't want them seeing my name/pass in clear text which is the way the mail client is designed by default, which is crappy.
I can normally access it as http://hostname:90 which will bring up the client console. I would like to run this via SSL and have submitted this to the company, however this will not help me in the mean time.
Is there any way (perhaps using a java app) that I could run this app or whatever, via SSL and then call my mail client within the app, resulting in it all being within SSL?
Basically, if someone has a sniffer, I don't want them seeing my name/pass in clear text which is the way the mail client is designed by default, which is crappy.