Forum Discussion
richie
4 years agoCommunity Hero
Hey prometheus,
Im a little confused could you add in some further info to clarify please?
It sounds like youre trying to load in a definition file like a swagger/wadl/OAS. Is this correct?
You mention v3.10 but you also mention v3.3. Could you clarify what you meant by this?
You mention that youve checked and the proxy setting is set to true, but is this required by the endpoint youre trying to hit? Whether you are proxying your requests would be determined by your technical requirements. Should you be using a proxy?
SSL handshake/socket exceptions are pretty low level stuff, and this stuff needs to be set correctly before worrying about authentication/authorisation and payload wellformed/valid considerations. When ive had SSL/socket exceptions before it's something very fundamental thats been required to fix....like TLS/SSL versioning or incorrecr use of HTTP/HTTPS. What i mean is, i thought it was HTTPS when in fact the endpoint was expecting no secure HTTP. Have you checked this?
Cheers,
Rich
Im a little confused could you add in some further info to clarify please?
It sounds like youre trying to load in a definition file like a swagger/wadl/OAS. Is this correct?
You mention v3.10 but you also mention v3.3. Could you clarify what you meant by this?
You mention that youve checked and the proxy setting is set to true, but is this required by the endpoint youre trying to hit? Whether you are proxying your requests would be determined by your technical requirements. Should you be using a proxy?
SSL handshake/socket exceptions are pretty low level stuff, and this stuff needs to be set correctly before worrying about authentication/authorisation and payload wellformed/valid considerations. When ive had SSL/socket exceptions before it's something very fundamental thats been required to fix....like TLS/SSL versioning or incorrecr use of HTTP/HTTPS. What i mean is, i thought it was HTTPS when in fact the endpoint was expecting no secure HTTP. Have you checked this?
Cheers,
Rich
prometheus
4 years agoOccasional Contributor
Hey richie
The Application developer told me it's a free form of REST API, didn't use swagger/wadl.
I just updated our testing tool, and there are two shortcuts on my desktop, one is for ReadyAPI 3.3 and another one is for ReadyAPI 3.10.
The technical requirement didn't mention the proxy.
I google and found some people with similar issues mentioned the proxy.
After some digging, I found it's probably a very fundamental stuff.
Because it's HTTPS connection, so the certificate authentication is required.
I am going to try if I could store the self-signed certificate to the keystore for mutual authentication and reply to this thread later