ksreddy543

Results 4 comments of ksreddy543

@svanoort : I have taken lightblue platform added following lines in resttest.py. We have our own certs basis of openssl. our certs are placed under /mpsconfig/ssl/. Light Blue working fine...

@svanoort Also tried with below options ``` curl.setopt(pycurl.SSL_VERIFYPEER, 1) curl.setopt(pycurl.SSL_VERIFYHOST, 2) curl.setopt(pycurl.SSLCERT, "/mpsconfig/ssl/sdx_cert") curl.setopt(pycurl.SSLKEY, "/mpsconfig/ssl/sdx_key") ``` Getting below error: (58, 'unable to use client certificate (no key found or wrong...

@svanoort In "light blue platform" , I am able to run https cases without certificate details by adding authentication details in the resttest.py .but, it doesnt have response validator support....