Hi,

We are using Swagger/Swagger-UI to test some of our APIs, but some of our 
APIs require that they are accessed using SSL.

Right now, to start, I am just trying to test with a small sample API 
,"/testnocors/cert/" but when I click Execute on the Swagger page, I am 
getting "TypeError: Failed to fetch", and actually on our server side 
logging, I don't see anything, which I think means that the connection is 
not even getting past the SSL handshake.  

If I test HTTP/non-SSL to the same machine (but a different, non-SSL port), 
Swagger works fine, i.e., if I click Execute, I get a response on the 
Swagger page and also on the server side I see logging indicating that a 
request was processed.

If I execute the curl command that Swagger displays, the curl command works 
correctly (both with the non-SSL and SSL).  

Does anyone know why this might not be working?  Does Swagger page simply 
not work with an SSL endpoint?

Thanks,
Jim

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to