swagger-api / validator-badge

Validate your Swagger JSON/YAML today!
http://swagger.io
Apache License 2.0
210 stars 85 forks source link

Fixes SNI issues #57 #61

Closed kleisauke closed 8 years ago

kleisauke commented 8 years ago

This will fix issues with Server Name Indication (for example sites using the CloudFlare Flexible SSL service). With this pull request the error Caused by: javax.net.ssl.SSLException: Received fatal alert: internal_error for this URL: https://api.rocrooster.net/api-docs.json is gone.

The following things are updated:

The following things are changed:

I hope you'll like it.