wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
846 stars 785 forks source link

scheme's port dose not change from https to http in Api Devportal [APIM 3.0.0] #6811

Closed YEOUNUIHA closed 4 years ago

YEOUNUIHA commented 4 years ago

Description: In Api Devportal's Try Out, I try to change schemes "https" to "http". But, Just chanage protocol like this, https://localhost:8243 to http://localhost:8243.

when select scheme as http and execute api ,I saw warning "SourceHandler I/O error: Unrecognized SSL message, plaintext connection?"

tmkasun commented 4 years ago

Hi @YEOUNUIHA ,

We do not recommend nor support serving web or REST API requests over HTTP (unsecured HTTP), So I think it's better if you can switch to use HTTPS.

kavishkafernando commented 4 years ago

Please re-open the issue if you need further assistance.