Quantcast
Viewing all articles
Browse latest Browse all 12134

Winsock Protocol - SSL connectivity using server side certificate

Hi Team,

I am facing issues with SSL connectivity in Winsock Protocol.

The application is using server side certificate (one way SSL).

 

My script is based only on Winsock Protocol and its not recorded script rather manually written script. So we cant utilize the SSL connectivity option in Recording Options.

 

Below are the options that I tried but DID NOT WORK

web_set_certificate_ex("CertFilePath=pgtest2.pem", "CertFormat=PEM","KeyFilePath=pgtest2.pem", "KeyFormat=PEM",LAST); 

              web_set_sockets_option("LOAD_VERIFY_FILE", "pgtest2.pem");
              web_set_sockets_option("DEFAULT_VERIFY_PATH", "pgtest2.pem");

web_set_sockets_option("SSL_VERSION", "3");
             web_set_sockets_option("SSL_VERSION", "TLS");

            web_set_sockets_option("SSL_CIPHER_LIST", "AES128-SHA:AES256-SHA:RC4-SHA");

 

Here are some back ground about my script

LR verion : 11

credit card transactions captured by network traces and used for creating LR script. The script worked for the last release when we were not communicating the data over SSLSSL is the new feature in the current release and that's where we got stuck at.

The AUT is not any website, rather we have IP's & Ports that we use to create the TCP socket connection.

 Any help on this issue will be highly appreciated.

 

Thanks in advance

Priyanka


Viewing all articles
Browse latest Browse all 12134

Trending Articles