Forum Discussion
richie
5 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