zowe / zowe-explorer-intellij

IntelliJ Zowe Plug-in that provides possibility to interact with z/OS features. Has Zowe Kotlin SDK as it's core to interact
Eclipse Public License 2.0
10 stars 4 forks source link

CLEARTEXT communication not enabled for client #136

Closed michiiee93 closed 11 months ago

michiiee93 commented 1 year ago

Our z/OSMF is currently not supporting HTTPS, therefore I cannot connect to it by https://URL. When i try to connect by HTTP://URL to our z/OS, i am getting: "CLEARTEXT communication not enabled for client". Any idea how i can allow this in phpstorm? In VS Code I am able to connect with the ZOWE extension by HTTP.

KUGDev commented 1 year ago

Hello @michiiee93 We do not support HTTP, but probably, it would be better to add such option We will investigate and implement this asap

michiiee93 commented 1 year ago

Hi! Thanks for the very quick response! That would be great, otherwise, I would just switch to VSCode until we have HTTPS on our z/OS running.