Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The request doesnot work for https restful server #1916

Closed
LouisZou opened this issue Jan 26, 2016 · 3 comments
Closed

The request doesnot work for https restful server #1916

LouisZou opened this issue Jan 26, 2016 · 3 comments

Comments

@LouisZou
Copy link

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.

@fehguy
Copy link
Contributor

fehguy commented Jan 26, 2016

Hmm many, many people use https so perhaps you can open your network debugger in your browser and share the details.

@LouisZou
Copy link
Author

Thanks fehguy.

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.

@fehguy
Copy link
Contributor

fehguy commented Jan 27, 2016

Thanks for following up. I'll close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants