You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used swagger-ui to make a web environment for my swagger definition file.
When I test it I found the request is not sent to the server if I use schemes to https.
If I use http it can work normally.
I can access both the https and http restful server by curl command.
The text was updated successfully, but these errors were encountered:
I found the reason is the remote https server is not certified for my browser.
It works now after I resolved the SSL for my browser.
A simple workaround is as the following:
in chrome, open the https url directly and trust it or download the cert file and add it into browser.
I used swagger-ui to make a web environment for my swagger definition file.
When I test it I found the request is not sent to the server if I use schemes to https.
If I use http it can work normally.
I can access both the https and http restful server by curl command.
The text was updated successfully, but these errors were encountered: