Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to disable security alert coming from SSL

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hello friends,

I am developing an internal site for which i am using SSL for the security of the data.

But i am getting security alert because iam using an IP address or machine shortname in the URL to access it.

Any other way to redisable this alert.

If it is not possible to disable the security alert can any body guide how to achieve security on the network..

Which means i want a way to encrypt any given data string with the help of javascript and the output encrypted string should be given as a input to the java code(servlet) to decrypt the encrypted string to its original form.

Please any one help me with the code.

I will be very thankful to you all.

 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I see you already have a decent conversation going on in this topic, so I'm locking this one.
    Bookmark Topic Watch Topic
  • New Topic