Issue while connecting to Database from JAVA program. Cannot create PoolableConnectionFactory (IO Error: Connection reset) This is sometimes an intermittent
Continue readingTag: Security
How to prevent CSRF attack
Sometimes when one application tries to call another application running on another server you get an error window with the
Continue readingRecommended Best Practices for Securing WebLogic Server.
Disable SSL V2, Weak Ciphers, and Null Encryptions You can use the following jvm options to disable Weak Ciphers. -Dweblogic.security.SSL.allowUnencryptedNullCipher=false
Continue readingSimple Sample Custom Identity Asserter for Weblogic Server 12c
To implement a custom identity asserter for Weblogic Server we need to write a provide that implements AuthenticationProviderV2 and IdentityAsserterV2.
Continue readingWeblogic SSL configuration with Custom Identity and Custom Trust
These days the enterprise applications have grown more complex and boast a great deal of sensitive and critical data online.
Continue readingSecuring WebServices using Username / Password mechanism
Security is an important aspect of your application design. When the web services are deployed and accessed, you might like
Continue readingImport/ Export users and groups from Security Realm
Exporting users and groups from WebLogic Security Realm. Login into the WebLogic Administration console ,navigate to Security Realm -> MyRealm Navigate to
Continue readingcom.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte
com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte The above exception is encountered during server startup. This happens when SerializedSystemIni.dat
Continue reading