An error occurred while using http: // ip: Port/to access the default SSL port.

Source: Internet
Author: User

Original article: http://blog.csdn.net/ikmb/article/details/3863705

 

If the website URL is: http: // ip: Port/
If SSL is enabled on the website (default port 443 is used), visit the following in the browser:
Https: // ip: Port/
You will receive the following error:
SSL receives a record that exceeds the maximum allowed length.

(Error code: ssl_error_rx_record_too_long)

Cause:
By default, the SSL protocol listens on port 443 of the Web server. Therefore, accessing SSL will generate the following forms of access:
Http:/// IP: 443/
This will conflict with the port in http: // ip: Port.

[So]: for HTTPS access, the web server will locate the SSL website for export (ssql is enabled, and the web server will automatically listen on 443.

Solution:
The access to https: // ip: Port/can be omitted, for example:
For https: // ip/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.