swagger-api / validator-badge

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

server error for godaddy wildcard certificates #10

Closed chrisdostert closed 9 years ago

chrisdostert commented 9 years ago

i'm using a godaddy wildcard certificate.

validation via http works: http://online.swagger.io/validator/debug?url=http://photo-dev.tonightwe.com:80/swagger/docs/0.0.1

however validation via https throws a server error: http://online.swagger.io/validator/debug?url=https://photo-dev.tonightwe.com:443/swagger/docs/0.0.1

guessing because this works it's gotta be a certificate compatibility issue: https://raw.githubusercontent.com/swagger-api/swagger-spec/master/examples/v2.0/json/petstore-expanded.json

fehguy commented 9 years ago

Yes. There is an issue with how we're making SSL requests, I will get that fixed. In the mean time, you can use the validator over POST operation or wait for the fix. I'll update this ticket when it's deployed.

chrisdostert commented 9 years ago

heh saw this start working last night. Cheers

fehguy commented 9 years ago

Yea, that issue was a doozy. Thanks java :camel: