Webservice Debug > Set up Fiddler for Lucee

I’m trying to watch some traffic between a remote server & my Lucee 5
instance.

I’ve been trying figure out how to set up Fiddler to see this traffic with
no luck so far. (but this is new to me so I may be completely on the wrong
track)

I edited catalina.bat and added

set "JAVA_OPTS=%JAVA_OPTS% -Dhttps.proxyHost=192.168.150.20 
-Dhttps.proxyPort=45655 -DproxySet=true -DproxyHost=192.168.150.20 
-DproxyPort=45655"

where 192.168.150.20 is my lucee server and also the location running
Fiddler

45655 is the port Fiddler is listening on (standard is 8888 but tomcat is
running on that)

(I restart Lucee & Fiddler every time I make a change)

When I make a request in a browser, fiddler sees the traffic but nothing is
captured when I call my CFC.

Any idea what I’m doing wrong?

+1 on Charles… Probably the best $50 I have spent for dev tools, ever

Could not get Fiddler to work. Wire shark is too much info so I ended up
picking up a copy of Charles Proxy ($50).

It immediately saw the traffic but failed on the SSL connection.

Once I added the Charles Root Cert to cacerts and restarted, I was off to
the races. :slight_smile:

anyone know why these standard java options don’t work?

[LDEV-1162] - Lucee might be related?