Agile routes the URLPX to https instead of http.

An URL PX triggered via Agile PLM throws below error, when accessed through Firefox . error occurred during a connection to py-szs1.de.kile.cnb:9080. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG”.   This issue is persistent for few users as Firefox is automatically appending https, while the same set of users have no issue using Internet Explorer.

Need some help with resolution of this issue :

Add Comment
2 Answer(s)

Hi Naren,

Do you have security certificates installed on url you trying to access. Normally firefox does that. One way to bypass is :

1. Go to about:config
2. Type “security.tls.version.max” and set it to 1 and re-try.

You can also try to run it in private mode to see if the issue persists.

Agile Angel Answered on July 9, 2018.
Add Comment

If your URL_PX configuration is set to use HTTP, then HTTP is what you should be getting, unless your URL_PX endpoint actually sits behind some company proxy or load balancer that re-routes to the HTTPS port

You can “test” your URL_PX in Eclipse with Tomcat.

The following come across as GET paramters and if using HTTPS, you also get secure cookie with j_username and j_password that is good for one-time-use to log back into Agile PLM ( like to verify that the agile.userName passed via GET parameter matches with the session.getCurrentUser() )

ContextName

agile.classID

ContextType

agile.1014

agile.1001

agile.userName
Agile Talent Answered on March 27, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.