Re: Debugging running app in SSL

2017-07-11 Thread Klaus Berkling
> On Jul 10, 2017, at 3:20 AM, Ralf Schuchardt wrote: > > you can setup a local webserver just like in deployment and use it to access > your app running in Eclipse. There is also a local Direct Connect SSL mode > build into ERXApplication (see the last part on > https://wiki.wocommunity.org/

Re: Debugging running app in SSL

2017-07-11 Thread Klaus Berkling
Sorry, please ignore this one. Something’s wrong with my email. > On Jul 11, 2017, at 7:06 AM, Klaus Berkling wrote: > > Hello all. > > I’m using an API in one of my components that I can only test if the page is > using SSL (eg https://127.0.0.1:/cgi-bin/WebObjects/...). Or put another >

Debugging running app in SSL

2017-07-11 Thread Klaus Berkling
Hello all. I’m using an API in one of my components that I can only test if the page is using SSL (eg https://127.0.0.1:/cgi-bin/WebObjects/...). Or put another way, the request/access to the API can only be made from page that itself is using SSL. Is there a way that I can debug my app in

Re: Debugging running app in SSL

2017-07-10 Thread Ralf Schuchardt
Hello, you can setup a local webserver just like in deployment and use it to access your app running in Eclipse. There is also a local Direct Connect SSL mode build into ERXApplication (see the last part on  https://wiki.wocommunity.org/display/documentation/Development-SSL+requests+via+https+pr

Debugging running app in SSL

2017-07-09 Thread Klaus Berkling
Hello all. I’m using an API in one of my components that I can only test if the page is using SSL (eg https://127.0.0.1:/cgi-bin/WebObjects/...). Or put another way, the request/access to the API can only be made from page that itself is using SSL. Is there a way that I can debug my app in