-
Enabling TLSv1.2 in SOAtest/Virtualize
Parasoft: Enabling TLSv1.2 in SOAtest/Virtualize: Description: SOA/Virt 9.10 and up now comes prepackaged with Java1.8 which has TLSv1.2 enabled by default. The Java version that comes with all the previous SOA/Virt versions does not. If you are using SOA/Virt 9.9.5 and below, there are two methods to enable TLSv1.2.…
-
Need to add SSL certificate
Hi Team, I want to execute a job in CTP. The uploaded test suite should have keystore so as to add ssl certificate which I am able to add in desktop SOAtest software but while uploading in CTP not able to see the keystore . Kindly suggest what needs to be done.
-
SSL Proxy Setup Error
Disclaimer: I have mistakenly posted the exact same question below a few days ago on the SOATest forum. But since we couldn't reach a solution as recommended by Benken I'm posting this here. Here's the link to our discussion so far: https://forums.parasoft.com/discussion/4687/virtualize-enable-ssl-proxy#latest Hey…
-
Virtualize Enable SSL Proxy
I developed an Android app that connects to a node.js server in the cloud, I've generated a self signed certificate and I have already tested the SSL connection between the app and the server, it works perfectly. Now I'd like to deploy a Virtualize proxy between them, I generated a keystore.p12 from my private key and…
-
Need a help to setup Client side SSL.
Need a help to setup Client side SSL. I have Private Key(.key) and Public Key(.cert) need to be configured in SOATEST in order to validate HTTPS. As per information provided in Parasoft document following steps has been taken. 1) KeyStore has been created under Test Suite (right click on Test Suite -> Add new --> Global…
-
Configuring and troubleshooting the JIRA Traceability Widget
After installing the DTP Enterprise Pack and installing the JIRA Traceability Widget, it might be confusing on where you put the data for your JIRA server and the authentication needed to access it. Also, it might seem confusing to get the data to appear in the widget the way you want it too. These steps are to help…
-
Unable to connect Enterprise Pack when DTP Server is only configured for SSL
DTP Supports use cases where no HTTP port is available. DTP Enterprise Pack does verification of configuration settings to help users when they make mistakes. When DTP is configured to only use SSL, the check for the web port "http://[dtp_hostname]:[web_port]/grs/welcome.jsp" redirects to the HTTPS equivalent which is…
-
message Proxie SSL
hi, I'm trying to create a message Proxis, the problem is that the server that I need to connect use an SSL certificate, so I'm trying to put in the section security, but the problem is that I have only the certFile (.cert) and keyFile (.PEM), how can i setup the keystore or the trustore for my proxy to have a…
-
Connecting to PSTSec via SSL
Configuring an SSL connection between CTP and PSTSec In CTP we can point to PSTSec to configure users as described in this topic Integrating CTP with LDAP/AD. In this discussion we indicate that you can configure these settings by navigating to the Security Configuration Menu From here you can connect to a the PSTSec…
-
"Error: CERT_HAS_EXPIRED" error message within DTP Server
This issue was encountered while working with DTP Server version 5.1.2 If the following message appears in the Node.exe screen on start up: Error getting project list from DTP: localhost { [Error: CERT_HAS_EXPIRED] cause: { [Error: CERT_HAS_EXPIRED] request: { domain: null, _events: [Object], _maxListeners: 10, options:…
-
Using Virtualize with SSL
Basic Concepts of Virtualize SSL There are two roles that Virtualize can play: 1. When Virtualize receives messages from an Application Under Test (AUT), it functions as the server in the SSL model. 2. When Virtualize is acting as a proxy, it function as the client in the SSL model These two roles require different…
-
Install root certificate
Hi , Is it possible to install the SOAtest root certificate after installation of SOAtest . If yes please let me know how I can install that. Thanks
-
Using pfx certificates with Parasoft SOAtest
Adding pfx certificates to the Keystore to access HTTPS web servicesHi, I have a small issue in using pfx certificates with SOAtest. I am trying to test services against https endpoints. I have already followed the documentation about installing certificates and keytool import. But keytool accepts certificates of type…
-
SSLException: HelloRequest followed by an unexpected handshake message
If you are getting the error in this topic's title line: SSLException: HelloRequest followed by an unexpected handshake message Then, add the following to the command line when you launch SOAtest in Windows or Linux: -J-Dsun.security.ssl.allowUnsafeRenegotiation=true For Load Test running on Linux, add the line (less the…
-
How to install root certificate authority in SOAtest 6.x/9.x
How to install root certificate authority in SOAtest 6.x/9.xThe SOAtest Web Root Certificate Authority certificate is required for certain functional tests on HTTPS sites. SOAtest uses this certificate to sign SSL certificates that are used by functional tests to isolate and capture web traffic when recording and testing…
-
SSL Handshake
I had a new issue with the Soap test now. I am trying to execute the soap seervice which is internally protected by a SSL Certificate. That SSL certificate is not public, When I try to access this service through soapTest I am getting SSLHandShakeException. Please let me know are there any workaround to uncheck this…