mosescha1972 opened a new issue, #38379: URL: https://github.com/apache/superset/issues/38379
### Bug description While configuring webhook notifications from Apache Superset behind nginx (HTTPS) to Mattermost, the following issues were encountered: 1. HTTPS Enforcement Error Webhook failed: HTTPS is required by config Superset requires webhook URLs to use HTTPS. HTTP endpoints are rejected by configuration. 2. Network Unreachable Error Network is unreachable When using a host IP address (e.g., https://), the Superset container could not reach the endpoint. Using the Docker service name instead (e.g., https://nginx/...) resolved the network connectivity issue. 3. SSL Certificate Verification Failure SSLCertVerificationError: certificate verify failed: self-signed certificate Although nginx was properly serving HTTPS, the webhook request failed because Superset could not verify the self-signed SSL certificate. This indicates that Superset enforces SSL certificate validation for webhook requests and does not trust self-signed certificates by default. ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
