When going to swagger ui link I see errors in console>
Mixed Content: The page at 'https://***url***/api/documentation/ui' was loaded over HTTPS, but requested an insecure favicon 'http://***url***/swagger-ui-assets/favicon-16x16.png?v=47568366ac424fb77af3e26dce55c7cd'. This request has been blocked; the content must be served over HTTPS.
And so on for all the asssets
I have modified API docs json file from witch we are generating the doc. This part and changed http to https
"components": {
"securitySchemes": {
"bearer": {
"type": "http",
"description": "Passport security.",
"scheme": "bearer",
"bearerFormat": "JWT"
}
}
}
I expect not to receive this error an see swagger UI