Hello Mohan,

> -----Ursprüngliche Nachricht-----
> Von: Mohan T <moha...@ramco.com.INVALID>
> Gesendet: Sonntag, 7. August 2022 18:18
> An: Tomcat Users List <users@tomcat.apache.org>
> Betreff: Request For suggestion
> 
> Dear All,
> 
> We are getting this error on launch of a url in browser.
> 
> We are using tomcat 8.5 on suse linux. 7. We are using JDK 1.8.
> 
> Your browser sent a request that this server could not understand.
> Reason: You're speaking plain HTTP to an SSL-enabled server port.
> Instead use the HTTPS scheme to access this URL, please.
> 
> Any inputs on this will be of great help
> 
> Thanks
> 
> Mohan


it looks like you are connecting via http to an https port.
You can take a look at server.xml which connector (port) uses which protocol.

For ssl enabled ports you must use https.

Greetings,
Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to