SSL errors

Hi,
I’m having trouble getting the recorder to work with SSL. I keep getting the following stack

14:02:40.091 [ERROR] c.e.e.g.r.h.h.BrowserHttpsRequestHandler - Exception caught

java.lang.IllegalArgumentException: invalid version format: ᅯナナe-ᅡeH￀
at org.jboss.netty.handler.codec.http.HttpVersion.(HttpVersion.java:102) ~[netty-3.5.8.Final.jar:na]
at org.jboss.netty.handler.codec.http.HttpVersion.valueOf(HttpVersion.java:62) ~[netty-3.5.8.Final.jar:na]
at org.jboss.netty.handler.codec.http.HttpRequestDecoder.createMessage(HttpRequestDecoder.java:76) ~[netty-3.5.8.Final.jar:na]

or

14:04:12.377 [ERROR] c.e.e.g.r.h.h.BrowserHttpsRequestHandler - Exception caught
java.lang.IllegalArgumentException: empty text
at org.jboss.netty.handler.codec.http.HttpVersion.(HttpVersion.java:97) ~[netty-3.5.8.Final.jar:na]
at org.jboss.netty.handler.codec.http.HttpVersion.valueOf(HttpVersion.java:62) ~[netty-3.5.8.Final.jar:na]
at org.jboss.netty.handler.codec.http.HttpRequestDecoder.createMessage(HttpRequestDecoder.java:76) ~[netty-3.5.8.Final.jar:na]

any ideas what i might be doing wrong?

Hi,

Could you upgrade to either Gatling 1.3.5 (that uses Netty 3.5.10.Final),
or manually upgrade Netty to 3.5.10.Final or even better 3.5.11.Final,
please?
Could you share the website you're recording?
Did you select the proper encoding in the recorder GUI?

Stéphane