Two Way SSL (Mutual Authentication) For MuleSoft Application | API Security

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 22

  • @gpchowdary9841
    @gpchowdary9841 4 роки тому +4

    If I don't understand any concept simple watch jithender's explanation then I will become expert in that concept,that's his explanation,hatsoff bro

  • @lopintipriya3510
    @lopintipriya3510 4 роки тому +3

    Its realy Awesome .Thank you for such wonderful explanation. Wish i could more likes to ur videos.please Keep sharing

  • @user-DinuSru
    @user-DinuSru 4 роки тому +3

    superb explanation..one of the best videos on SSL...Thank you, Jitendra Keep Shining

  • @UlanMulesoft
    @UlanMulesoft 2 роки тому

    Perfect explanation! Thanks!

  • @ravellavenkatsubbaiah4957
    @ravellavenkatsubbaiah4957 Рік тому

    Its great session but how did you opened last utility call cmd tool

  • @SuperVinaykumar1986
    @SuperVinaykumar1986 4 роки тому

    Superb bro... Thanks a lot

  • @muletechnologyacademy-zero5625
    @muletechnologyacademy-zero5625  4 роки тому

    dzone.com/articles/implementing-one-way-and-two-way-ssl-mutual-authen

  • @vivekravi5922
    @vivekravi5922 4 роки тому +2

    Hi Jitendra, Please share the Keytool comments. Thanks

  • @abhisheksolanki2241
    @abhisheksolanki2241 3 роки тому

    So is it necessary to have private key and public key both in keystore.jks file in two way SSL?
    And how does the CA signed certificate effect this?

    • @soniyaarockiya5826
      @soniyaarockiya5826 2 роки тому

      Hi did you get an update on this. We are trying to achieve the same using CA signed cert.

    • @abhisheksolanki2241
      @abhisheksolanki2241 2 роки тому

      @@soniyaarockiya5826 yes. So u need both jks files.

  • @muletechnologyacademy-zero5625
    @muletechnologyacademy-zero5625  4 роки тому

    Generate Server Keystore
    keytool -genkey -alias mule-server -keyalg RSA -keystore server-keystore.jks
    Extract Public Key from Server Keystore
    keytool -export -alias mule-server -keystore server-keystore.jks -file server_trust.crt
    Generate Client Truststore
    keytool -import -alias mule-server -keystore client-truststore.jks -file server_trust.crt
    Generate Client Keystore
    keytool -genkey -alias mule-client -keyalg RSA -keystore client-keystore.jks
    Extract Public Key from Client Keystore
    keytool -export -alias mule-client -keystore client-keystore.jks -file client_trust.crt
    Generate Server Truststore
    keytool -import -alias mule-client -keystore server-truststore.jks -file client_trust.crt

    • @kishanmohan3219
      @kishanmohan3219 4 роки тому +1

      Hi Jitendra, Thanks for this video. After following your instructions i have been getting "failed: General SSLEngine problem" this error and HTTP:CONNECTIVITY exception is thrown.

    • @muletechnologyacademy-zero5625
      @muletechnologyacademy-zero5625  4 роки тому +1

      Kishan Mohan You haven’t configured properly keystore and truststore. That is reason you are getting error. Please mention localhost while generating keystore for client and server

    • @kishanmohan3219
      @kishanmohan3219 4 роки тому +1

      @@muletechnologyacademy-zero5625 Excellent catch. Yes i tried to use my name instead of localhost. It works. Could you please explain why POSTMAN is not used in this scenario and CURL is used for testing? I tried using postman but request is not going through.

    • @muletechnologyacademy-zero5625
      @muletechnologyacademy-zero5625  4 роки тому

      Kishan Mohan You can use postman and there is no reason that I haven’t used postman. It should work with Postman also. Try client http url from
      Postman

  • @hussy1312
    @hussy1312 4 роки тому +2

    great explanation. plz upload more videos. thanks.

  • @hussy1312
    @hussy1312 4 роки тому +2

    anything about load balancer configs would also be great