You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My expectation was a handshake error, given the mis-match ("server-keystore" vs. "x-server-keystore"), but instead the client and server communicate just fine.
Sample project is attached, and apologies in advance if this is all just user error & a bad setup! KarateTroubleshooting.zip
The text was updated successfully, but these errors were encountered:
Pretty sure I tested this out again when 2270 was fixed and still ran into this issue, so I don't think so, but I can try to recreate things again later today and let you know.
I've setup a Karate client & server using two key/cert pairs to test X509/mTLS authentication. The client side looks like this:
* configure ssl = { keyStore: 'server-keystore.p12', keyStorePassword: 'karate-mock', keyStoreType: 'pkcs12' }
...and the server is launched using a different key/cert combo:
* karate.start({ mock: 'server.feature', port: 8080, ssl: true, key: 'x-server-keystore-key.pem', cert: 'x-server-keystore-cert.pem' })
My expectation was a handshake error, given the mis-match ("server-keystore" vs. "x-server-keystore"), but instead the client and server communicate just fine.
Sample project is attached, and apologies in advance if this is all just user error & a bad setup!
KarateTroubleshooting.zip
The text was updated successfully, but these errors were encountered: