Dear Sir, i have checked n number of videos to under stand for this ssl stuffs. But nothing make sense. your video and the way you explained was next level... very precise and clear on the respective part.. Thank you is not a word .. but please accept...Thank you once again...Also waiting for more videos on weblogic part...
@digitak.middleware2 жыл бұрын
Thank you very much for your lovely words friend!
@avinashreddy44122 жыл бұрын
How to configure 2 way ssl in weblogic can you please explain
@digitak.middleware2 жыл бұрын
Two-way SSL begins with a “hello” from the client to the server. The server replies with a “hello” paired with its public certificate. The client verifies the received certificate using certificates stored in the client’s TrustStores. If the server certificate validation is successful, the client will present certificate stores in their KeyStores. The server validates the received certificate using the server’s TrustStores. The server decrypts session keys using the server’s private key to establish a secure connection.
@avinashreddy44122 жыл бұрын
@@digitak.middleware than you
@maheshthammanavena287610 ай бұрын
Excellent Explanation. Could you please share the document/PPT which is used in the video.
@digitak.middleware10 ай бұрын
This step by step document along with 34 more lab pdf documents along with a 250 pages pdf handbook available on bare minimum cost. If you want to buy please on digitalk.fmw@gmail.com
@sivannarayanarayapaneni59162 жыл бұрын
Hii sir more videos on SSL 👍👏 TQ
@digitak.middleware2 жыл бұрын
Sure 👍
@gamesandsports734 Жыл бұрын
Dear sir, Our architecture is having 4 app server the key store which we were using previously was having entry of all 4 servers as DNS names. The new keystore generated with same process only have 1 servers DNS entry. Is there any change in issuing certs? or do we need to do add new steps ?
@digitak.middleware Жыл бұрын
You can export and import all certificates from the previous keystore to the new keystore using keytool export and import
@SwamyD-d2o Жыл бұрын
what is TLS ? and what the difference between SSL and TLS?
@digitak.middleware Жыл бұрын
TLS (Transport Layer Security) and SSL (Secure Sockets Layer) are cryptographic protocols used to secure communication over networks. TLS is the successor to SSL. While they both encrypt data during transmission, TLS has improvements in security and performance over SSL. Generally, when people refer to SSL, they might actually mean TLS because TLS has largely replaced SSL due to its enhanced security features.